/** Shopify CDN: Minification failed

Line 212:0 Unexpected "{"
Line 212:1 Expected identifier but found "%"
Line 214:2 Unexpected "{"
Line 214:3 Expected identifier but found "%"
Line 364:0 Unexpected "{"
Line 364:1 Expected identifier but found "%"
Line 370:2 Unexpected "{"
Line 370:3 Expected identifier but found "%"
Line 376:0 Unexpected "{"
Line 376:1 Expected identifier but found "%"
... and 2 more hidden warnings

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

@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 {
  max-width: 130rem;
  margin: 0 auto;
}

.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-top: 4.4rem;
  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__title {
  margin: 0;
}

.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;
}


/* new blogs template css start */

.rte li {
    list-style: disc !important;
}
.blog-wrapper {
  background: #ffffff;
  min-height: 100vh;
  padding: 5rem 0;
}

.blog-card {
  background: white;
  border-radius: 8px;
  box-shadow: none !important;
  margin-bottom: 2rem;
  overflow: hidden;
}

{% comment %} .blog-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
} {% endcomment %}

.article-hero-card {
  position: relative;
  overflow: hidden;
}

.article-hero-card img {
  width: 100%;
  height: auto;
  display: block;
}

.content-card {
  padding: 2rem;
}

.article-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.4;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0rem;
    font-size: 1.1rem;
    color: #6c757d;
    flex-wrap: wrap;
    justify-content: right;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2px;
}

.meta-badge {
    /* background: #6f7948; */
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
}

.article-content {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2c3e50;
}

/* MUCH LARGER heading sizes */
.article-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem 0;
  color: #6f7948;
  line-height: 1.2;
}

.article-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 2.2rem 0 1.3rem 0;
  color: #6f7948;
  line-height: 1.2;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem 0 1.2rem 0;
    color: #6f7948;
    line-height: 1.2;
}

.article-content h4 {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 1.8rem 0 1rem 0;
  color: #6f7948;
  line-height: 1.2;
}

.article-content h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1.6rem 0 1rem 0;
  color: #6f7948;
  line-height: 1.2;
}

.article-content h6 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1.4rem 0 0.8rem 0;
  color: #6f7948;
  line-height: 1.2;
}

.article-content p, .article-content li {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.article-content blockquote {
  border-left: 4px solid #6f7948;
  background: #f8f9fa;
  padding: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.4rem;
}

.article-content ul, .article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 1.4rem;
}

.article-content li {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 1.4rem;
}

.article-content strong {
    font-weight: 500;
    color: #6f7948;
    font-size: 20px;
}

/* Better styling for numbered lists */
.article-content ol {
  counter-reset: item;
}

.article-content ol > li {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0.5rem;
}

{% comment %} .article-content ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
  color: #6f7948;
  font-size: 1.1rem;
} {% endcomment %}

.article-content ul > li {
  position: relative;
}

{% comment %} .article-content ul > li:before {
  content: "•";
  color: #6f7948;
  font-size: 1.2rem;
  position: absolute;
  left: -1.5rem;
  font-weight: bold;
} {% endcomment %}

/* Simple sharing section */
.share-section {
  background: #f8f9fa;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
  text-align: center;
}

.share-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.share-btn {
  background: #6f7948;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.share-btn:hover {
  background: #5a6239;
  color: white;
}

.back-link-section {
  text-align: center;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.back-link {
  color: #6f7948;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.back-link:hover {
  color: #5a6239;
}

/* Comments section */
.comments-section {
  background: #f8f9fa;
  border-radius: 8px;
}

.comments-header {
  background: #6f7948;
  color: white;
  padding: 1.5rem;
  text-align: center;
}

.comments-header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.comment-card {
  background: white;
  margin: 1rem;
  border-radius: 6px;
  padding: 1.2rem;
  border-left: 3px solid #6f7948;
}

.comment-author {
  font-weight: 600;
  color: #6f7948;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.comment-content {
  color: #2c3e50;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.comment-date {
  font-size: 0.85rem;
  color: #6c757d;
}

.comment-form-card {
  background: white;
  margin: 1rem;
  border-radius: 6px;
  padding: 1.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
}

.form-input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #6f7948;
  box-shadow: 0 0 0 2px rgba(111, 121, 72, 0.1);
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-btn {
  background: #6f7948;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn:hover {
  background: #5a6239;
}

.form-error {
  background: #ffeaea;
  border: 1px solid #ffb3b3;
  color: #d63384;
  padding: 0.8rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.form-success {
  background: #d1edff;
  border: 1px solid #b3d9ff;
  color: #0f5132;
  padding: 0.8rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.blog-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.blog-back-link {
  font-size: 12px;
  color: #003326;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-back-link .arrow {
  font-size: 12px;
  padding-bottom: 5px;
}

.blog-share-wrapper {
  display: flex;
  gap: 12px;
}

.share-icon svg {
  width: 20px;
  height: 20px;
  stroke: #003326;
  fill: none;
}

.display-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.blog-meta {
    font-size: 10px;
    color: #777;
    margin-bottom: 2rem;
    display: flex;
    justify-content: right;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
}

.article-hero img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 2rem;
  height: auto;
}


/* Mobile responsive - LARGER sizes */
@media (max-width: 768px) {
  .blog-wrapper {
    padding: 1rem 0.5rem 5rem;
  }

  .rte a {
    font-weight: 600;
  }
  
  .content-card {
    padding: 1.5rem 1rem;
  }
  
  .article-title {
    font-size: 2.4rem;
  }

  .article-content strong {
    font-weight: 500;
    color: #6f7948;
    font-size: 18px;
    line-height: 24px;
}
  
  .article-content h1 { font-size: 2.2rem; }
  .article-content h2 { font-size: 2rem; }
  .article-content h3 { font-size: 1.8rem; line-height: 24px; }
  .article-content h4 { font-size: 1.6rem; }
  .article-content h5 { font-size: 1.4rem; }
  .article-content h6 { font-size: 1.3rem; }
  
  .article-content {
    font-size: 14px !important;
  }
  
  .article-content p, 
  .article-content li, 
  .article-content blockquote {
    font-size: 14px !important;
  }
  
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .share-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .share-btn {
    width: 200px;
    text-align: center;
  }
  
  .comments-header {
    padding: 1rem;
  }
  
  .comment-card, .comment-form-card {
    margin: 0.5rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .article-title {
    font-size: 2rem;
  }
  
  .content-card {
    padding: 1rem;
  }
  
  .article-content h1 { font-size: 1.9rem; }
  .article-content h2 { font-size: 1.7rem; }
  .article-content h3 { font-size: 1.5rem; }
  .article-content h4 { font-size: 1.4rem; }
  .article-content h5, .article-content h6 { font-size: 1.3rem; }
  
  .article-content, 
  .article-content p, 
  .article-content li, 
  .article-content blockquote {
    font-size: 14px;
  }
  
  .share-btn {
    width: 100%;
  }
}

/* new blog template css end */
