/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 133:0 Unexpected "{"
Line 133:1 Expected identifier but found "%"
Line 134:13 Expected identifier but found whitespace
Line 134:15 Unexpected "{"
Line 134:24 Expected ":"
Line 135:2 Unexpected "{"
Line 135:3 Expected identifier but found "%"
Line 139:13 Expected identifier but found whitespace
Line 139:15 Unexpected "{"
... and 11 more hidden warnings

**/
<style>

  a.comments {
    text-decoration: none;
    color: #3f3f3f;
}
  /* ---------- YEAR TAB STYLES ---------- */
.year-tabs-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.year-tabs-wrapper .tabs-heading {
  text-align: center;
  background: #261E05;
  color: #f36d21;
  font-size: 20px;
  margin-bottom: 1px;
  padding: 10px 0;
}

.year-tabs {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.year-tab {
  width: 50%;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #F36D25;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #F36D25;
}

.year-tab:first-child {
  border-right: none; 
}
.year-tab.active {
  background: #F36D25;
  color: #ffffff;
  border-color: #F36D25;
}

@media screen and (max-width:767px){
  .year-tab {
    font-size: 14px;
    padding: 10px 0;
  }
}
  /* ---------- TAB STYLES (MATCHING PROVIDED IMAGE) ---------- */
.tabs-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.blog-tabs {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0px;
}

.blog-tab {
    padding: 10px 0px;
    cursor: pointer;
    background: #ffffff;
    color: #F36D25;
    text-transform: lowercase;
    border-right: 1px solid #f36d21;
    font-size: 14px;
    max-width: 13% !important;
    width: 100%;
    /* margin: 0 auto; */
    text-align: center;
}
.blog-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

.blog-tab.active {
  background: #F36D25;
  color: #fff;
}
.tabs-heading {
    text-align: center;
    background: #261E05;
    color: #f36d21;
    font-size: 20px;
        margin-bottom: 1px;
    /* font-weight: 600; */
}
/* Optional: scrollable tabs on mobile */
@media (max-width: 768px) {
  .blog-tab {
    max-width: 25% !important;
    border-bottom: 1px solid #f36d21;
    border-right: none;
}
.blog-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
  .blog-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .blog-tab {
    flex: 0 0 auto;
  }
}
{% comment %} .custom-blog-wrapper {
  background: {{ section.settings.section_bg_color }};
} {% endcomment %}

/* Blog card background */
.custom-blog-card {
  background: {{ section.settings.card_bg_color }};
}

/* Date badge background */
.custom-blog-date {
  background: {{ section.settings.date_bg_color }};
}

/* Button background + text color */
.learn-btn {
  background: {{ section.settings.button_bg_color }};
  color: {{ section.settings.button_text_color }};
}

.custom-blog-card {
  display: flex;
  gap: 40px;
  padding: 20px;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 50px;
}

.custom-blog-card .left {
  position: relative;
  width: 45%;
  overflow: hidden;
}

.custom-blog-card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.custom-blog-date {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 20px;
  background: #F36D25;
}

.date-number{
   font-weight: 600;
   font-size: 22px;
}

.full-date {
  display: block;
  font-size: 14px;
  width: 100%;
  background: #261E05;
  padding: 0px 10px;
}

.custom-blog-video-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    background: #f36d21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.custom-blog-video-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.custom-blog-card .right {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #666665;
  margin-bottom: 30px;
}

.info-row svg {
  width: 16px;
  height: 16px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a svg {
  width: 18px;
  height: 18px;
}

.blog-title {
  font-size: 24px;
  font-weight: 700;
  text-align:start;
  line-height:25px;
  color: #261E05;
  cursor: pointer;
}

.blog-subtitle {
  font-size: 14px;
  color: #666665;
  text-transform: uppercase;
  text-align:start;
  margin-bottom:15px;
  cursor: pointer;
}

.blog-excerpt {
  font-size: 16px;
  color: #333333;
  max-width: 550px;
  text-align: start;
  margin-bottom: 30px;
  cursor: pointer;
}

.learn-btn {
    padding: 4px 24px;
    background: #f36d21;
    color: white;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
    max-width: 178px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}



@media screen and (max-width:767px){
.custom-blog-card {
    display: flex;
    flex-direction: column !important;
}
.custom-blog-card .left ,.custom-blog-card .right{
    width: 100% !important;
}
.learn-btn {
    margin-bottom: 20px;
}
}

</style>