/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"
Line 194:0 Unexpected "}"
Line 260:0 Expected "}" to go with "{"

**/
.custom-blog-wrapper {
  background-color: #f5f5f5;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.main-article-column {
  width: 70%;
  background-color: white;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sidebar-column {
  position: static !important;
  width: 300px;
  flex-shrink: 0;
  border: none;
  padding-bottom: 40px;

}



.sidebar-box {
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.article-category {
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 10px;
}

.article-title {
  font-family: serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.article-content {
  text-align: justify;
}

.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

/* Hide the entire hero section including title, date, author */
.article-template header.page-width--inner {
  display: none !important;
}

.article-template__title {
  display: none !important;
}


/* Make sure our column title, date, author show */
.custom-blog-wrapper .article-title,
.custom-blog-wrapper .article-meta {
  display: block !important;
}

}

.article-template__hero-container {
  display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-blog-wrapper {
    flex-direction: column;
  }
  .main-article-column, .sidebar-column {
    width: 100%;
  }
}
.references-section {
  background-color: white;
  padding: 40px;
  max-width: 1200px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.references-section h3 {
  margin-bottom: 20px;
}

.article-content p,
.article-content a,
.article-content li {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 100%;
}

.article-content a {
  color:rgb(15, 117, 87);
  text-decoration: underline;
}
.toc-list a {
  font-size: 14px !important;
  line-height: 1.4;
}

.toc-h2 {
  font-size: 14px !important;
}
.custom-blog-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start !important;
  overflow: visible !important;
}

.main-article-column {
  flex: 1;
  min-width: 0;
}


.toc-list {
  list-style-type: none;
  padding-left: 0;
}

.toc-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  text-indent: -20px;
  padding-left: 20px;
}

.toc-list li::before {
  content: "• ";
  color: #6A6A6A;
  font-weight: bold;
  margin-right: 8px;
}
.subscribe-box {
  background-color: #f9f9f9;
  padding: 30px 25px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 40px;
}

.subscribe-box input[type="email"] {
  margin-bottom: 15px;
}
body.template-article {
  overflow-x: visible !important;
}
/* Soft beige background for page */
body.template-article {
  background-color: #f5f1ed; /* soft warm beige */
  overflow-x: visible !important;
}

/* More padding at bottom of sidebar */
/* More padding at bottom of sidebar */
.sidebar-column {
  position: static !important;
  width: 300px;
  flex-shrink: 0;
  border: none;
  padding-bottom: 60px;
}

}

/* Softer text color for article content - easier on eyes for long reads */
.article-content p,
.article-content li,
.article-content {
  color: #444 !important;  /* Softer dark gray instead of near-black */
}

/* Keep headings slightly darker for hierarchy */
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #333 !important;
}
/* Force TNB Similar Posts to align left with article content */
.tnb-similar-posts {
  max-width: 1200px; /* Match your site's max content width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px; /* Adjust this to match article left padding */
  padding-right: 50px;
}

.similar-posts-grid {
  max-width: 750px; /* Match article column width */
  margin-left: 0 !important;
}

/* On mobile, center it */
@media (max-width: 989px) {
  .tnb-similar-posts {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .similar-posts-grid {
    margin-left: auto !important;
    margin-right: auto !important;
  }
/* Targets the section by its Shopify type and its container */
.section-featured-blog, 
.featured-blog,
[data-section-type="featured-blog"] {
    max-width: 740px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
}

/* Forces the inner 'inner-container' of Be Yours to stop centering */
.section-featured-blog .container,
.section-featured-blog .page-width,
.section-featured-blog .section__wrapper {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 100% !important;

    .section-featured-blog {
    border: 10px solid red !important;

}




