/**
 * WellCore blog & article pages (/news CMS)
 * Depends on design tokens in css/wc-header.css (:root --wc-*)
 */

.wc-shell {
  width: min(calc(100% - var(--wc-shell-gutter)), 1280px);
  margin-inline: auto;
}

@media (min-width: 768px) {
  .wc-shell {
    width: min(calc(100% - var(--wc-shell-gutter-lg)), 1280px);
  }
}

.wc-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wc-gold-deep);
}

.wc-section {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.wc-section-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.5vw, 2.25rem);
  line-height: 1.2;
  color: var(--wc-text);
}

.wc-section-title.light {
  color: #fff;
}

.wc-section-copy {
  max-width: 44rem;
  margin: 1rem auto 0;
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.wc-accent-rule {
  width: clamp(7rem, 15vw, 9.375rem);
  height: 3px;
  margin-top: 1rem;
  background: var(--wc-gold);
}

.wc-accent-rule.center {
  margin-inline: auto;
}

.btn-wc-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4375rem;
  padding: 0.875rem 2rem;
  border: 0;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wc-text);
  background: var(--wc-gold);
  transition: transform 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
  margin-top: 0 !important;
}

.btn-wc-primary:hover,
.btn-wc-primary:focus-visible {
  color: var(--wc-text);
  background: #f4c257;
  transform: translateY(-1px);
}
.wc-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: var(--wc-shadow-md);
  position: relative;
  overflow: visible;
}
.wc-article-card .card-img-top {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  aspect-ratio: 305 / 250;
  object-fit: cover;
}

.wc-article-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(1.65rem, 4vw, 1.875rem) clamp(1.25rem, 3vw, 1.4375rem) 1rem;
}

.wc-article-title {
  margin: 0 0 1.125rem;
  min-height: calc(2 * 1.35 * 1.125rem);
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--wc-body);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wc-article-card p {
  margin: 0 0 1.25rem;
  flex: 1 1 auto;
  min-height: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--wc-body);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wc-insights {
  overflow-x: visible;
}

.wc-insights-carousel {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wc-insights-carousel-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.wc-insights-heading {
  margin-bottom: 0;
  text-align: center;
}

.wc-insights-heading .wc-accent-rule {
  margin-inline: auto;
}

.wc-insights-heading .wc-section-copy {
  max-width: 42rem;
  margin-inline: auto;
}

@media (max-width: 1180.98px) {
  .wc-insights-heading {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1181px) {
  .wc-insights-carousel-inner {
    width: min(100%, 84rem);
  }
}

.wc-insights-scroll {
  position: relative;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  
  margin: calc(2rem * 1.1) 0 0;
  box-sizing: border-box;
  text-align: start;
  padding-inline: 1.5rem;
  scroll-padding-inline: max(1.5rem, env(safe-area-inset-left, 0px)) max(1.5rem, env(safe-area-inset-right, 0px));
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 1180.98px) {
  .wc-insights-scroll {
    padding-top: 0.375rem;
    padding-bottom: 1rem;
  }
}

.wc-insights-scroll::-webkit-scrollbar {
  display: none;
}

.wc-insights-scroll:focus-visible {
  outline: 2px solid var(--wc-gold);
  outline-offset: 4px;
}

.wc-insights-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  width: max-content;
  text-align: start;
}

.wc-insights-slide {
  flex: 0 0 clamp(310px, 78vw, 22.5rem);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-height: 0;
}

.wc-insights-slide .wc-article-card {
  flex: 1 1 auto;
  height: auto;
  min-height: 100%;
}

@media (min-width: 1181px) {
  .wc-insights-scroll {
    overflow-x: visible;
    scroll-snap-type: none;
    padding-inline: 0;
    scroll-padding-inline: max(0.75rem, env(safe-area-inset-left, 0px)) max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .wc-insights-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    gap: 1.5rem;
  }

  .wc-insights-slide {
    flex: unset;
    min-width: 0;
    scroll-snap-align: unset;
  }
}

.wc-insights-cta {
  margin-top: calc(1.5rem * 1.3 * 1.15);
  text-align: center;
}

@media (max-width: 1180.98px) {
  .wc-insights-cta {
    padding-inline: 1.5rem;
  }
}

.wc-article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f3f5;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.45;
  color: #999;
}

.wc-article-link {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--wc-text);
  border-bottom: 2px solid var(--wc-gold);
}

.wc-blog-body .wc-blog-page-main {
  background: #f8f9fa;
}

.wc-blog-body .wc-blog-page {
  padding: clamp(4rem, 6vw, 6rem) 0 5rem;
}

.wc-blog-body .wc-blog-breadcrumb {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
}

.wc-blog-body .wc-blog-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.wc-blog-body .wc-blog-breadcrumb a:hover,
.wc-blog-body .wc-blog-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.wc-blog-body .wc-blog-breadcrumb span {
  color: var(--wc-gold);
  text-decoration: underline;
  font-weight: 500;
}

.wc-blog-body .wc-blog-heading {
  margin-top: 1rem;
}

.wc-blog-body .wc-blog-title {
  max-width: 52rem;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
  color: #212529;
  text-wrap: balance;
}

.wc-blog-body .wc-blog-title-break {
  display: inline;
}

@media (min-width: 1024px) {
  .wc-blog-body .wc-blog-title {
    max-width: none;
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    line-height: 1;
  }
}

.wc-blog-body .wc-blog-controls {
  width: min(100%, 58.25rem);
  margin: 2.475rem auto 0;
}

.wc-blog-body .wc-blog-search {
  width: min(100%, 37.5rem);
  margin: 0 auto;
}

.wc-blog-body .wc-blog-search .form-control {
  height: 3.6875rem;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.5rem 0.75rem 0.5rem 1.125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #495057;
  background: #fff;
  box-shadow: none;
}

.wc-blog-body .wc-blog-search .form-control::placeholder {
  color: #757575;
  opacity: 1;
}

.wc-blog-body .wc-blog-tags {
  margin-top: 2.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
  justify-content: center;
}

.wc-blog-body .wc-blog-tag {
  padding: 0.561rem 1.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.15;
  color: #011020;
}

.wc-blog-body .wc-blog-grid {
  margin-top: 3.33rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.1875rem;
}

.wc-blog-body .wc-blog-grid .wc-article-card {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}

.wc-blog-body .wc-blog-grid .wc-article-card .card-img-top {
  aspect-ratio: 305 / 191.25;
}

.wc-blog-body .wc-blog-grid .wc-article-card .wc-eyebrow {
  margin: 0 0 0.8rem;
  flex: 0 0 auto;
  min-height: 0;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #edb644;
}

.wc-blog-body .wc-blog-grid .wc-article-card .wc-article-title {
  margin-top: 0;
  margin-bottom: 0.725rem;
  min-height: calc(2 * 1.5 * 1.25rem);
  -webkit-line-clamp: 2;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #011020;
}

.wc-blog-body .wc-blog-grid .wc-article-card .card-body > p:not(.wc-eyebrow) {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  min-height: 6rem;
  -webkit-line-clamp: 4;
}

.wc-blog-body .wc-blog-grid .wc-article-card .wc-article-footer {
  border-top: 0;
  padding-bottom: 0.72rem;
}

.wc-blog-body .wc-blog-more {
  margin-top: 2.365rem;
}

.wc-blog-body .wc-blog-load {
  width: min(50%, 13rem);
  min-width: 11.5rem;
  min-height: 3.45rem;
  padding-inline: 1.85rem;
  padding-block: 0.72rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #011020;
  background: transparent;
  border: 2px solid #011020;
}

.wc-blog-body .wc-blog-load:hover,
.wc-blog-body .wc-blog-load:focus-visible {
  color: #011020;
  background: rgba(1, 16, 32, 0.04);
  border-color: #011020;
  transform: none;
}

.wc-blog-body .wc-blog-pagination {
  margin: 2.365rem auto 1.46868rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.wc-blog-body .wc-blog-pagination a {
  width: 2.68rem;
  height: 2.68rem;
  min-width: 2.68rem;
  min-height: 2.68rem;
  padding: 0.37rem 0.84rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #888;
  text-decoration: none;
  background: transparent;
  box-sizing: border-box;
}

.wc-blog-body .wc-blog-pagination a.is-active,
.wc-blog-body .wc-blog-pagination a[aria-current="page"] {
  background: #153a64;
  border-color: transparent;
  color: #fff;
}

.wc-blog-body .wc-blog-pagination a[aria-label="Previous page"],
.wc-blog-body .wc-blog-pagination a[aria-label="Next page"] {
  background: #fff;
  border-color: #e0e0e0;
  color: #011020;
  padding-top: 0;
  padding-bottom: 0;
}

.wc-blog-body .wc-blog-pagination a:not([aria-label="Previous page"]):not([aria-label="Next page"]):not([aria-current="page"]) {
  border-color: transparent;
}

.wc-blog-body .wc-blog-pagination a:hover,
.wc-blog-body .wc-blog-pagination a:focus-visible {
  border-color: #b8bec5;
  color: #555;
}

.wc-blog-body .wc-blog-pagination a.is-active:hover,
.wc-blog-body .wc-blog-pagination a.is-active:focus-visible {
  background: #153a64;
  border-color: transparent;
  color: #fff;
}

@media (max-width: 991.98px) {
  .wc-blog-body .wc-blog-page {
    padding: 6.2rem 0 4.1rem;
  }

  .wc-article-page .wc-about-page {
    padding-top: 6.2rem;
  }

  .wc-blog-body .wc-blog-breadcrumb {
    font-size: 0.8rem;
  }

  .wc-blog-body .wc-blog-title {
    max-width: 52rem;
  }

  .wc-blog-body .wc-blog-controls {
    width: min(100%, 39.0625rem);
  }

  .wc-blog-body .wc-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .wc-blog-body .wc-blog-page {
    padding: 3.3rem 0 3rem;
  }

  .wc-article-page .wc-about-page {
    padding-top: 3.3rem;
  }

  .wc-blog-body .wc-blog-breadcrumb {
    display: none;
  }

  .wc-blog-body .wc-blog-heading {
    margin-top: 0.6rem;
  }

  .wc-blog-body .wc-blog-title {
    max-width: 22.375rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .wc-blog-body .wc-blog-controls {
    margin-top: 1.5rem;
  }

  .wc-blog-body .wc-blog-search {
    width: min(100%, 22.375rem);
  }

  .wc-blog-body .wc-blog-tags {
    margin-top: 1.9125rem;
    gap: 0.56rem;
  }

  .wc-blog-body .wc-blog-tag {
    font-size: 0.8125rem;
    padding: 0.561rem 1.2rem;
    white-space: nowrap;
  }

  .wc-blog-body .wc-blog-grid {
    margin-top: 2.61rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .wc-blog-body .wc-blog-load {
    width: min(50%, 13rem);
    min-width: 11.5rem;
    min-height: 3.45rem;
    white-space: nowrap;
  }

  .wc-blog-body .wc-blog-pagination {
    margin-top: 2.365rem;
    margin-bottom: 1.46868rem;
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 1023.98px) {
  .wc-blog-body .wc-blog-title-break {
    display: block;
  }
}

.wc-about-body .wc-about-page-main {
  color: var(--wc-navy);
  background-color: #f8f9fa;
}

.wc-about-body .wc-about-hero {
  padding: 3.5rem 0 2.25rem;
}

.wc-article-page .wc-about-page {
  padding: clamp(4rem, 6vw, 6rem) 0 0;
}

.wc-article-page .wc-about-title {
  font-size: 48px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1180px) {
  .wc-article-page .wc-about-title {
    font-size: 40px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 600px) {
  .wc-article-page .wc-about-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
}

.wc-about-body .wc-about-layout-main {
  padding-bottom: 100px;
}

.wc-article-page .wc-about-layout-main {
  padding-bottom: 0 !important;
}

.wc-about-body .wc-about-layout-side {
  padding-bottom: 100px;
}

.wc-about-body .wc-about-layout {
  display: block;
}

.wc-about-body .wc-about-layout-main {
  min-width: 0;
}

.wc-about-body .wc-about-layout-side {
  display: none;
}

.wc-about-body .wc-about-hero {
  padding: 0 0 2rem;
}

.wc-about-body .wc-about-lead {
  margin: 1.3225rem 0 0;
  max-width: 55rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #011020;
}

.wc-about-body .wc-about-hero-text {
  margin-top: 1.38rem;
}

.wc-about-body .wc-about-hero-text p {
  margin: 0;
}

.wc-about-body .wc-about-hero-text p + p {
  margin-top: 0.95rem;
}

.wc-about-body .wc-about-breadcrumb {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.wc-about-body .wc-about-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.wc-about-body .wc-about-breadcrumb a:hover,
.wc-about-body .wc-about-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.wc-about-body .wc-about-breadcrumb span {
  color: var(--wc-gold);
  text-decoration: underline;
  font-weight: 500;
}

.wc-about-body .wc-about-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.96;
  color: #011020;
}

.wc-about-body .wc-about-side-nav,
.wc-about-body .wc-about-side-consultation {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 25px;
}

.wc-about-body .wc-about-side-nav {
  background: #1a4271;
  color: #dbe3f2;
}

.wc-about-body .wc-about-side-nav h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40.32px;
}

.wc-about-body .wc-about-side-nav h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--wc-gold);
  margin-top: 8px;
}

.wc-about-body .wc-about-side-nav ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.wc-about-body .wc-about-side-nav a {
  color: #dbe3f2;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 13.6px;
  font-weight: 300;
  line-height: 24.48px;
  display: inline-block;
}

.wc-about-body .wc-about-side-nav a:hover,
.wc-about-body .wc-about-side-nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--wc-gold);
}

.wc-about-body .wc-about-side-consultation {
  margin-top: 20px;
  background: #e7b643;
  color: #011020;
  text-align: center;
}

.wc-about-body .wc-about-side-consultation h2 {
  margin: 0;
  color: #0f3768;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.8px;
}

.wc-about-body .wc-about-side-consultation p {
  margin: 9px auto 15px;
  color: #0f1825;
  max-width: 261px;
  font-family: "Poppins", sans-serif;
  font-size: 13.6px;
  font-weight: 300;
  line-height: 19.04px;
}

.wc-about-body .wc-about-side-consultation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #1a4271;
  width: 255px;
  height: 49.59px;
  line-height: 49.59px;
  padding: 0;
  margin: 0 auto;
}

.wc-about-body .wc-about-side-consultation a:hover,
.wc-about-body .wc-about-side-consultation a:focus-visible {
  background: #16375f;
}

@media (min-width: 1200px) {
  .wc-about-body .wc-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 305px;
    gap: 60px;
    align-items: start;
  }

  .wc-about-body .wc-about-layout-side {
    display: block;
    position: sticky;
    top: 20px;
  }
}

.wc-article-meta-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 28px 0;
}

@media (max-width: 850px) {
  .wc-article-meta-block {
    flex-direction: column;
    gap: 9px;
    padding: 17px 0;
  }
}

.wc-article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.wc-article-banner-inner {
  background: rgba(10, 18, 30, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 80px 70px 75px;
}

@media (max-width: 1024px) {
  .wc-article-banner-inner {
    padding: 80px 40px 75px;
  }
}

@media (max-width: 600px) {
  .wc-article-banner-inner {
    padding: 80px 20px 75px;
  }
}

.wc-about-body .wc-article-banner-title {
  color: #fff !important;
  font-size: 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}

.wc-about-body .wc-about-layout-main .wc-article-banner-text {
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

.wc-article-guide-title {
  color: var(--wc-navy);
  font-size: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
  .wc-about-body .wc-article-banner-title {
    font-size: 28px !important;
  }

  .wc-about-body .wc-about-layout-main .wc-article-banner-text {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .wc-about-body .wc-article-read-also-title {
    font-size: 28px !important;
  }

  .wc-about-body .wc-article-projects-cta-title {
    font-size: 28px !important;
  }

  .wc-about-body .wc-article-projects-cta-desc {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .wc-article-share-row {
    padding-bottom: 60px;
  }

  .wc-article-page .wc-about-layout-side {
    padding-bottom: 60px;
  }

  .wc-article-page .wc-about-layout-main {
    padding-bottom: 0 !important;
  }
}

.wc-article-checklist-card {
  display: block !important;
  margin: 60px 0 !important;
  padding: 2.5rem !important;
  padding-top: 50px !important;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
}

.wc-article-checklist-title {
  font-size: 24px;
  color: #2C3E50;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.wc-article-page .wc-article-table {
  min-width: 55rem !important;
}

.wc-article-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc-article-checklist__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.wc-article-checklist__item:last-child {
  margin-bottom: 0;
}

.wc-article-checklist__icon {
  color: var(--wc-gold);
  margin-right: 9px;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1.4;
}

.wc-article-checklist__text {
  font-size: 16px;
  font-weight: 300;
  color: #2C3E50;
}

.wc-article-badge {
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #011022 !important;
}

.wc-article-read-also {
  padding: 0;
  margin-top: 2rem;
}

.wc-article-read-also-title {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #011020;
  margin: 0 0 40px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1181px) {
  .wc-article-read-also .wc-article-read-also-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

.wc-article-read-also .wc-insights-track {
  gap: 18px;
}

.wc-article-page .wc-insights-cta {
  margin-top: 50px !important;
}

.wc-article-read-also .card-img-top {
  aspect-ratio: 10 / 9 !important;
  object-fit: cover !important;
  width: 100%;
}

.wc-article-read-also .card-body {
  padding-bottom: 0 !important;
}

.wc-article-read-also .wc-article-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  color: #2C3E50 !important;
}

.wc-article-read-also .wc-article-card p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  color: #2C3E50 !important;
}

.wc-article-read-also .wc-article-footer {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
  border-top: 1px solid #f1f3f5;
}

@media (max-width: 1180px) {
  .wc-article-read-also .wc-insights-scroll {
    width: 100vw !important;
    max-width: none !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding-inline: 0 !important;
    overflow-x: auto !important;
    margin: 0 !important;
  }

  .wc-article-read-also .wc-insights-track {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .wc-article-page .wc-insights-cta {
    margin-top: 34px !important;
  }

  .wc-about-body .wc-article-projects-cta .wc-article-projects-cta-title {
    font-size: 28px !important;
  }

  .wc-about-body .wc-article-projects-cta .wc-article-projects-cta-desc {
    font-size: 16px !important;
  }

  .wc-about-body .wc-about-layout-main .wc-article-banner-text {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 320px) {
  .wc-article-read-also .wc-insights-scroll {
    width: calc(100% + 3rem) !important;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    left: 0 !important;
    transform: none !important;
    padding-inline: 1.5rem !important;
  }
}

@media (max-width: 600px) {
  .wc-article-read-also-title {
    font-size: 28px;
  }
}

.wc-article-projects-cta {
  margin: 50px 0;
  background: var(--wc-color-deep);
  border-radius: 0;
  padding: 55px 90px 50px;
  text-align: center;
}

.wc-article-projects-cta-title {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 1.265rem;
  line-height: 1.2;
}

.wc-article-projects-cta-desc {
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px !important;
  line-height: 1.6;
  text-align: center !important;
}

.wc-article-share-row {
  border-top: 1px solid var(--wc-line);
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wc-article-share-top {
  display: flex;
  align-items: center;
  order: 1;
}

.wc-article-category {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  order: 2;
}

.wc-article-share-socials {
  flex: 0 0 100%;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  order: 3;
}

.wc-article-share-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.03em;
}

.wc-article-category-prefix {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

.wc-article-category-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #888;
}

.wc-article-social-link {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #153A64;
  text-decoration: none;
  transition: opacity 0.2s;
}

.wc-article-social-link:hover,
.wc-article-social-link:focus-visible {
  opacity: 0.75;
  color: #153A64;
}

.wc-article-side-block {
  margin-top: 20px;
  background: #fff;
  padding: 30px 26px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: left;
}

.wc-article-side-block-title {
  font-size: 20px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  color: #011102 !important;
  text-align: left !important;
}

.wc-article-side-block-divider {
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 15px;
}

.wc-article-side-block-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.wc-similar-topic-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s;
  text-align: left;
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.wc-similar-topic-link:hover,
.wc-similar-topic-link:focus-visible {
  opacity: 0.85;
}

.wc-similar-topic-link strong {
  color: #011102 !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  display: block !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
}

.wc-similar-topic-link span {
  display: block !important;
  color: #999 !important;
  font-size: 11px !important;
  font-family: 'Poppins', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
}

.wc-article-lead-text {
  font-size: clamp(16px, 1.5vw, 18px);
}

@media (max-width: 600px) {
  .wc-article-lead-text {
    font-size: 16px !important;
  }
  .wc-article-quote-text {
    font-size: 16px !important;
  }

  .wc-article-share-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 60px;
  }

  .wc-article-share-socials {
    flex: unset;
    order: 2;
  }

  .wc-article-category {
    order: 3;
  }
}

.wc-article-quote-text {
  font-size: 18px;
}

@media (max-width: 360px) {
  .wc-article-author-title {
    display: block;
  }
}
.wc-article-hero {
  padding-bottom: 40px;
}
.wc-article-section-top-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wc-article-guide-box {
  border-left: 4px solid var(--wc-gold);
  padding: 41px 45px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
}
.wc-article-guide-subtitle {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #153A64;
}
.wc-article-guide-text {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  margin-bottom: 1.25rem;
}
.wc-article-guide-text-last {
  margin-bottom: 0 !important;
}
.wc-article-quote-box {
  margin: 60px 0 !important;
}
.wc-article-banner-box {
  margin: 60px 0;
  position: relative;
  background: url('/img/blog/article-approved-back.jpg') center / cover no-repeat;
  border-radius: 0;
  overflow: hidden;
}

.wc-article-banner-btn {
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wc-article-expert-avatar {
  flex: 0 0 100px;
}
.wc-article-expert-name {
  display: block;
  margin-top: 20px;
  color: #EDB644;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wc-article-table-wrap {
  margin: 40px 0 3rem !important;
}
.wc-article-divider {
  height: 1px;
  background: var(--wc-line);
  margin-top: 60px;
}
@media (max-width: 600px) {
  .wc-article-guide-box {
    padding: 30px 25px;
  }

}
.wc-article-conclusion-title {
  margin-bottom: 2.5rem !important;
}
.wc-article-conclusion-text {
  margin-bottom: 0 !important;
}
.wc-article-card-media {
  position: relative;
}
.wc-article-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--wc-gold);
  color: var(--wc-navy);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}
.wc-article-card-img {
  border-radius: 0 !important;
  object-fit: cover !important;
  aspect-ratio: 16/10 !important;
}
.wc-article-footer {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
  border-top: 1px solid #f1f3f5;
}
.wc-about-body .wc-about-vision-quote {
  margin: 2.5rem 0;
  padding: 40px !important;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
  display: flex;
  align-items: flex-start;
  gap: clamp(1.25rem, 4vw, 2rem);
  border: none;
  border-radius: 0;
}

.wc-about-body .wc-about-vision-quote-icon {
  flex: 0 0 auto;
  width: 4rem;
  height: auto;
}

.wc-about-body .wc-about-section p.wc-about-vision-quote-text {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 767.98px) {
  .wc-article-page .wc-about-vision-quote {
    flex-direction: column;
    gap: 1rem;
  }

  .wc-article-page .wc-about-vision-quote-icon {
    width: 60px;
    height: auto;
  }
}

/* CMS content typography */
.wc-main-content {
  padding-bottom: 4rem;
}

.wc-richtext,
.wc-richtext p,
.wc-richtext li,
.wc-richtext td,
.wc-richtext th {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--wc-body);
}

.wc-richtext p,
.wc-richtext ul,
.wc-richtext ol,
.wc-richtext table,
.wc-richtext blockquote,
.wc-richtext h2,
.wc-richtext h3,
.wc-richtext h4 {
  margin-bottom: 1.5rem;
}

.wc-richtext h2,
.wc-richtext h3,
.wc-richtext h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--wc-text);
  line-height: 1.25;
}

.wc-richtext h2 {
  font-size: 2rem;
}

.wc-richtext h3 {
  font-size: 1.5rem;
}

.wc-richtext a {
  color: var(--wc-color-deep);
  text-decoration: underline;
}

.wc-richtext img,
.wc-richtext iframe {
  max-width: 100%;
  height: auto;
}

.wc-richtext table {
  width: 100%;
  border-collapse: collapse;
}

.wc-richtext table td,
.wc-richtext table th {
  padding: 0.875rem 1rem;
  border: 1px solid #d9e0ea;
}

.wc-richtext blockquote {
  padding: 1.5rem 1.75rem;
  border-left: 4px solid var(--wc-gold);
  background: #f5f7fb;
}

.wc-empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  background: #f5f7fb;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #666;
}

/* Blog tag links (CMS uses <a>, not <button>) */
.wc-blog-body .wc-blog-tag {
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wc-blog-body .wc-blog-tag:hover,
.wc-blog-body .wc-blog-tag:focus-visible {
  border-color: var(--wc-gold);
  background: rgba(237, 182, 68, 0.08);
}

/* Article page inside legacy .wrapper */
.wc-blog-body .wc-blog-page-main,
.wc-article-page .wc-about-page-main {
  background: #f8f9fa;
}

body.wc-blog-body .wrapper,
body.wc-article-page .wrapper {
  background: #f8f9fa;
  width: 100%;
  max-width: none;
}

body.wc-blog-body main,
body.wc-article-page main {
  display: block;
  width: 100%;
  max-width: none;
  float: none;
  margin: 0;
  padding: 0;
}

