/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"

**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&display=swap');

<blockquote>
border-left:3px solid #2D5016;padding-left:16px;margin:24px 0;font-style:italic;color:#333;font-size:15px;line-height:1.6;</blockquote>


.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}


.article-template .article-template__content h2, .article-template .article-template__content h3, .article-template .article-template__content h4, .article-template .article-template__content h5{
    font-family:"Parkinsans", sans-serif !important;
}

.article-template .article-template__content p:not([class^=shopify]) span, .article-template .article-template__content li span{
  font-family:"Montserrat", sans-serif !important; font-size: 14px; line-height: 1em
}


.amazon-review-card {
  display: block;
  max-width: 580px;
  margin: 30px auto;
}

.amazon-review-card .card {
  background: #fffffe;
  border: 1px solid #dcd6d1;
  border-radius: 8px;
  padding: 24px;
}

.amazon-review-card .hdr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.amazon-review-card .ava {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #0F1111;
  flex-shrink: 0;
}

.amazon-review-card .nm {
  font-size: 13px;
  font-weight: 700;
  color: #0066c0;
}

.amazon-review-card .nm:hover {
  text-decoration: underline;
  color: #c45500;
}

.amazon-review-card .rt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.amazon-review-card .stars {
  display: flex;
  gap: 1px;
  align-items: center;
  flex-shrink: 0;
  color:  #FF9901
}

.amazon-review-card .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #0F1111;
  line-height: 1.3;
}

.amazon-review-card .meta {
  font-size: 12px;
  color: #565959;
  margin-bottom: 8px;
  line-height: 1.4;
}

.amazon-review-card .vp {
  color: #007185;
  font-size: 12px;
  font-weight: 700;
}

.amazon-review-card .txt {
  font-size: 14px;
  color: #0F1111;
  line-height: 1.5;
  margin-bottom: 12px;
}

.amazon-review-card .ftr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #565959;
}

.amazon-review-card .hlp {
  color: #565959;
}

.amazon-review-card .lnk {
  color: #0066c0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.amazon-review-card .lnk:hover {
  text-decoration: underline;
  color: #c45500;
}



/* Data Chart Section Container */
.ns-data-chart {
  margin: 40px 0;
  padding: 28px;
  background-color: #f8f6f0;
  border-radius: 12px;
  border-top: 3px solid #023d5b;
}

/* Header Styling */
.ns-chart-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #023d5b;
}

/* Source Link Styling */
.ns-chart-source {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5a5a5a;
}

.ns-chart-source a {
  color: inherit;
  text-decoration: underline;
}

/* Image and Figure Styling */
.ns-chart-figure {
  margin: 0;
}

.ns-chart-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.ns-chart-caption {
  margin-top: 12px;
  font-style: italic;
  color: #5a5a5a;
  font-size: 14px;
}

/* Description Text Styling */
.ns-chart-description {
  margin-top: 16px;
  line-height: 1.6;
  color: #333;
}



.ns-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 12px !important;
    color: #9ca3af;
    margin-bottom: 15px;
    margin-top: 15px
}

.ns-meta-row span{
      font-size: 12px !important;
}
.ns-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0
}
.ns-meta-sep {
    color: #d1d5db;
}
@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
.article-template__hero-container {

  margin: 0 auto;
  padding: 20px 0
}
.article-template__hero-small {
  height: 11rem;
}
.article-template__hero-medium {
  height: 22rem;
}
.article-template__hero-large {
  height: 33rem;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }
  .article-template__hero-medium {
    height: 44rem;
  }
  .article-template__hero-large {
    height: 66rem;
  }
}
@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }
  .article-template__hero-medium {
    height: 55rem;
  }
  .article-template__hero-large {
    height: 82.5rem;
  }
}
.article-template header {
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}
.article-template .article-template__title {
  margin: 0;
  font-family:"Parkinsans", sans-serif !important;
  font-weight: 700 !important
}
.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}
.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}
.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.article-template__social-sharing {
  margin-top: 3rem;
}
.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}
.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}
@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}
.article-template__comment-wrapper h2 {
  margin-top: 0;
}
.article-template__comments {
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}
.article-template__comments-fields {
  margin-bottom: 4rem;
}
.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}
@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}
.article-template__comments-comment p {
  margin: 0 0 1rem;
}
.article-template__comment-fields > * {
  margin-bottom: 3rem;
}
@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}
.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}
.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* custom styles  */

.article-template span{
  letter-spacing: 0;
  font-size: 16px
}


.article-template h2{
  font-size: 32px
}

.article-template h3{
  font-size: 26px
}

.article-template h4{
  font-size: 20px
}

.article-template h5{
  font-size: 18px
}

.article-template h6{
  font-size: 16px
}


/* Container & Base Reset */
.article-template table {
  width: 100% !important; /* Overrides inline width */
  border-collapse: collapse;
  margin: clamp(20px, 5vw, 40px) 0;
  font-family: inherit;
  overflow: hidden;
}

/* Row Styling */
.article-template tr {
  border-bottom: 1px solid #d3d3d3ff;
  transition: background 0.2s ease;
}

.article-template tr:hover {
  background-color: #ffffffff;
}

/* Cell Styling */
.article-template td {
  padding: 16px 20px !important; /* Overrides inline padding */
  width: auto !important;        /* Forcing responsive width */
  color: #333;
  line-height: 1.5;
  vertical-align: middle;
}

/* Specific styling for your second column (often a value or date) */
.article-template td:last-child {
  text-align: right;
  font-weight: 600;
  color: #002B45; /* Using your branding color */
}

/* Clean up paragraph tags inside tables */
.article-template td p {
  margin: 0;
  padding: 0;
}

/* Apply vertical borders to all cells except the last one */
.article-template td {
  border-right: 1px solid #e0e0e0 !important;
  padding: 16px 20px !important;
}

/* Remove the right border from the last column for a clean look */
.article-template td:last-child {
  border-right: none !important;
}

/* Ensure the table header (if any) or top row has a distinct border */
.article-template tr:first-child {
  border-top: 2px solid #002B45 !important; /* Using your branding color */
}

/* --- Responsive Mobile View --- */
@media screen and (max-width: 767px) {
  .article-template table, 
  .article-template tbody, 
  .article-template tr, 
  .article-template td {
    display: block !important;
    width: 100% !important;
  }

  .article-template tr {
    padding: 10px;
  }

  .article-template tr:last-child{
    margin-bottom: 0;
  }

  .article-template td {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px !important;
    border-bottom: 1px solid #f5f5f5;
    text-align: left !important;
  }

  .article-template td:last-child {
    border-bottom: 0;
  }

  /* Optional: If you want to add labels manually via CSS since you can't edit HTML */
  .article-template td:first-child::before {
    content: "Info"; 
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.5;
  }

  .article-template td:last-child::before {
    content: "Value";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.5;
  }
  .article-template td {
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  
  .article-template td:last-child {
    border-bottom: none !important;
  }
  
.article-template h2{
  font-size: 26px;
  line-height: 1.4em
}

.article-template h3{
  font-size: 22px;
    line-height: 1.4em
}

.article-template h4{
  font-size: 18px;
    line-height: 1.4em
}

.article-template h5{
  font-size: 16px;
    line-height: 1.4em
}

.article-template h6{
  font-size: 14px;
    line-height: 1.4em
}

}