/** Shopify CDN: Minification failed

Line 116:12 Unexpected "{"
Line 116:21 Expected ":"
Line 117:16 Expected identifier but found whitespace
Line 117:18 Unexpected "{"
Line 117:27 Expected ":"
Line 117:78 Expected ":"
Line 118:19 Expected identifier but found whitespace
Line 118:21 Unexpected "{"
Line 118:30 Expected ":"
Line 118:84 Expected ":"
... and 10 more hidden warnings

**/
 .template-search__header {
    margin-bottom: 3rem;
  }

  .template-search__search {
    margin: 0 auto 3.5rem;
    max-width: 74.1rem;
  }

  .template-search__search .search {
    margin-top: 3rem;
  }

  .template-search--empty {
    padding-bottom: 18rem;
  }

  /* Search Tabs Styling */
  .search-tabs {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
  
  }

  .search-tab {
    padding: 1rem 2rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
    position: relative;
    transition: color 0.3s ease;
  }

  .search-tab:hover {
    color: #333;
  }


  .search-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
  }

  .search-tab-content {
    display: none;
  }

  .search-tab-content.active {
    display: block;
  }

  .search-results-count {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 1.4rem;
    color: #666;
  }

  /* Hide the native text of the select but keep it clickable */
  .custom-sort select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* invisible but clickable */
    cursor: pointer;
  }
  .facet-filters__sort option {
    padding: 10px 14px !important; 
    margin: 4px 0;
    color: #555; 
  }

  /* The fake "Sort by" label */
  .custom-sort-label {
    display: inline-block;
    padding-right: 1.5rem;
    color: white;
  }

  @media screen and (min-width: 750px) {
    .template-search__header {
      margin-bottom: 5rem;
    }
  }

  .search__button .icon {
    height: 1.8rem;
  }
  
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  .search-tabs {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0.5rem 0;
}

.search-tabs-inner {
  display: inline-flex;
  border-bottom: 1px solid #e5e5e5;
  gap: 70px;
  margin-bottom: 2.5rem;  /* space below the border */
}

.search-tab {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  font-stretch: 100%;
  letter-spacing: 0.1em;
  text-transform: none;
  text-decoration: none;
  line-height: 1.4; /* optional for readability */
  color: #282828;   /* matches rgb(40, 40, 40) */
  padding-left: 0px !important;
  padding-right: 0px !important;
  opacity:0.6;
}
.search-tab.active{
  opacity:1;
}
/* .search__input field__input{
  padding-top: 15px !important;
} */
@media all and (max-width: 990px) {
 .search-tabs{
  margin: 0px !important;
  border-bottom: 0px !important; 
  } 
}
@media (max-width: 900px) {
  .responsive-hr {
    display: none;
  }
}
/* Scope ONLY to pages tab links */
#pages-content .search-pages-list a {
  position: relative;
  display: inline-block;
  color: #282828;
  text-decoration: none;  /* remove default underline */
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 2px; /* room for underline */
}

#pages-content .search-pages-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;  /* hidden by default */
  bottom: 0;
  height: 1px;
  background-color: #282828;
  transition: right 0.3s ease-out;
}

#pages-content .search-pages-list a:hover::after,
#pages-content .search-pages-list a:focus::after {
  right: 0; /* expand underline left → right */
}
.nobl-page-content{
        text-align: center;
    padding: 20px;
}
.nobl-pages-li{
padding: 7px;
}

.template-search facet-filters-form.facets.facets-vertical-sort {
    border-top: 1px solid rgba(var(--color-foreground),.2);
    border-bottom: 1px solid rgba(var(--color-foreground),.2);
}
.template-search facet-filters-form.facets .sorting.caption {
    position: relative;
    padding: 10px;
     min-width: 158.7px;
    min-height: 57.8px;
}
.template-search facet-filters-form.facets .sorting.caption:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(var(--color-foreground),.2);
}
  .search-tab-content .article-card-wrapper .card__information{
  text-align: left;
  }
  .article-card__excerpt{
  padding-top: 10px;
  }
  .article-card__readmore {
  color: black;
  text-decoration: none;
  }

  .template-search__results .article-card-wrapper .card__heading{
    margin-bottom: 0.6rem;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.6;
}
.template-search__results .article-card-wrapper .article-card__excerpt{
    margin-bottom: 1.2rem;
    line-height: 1.65;
}