/* ========================================================================
   Think You Know — Singapore equities series · POC stylesheet
   Approximates the Eastspring SG website design system
   Brand red: #ED1B2E (Eastspring Red · Pantone 485 · CMYK 0/100/91/0 · RGB 237/27/46)
   Hover red: #D01526 (~15% darker)
   Body charcoal: #333333
   Brand dark: #455560 (Eastspring Dark Grey · Pantone 432 · CMYK 23/2/0/77 · RGB 69/85/96)
   Body font: Open Sans (Google Fonts)
   ======================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

.poc-shell {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #455560;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}


.poc-shell img {
  max-width: 100%;
  display: block;
}

.poc-shell a {
  color: #ED1B2E;
  text-decoration: none;
}

/* .poc-shell a:hover {
  text-decoration: underline;
} */

    .poc-shell h1,
    .poc-shell h2,
    .poc-shell h3,
    .poc-shell h4,
    .poc-shell h5 {
        margin: 0;
        font-weight: 600;
        /* line-height: 1.2; */
        color: #455560;
    }

.poc-shell p {
  margin: 0 0 16px;
}

/* Layout */
/* .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } */



/* Section wrappers */
.poc-shell .section {
  padding: 56px 0;
  padding-top: 20px;
}

.poc-shell .section-tight {
  padding: 32px 0;
}

.poc-shell .section-gray {
  background: #F8F8F8;
}

.poc-shell .section-dark {
  background: #455560;
  color: #DDD;
}

.poc-shell .section-header h2 {
  font-size: 28px;
  margin: 0 0 6px;
  letter-spacing: -0.4px;
}

    .poc-shell .section-header p {
        color: #455560;
        margin: 0 0 32px;
        font-size: 16px;
    }

/* POC option label */
.poc-shell .option-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFF0F0;
  color: #ED1B2E;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.poc-shell .option-tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED1B2E;
}

/* Hero block (mimics Eastspring "Think Asia. Think Active." hero) */
.poc-shell .hero-block {
  padding: 64px 0;
  background: linear-gradient(110deg, #FFFFFF 0%, #FFFFFF 50%, #F4E8D8 100%);
  position: relative;
  overflow: hidden;
}

.poc-shell .hero-block .container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.poc-shell .hero-eyebrow {
  color: #ED1B2E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.poc-shell .hero-title {
  font-size: 48px;
  /* line-height: 1.05; */
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: -1.2px;
}

.poc-shell .hero-title em {
  color: #ED1B2E;
  font-style: normal;
}

    .poc-shell .hero-sub {
        font-size: 18px;
        color: #455560;
        /* line-height: 1.5; */
        margin: 0 0 24px;
        max-width: 550px;
    }

.auth-img-scn {
    border-radius: 50%;
    background: #ed1b2e;
    display: flex;
    height: 40px;
    width: 40px;
    padding-right: 10px;
    align-items: center;
}

.poc-shell .hero-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 22px;
  font-style: italic;
}

.poc-shell .hero-image {
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 22px 44px -18px rgba(0, 0, 0, 0.25);
}

.poc-shell .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA buttons (Eastspring style) */
.poc-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 35px 12px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

/* .poc-shell .btn::after {
  content: " →";
} */

.poc-shell .btn-red {
  background: #ED1B2E;
  color: #FFFFFF;
  border-color: #ED1B2E;
  background-image: url('/assets-rbr/images/cheveron-arrow-w.png');
  background-repeat: no-repeat;
  background-position: 91% 45%;
  background-size: 30px !important;

}

.poc-shell .btn-red:hover,
.poc-shell .btn-red:focus-visible {
  background-color: #D01526;
  border-color: #D01526;
  color: #FFFFFF;
  text-decoration: none;
}

.poc-shell .btn-outline {
  background: transparent;
  background-image: url('/assets-rbr/images/cheveron-arrow-r.png');
  background-repeat: no-repeat;
  background-position: 95% 45%;
  color: #ED1B2E;
  border-color: #ED1B2E;
}

.poc-shell .btn-outline:hover {
  background-image: url('/assets-rbr/images/cheveron-arrow-w.png');
  background-position: 95% 45%;
  background-color: #ED1B2E;
  color: white;
  text-decoration: none;
}

.poc-shell .btn-white {
  background: white;
  color: #ED1B2E;
  border-color: white;
}

.poc-shell .btn-white:hover {
  background: #FFF0F0;
  text-decoration: none;
}

/* Latest insights row (mimics Eastspring homepage Latest Insights) */
.poc-shell .insights-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.poc-shell .insight-card {
  background: white;
  border: 1px solid #EAEAEA;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.poc-shell .insight-card:hover {
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
  text-decoration: none;
}

.poc-shell .insight-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #EEE;
}

.poc-shell .insight-card-body {
  padding: 16px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.poc-shell .insight-card-tag {
  color: #ED1B2E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

    .poc-shell .insight-card-title {
        color: #455560;
        font-size: 16px;
        font-weight: 600;
        /* line-height: 1.3; */
        margin: 0 0 12px;
        flex: 1;
    }

.poc-shell .insight-card-date {
  color: #777;
  font-size: 12px;
}

.poc-shell .insight-card.featured-new {
  position: relative;
  border-color: #ED1B2E;
}

.poc-shell .insight-card.featured-new::before {
  content: 'NEW SERIES';
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ED1B2E;
  color: white;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  z-index: 2;
}

/* Series article cards (used on landing + featured) */
.poc-shell .series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.poc-shell .series-card {
  background: white;
  border: 1px solid #EAEAEA;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.poc-shell .series-card:hover {
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
  text-decoration: none;
  background: #f2f3f4;
}

.poc-shell .series-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #EEE;
}

.poc-shell .series-card-body {
  /* padding: 18px 20px 22px; */
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.poc-shell .series-card-num {
  color: #68737A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

    .poc-shell .series-card-title {
        color: #455560;
        font-size: 16px;
        font-weight: 700;
        /* line-height: 1.3; */
        margin: 0 0 8px;
    }

    .poc-shell .series-card-sub {
        color: #455560;
        font-size: 14px;
        /* line-height: 1.4; */
        margin: 0 0 14px;
        flex: 1;
    }

.poc-shell .series-card-cta {
  color: #ED1B2E;
  font-size: 13px;
  font-weight: 600;
  align-self: flex-start;
}

.poc-shell .series-card-cta::after {
  content: ' →';
}

/* Featured article (large card on landing page) */
.poc-shell .featured-article {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px;
  background: white;
  border: 1px solid #EAEAEA;
  margin-bottom: 60px;
}

.poc-shell .featured-article-img {
  aspect-ratio: 16/10;
  object-fit: cover;
}

.poc-shell .featured-article-eyebrow {
  color: #ED1B2E;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.poc-shell .featured-article-title {
  font-size: 28px;
  font-weight: 700;
  /* line-height: 1.15; */
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

    .poc-shell .featured-article-sub {
        font-size: 17px;
        color: #455560;
        margin: 0 0 16px;
        /* line-height: 1.5; */
    }

.poc-shell .featured-article-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}

/* Article page styles */
/* .article-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
} */


.article-page .article-eyebrow {
  color: #ED1B2E;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 30px 0 12px;
}

.article-page .article-h1 {
  font-size: 40px;
  /* line-height: 1.1; */
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: -1px;
}

.article-page .article-hero-img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 24px;
  border-radius: 2px;
}

.article-page .article-meta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 28px;
  font-size: 13px;
  color: #555;
  flex-wrap: wrap;
}

.article-page .article-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-page .article-author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ED1B2E;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.article-page .article-author strong {
    color: #455560;
}

.article-page .article-meta-row .share {
  display: flex;
  gap: 12px;
  margin: 0 !important;
  margin-left: auto !important;

}

.article-page .article-meta-row .share ul {
  margin: 0;
}

.article-page .article-meta-row .share-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #DDD;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 13px;
  transition: all 0.2s;
}

.article-page .article-meta-row .share-icon:hover {
  background: #ED1B2E;
  border-color: #ED1B2E;
  color: white;
  text-decoration: none;
}

/* Executive summary box */
.article-page .exec-summary {
  background: #F8F8F8;
  border-left: 4px solid #ED1B2E;
  padding: 24px 28px;
  margin-bottom: 32px;
}

.article-page .exec-summary h3 {
  font-size: 24px;
  color: #ED1B2E;
  margin: 0 0 12px;
  font-weight: 700;
  /* line-height: 1.25; */
  letter-spacing: -0.2px;
}

    .article-page .exec-summary p {
        margin: 0;
        font-size: 16px;
        /* line-height: 1.6; */
        color: #455560;
    }

.article-page .exec-summary ul {
  margin: 0;
  padding: 0 0 0 18px;
}

    .article-page .exec-summary li {
        margin-bottom: 8px;
        font-size: 16px;
        /* line-height: 1.55; */
        color: #455560;
    }

.article-page .exec-summary li:last-child {
  margin-bottom: 0;
}

/* Article body */
.article-page .article-body {
    font-size: 16px;
    /* line-height: 1.7; */
    color: #455560;
}

    .article-page .article-body h2 {
        font-size: 24px;
        margin: 36px 0 14px;
        font-weight: 700;
        color: #455560;
        letter-spacing: -0.3px;
    }

    .article-page .article-body h3 {
        font-size: 19px;
        margin: 28px 0 10px;
        font-weight: 700;
        color: #455560;
    }

/* Section header with red badge + red heading (mirrors article PDF style) */
.article-page .sb-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0 14px;
}

.article-page .sb-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ED1B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-page .sb-badge svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.article-page .sb-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ED1B2E;
  margin: 0;
  letter-spacing: -0.3px;
}

.article-page .article-body p {
  margin: 0 0 16px;
}

    .article-page .article-body p strong {
        color: #455560;
    }

.article-page .article-body ul {
  margin: 0 0 18px;
  padding: 0 0 0 22px;
}

.article-page .article-body ul li {
  margin-bottom: 6px;
}

/* Figure / chart container */
.article-page .figure {
  margin: 32px 0 0;
}

.article-page .figure-caption {
    font-size: 15px;
    font-weight: 600;
    color: #455560;
    margin-bottom: 8px;
}

.article-page .figure-image {
  width: 100%;
  border: 1px solid #EAEAEA;
  padding: 16px;
  background: white;
  border-radius: 2px;
}

.article-page .figure-source {
  font-size: 12px;
  color: #68737A;
  margin-top: 6px !important;
  line-height: 1.45;
}

.article-page .figure-anim-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF0F0;
  color: #ED1B2E;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}

.article-page .figure-anim-note::before {
  content: '▶';
  font-size: 9px;
}

.article-page .figure p:last-child {
  margin: 0;
}

/* Pull-out 3-stat tile */
.article-page .pullout {
  background: white;
  border-top: 2px solid #ED1B2E;
  border-bottom: 2px solid #ED1B2E;
  padding: 32px;
  margin: 36px 0;
}

.article-page .pullout-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.article-page .pullout-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ED1B2E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-page .pullout-badge svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.article-page .pullout-header h3 {
  color: #ED1B2E;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.article-page .pullout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-page .stat-num {
  font-size: 52px;
  font-weight: 800;
  color: #ED1B2E;
  /* line-height: 1; */
  margin-bottom: 12px;
  letter-spacing: -1.5px;
}

.article-page .stat-divider {
  width: 50px;
  height: 2px;
  background: #455560;
  margin: 0 0 12px;
}

.article-page .stat-label {
    font-size: 14px;
    font-weight: 700;
    color: #455560;
    margin-bottom: 4px;
}

.article-page .stat-sub {
    font-size: 13px;
    color: #455560;
}

.article-page .pullout-footnote {
  margin-top: 18px;
  font-size: 12px;
  color: #68737A;
  line-height: 1.45;
}

/* Stat tile row */
.article-page .stat-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 32px 0 0;
  padding: 0;
  align-items: stretch;
  justify-items: stretch;
}

.article-page .stat-tile {
    background: #FFFAEC;
    border: 1px solid #E7E7E7;
    border-top: 4px solid #fdbb30;
    min-height: 148px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.article-page .stat-tile-value {
  color: #ED1B2E;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-bottom: 14px;
}

.article-page .stat-tile-label {
    color: #455560;
    font-size: 18px;
    line-height: 1.3;
}

.article-page .stat-tiles-footnote {
  margin-top: 6px !important;
  margin: 6px 0 40px;
  font-size: 12px;
  color: #68737A;
  line-height: 1.45;
  text-align: left;
}

@media (max-width: 640px) {
  .article-page .stat-tiles {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .article-page .stat-tile {
    min-height: 124px;
    padding: 22px 16px 18px;
  }

  .article-page .stat-tile-value {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .article-page .stat-tile-label {
    font-size: 15px;
  }
}

/* Tip block (legacy small card — kept for backward compatibility) */
.article-page .tip-block {
  background: linear-gradient(135deg, #FFF7F2 0%, #FFFAF6 100%);
  border-left: 4px solid #ED1B2E;
  padding: 22px 26px;
  margin: 32px 0;
}

.article-page .tip-block-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.article-page .tip-block-header h4 {
  color: #ED1B2E;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.article-page .tip-block-header svg {
  width: 22px;
  height: 22px;
  fill: #ED1B2E;
}

.article-page .tip-block p {
    margin: 0;
    font-size: 15.5px;
    /* line-height: 1.6; */
    color: #455560;
}

/* ------------------------------------------------------------------
   Full-width banner section headers (Eastspring brand)
   Used in the Think You Know Singapore equities series.
   Typeface: Open Sans Regular (inherits from body).
   Brand colours:
     Dark Red    #ED1B2E  — "Tell me more"
     Olive Green #4B721D  — "Tip"
     Sun Yellow  #FDBB30  — "What it means for you"
   ------------------------------------------------------------------ */
.article-page .banner-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 28px;
  margin: 50px 0 22px;
  color: #FFFFFF;
}

    .article-page .banner-header .banner-icon {
        width: 36px;
        height: 36px;
        /*border: 2px solid #FFFFFF;
            border-radius: 50%;*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.article-page .banner-header .banner-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-page .banner-header h2 {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  /* line-height: 1.1; */
}

.article-page .banner-tellmemore {
  background: #ED1B2E;
}

.article-page .banner-tip {
  background: #4B721D;
}

.article-page .banner-meaning {
  background: #FDBB30;
}

/* Cross-promo block at end of article */
.article-page .cross-promo {
  background: #F8F8F8;
  padding: 28px;
  margin: 40px 0;
  border-radius: 2px;
}

.article-page .cross-promo h4 {
  font-size: 15px;
  color: #ED1B2E;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.article-page .cross-promo-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.article-page .cross-promo-link {
  display: block;
  padding: 0;
  background: white;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  transition: all 0.2s;
}

.article-page .cross-promo-link:hover {
  border-color: #ED1B2E;
  text-decoration: none;
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.12);
  background: #f2f3f4;
}

.article-page .cross-promo-thumb {
  width: 100%;
  aspect-ratio: 5/6;
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
  background: #EFEFEF;
}

.article-page .cross-promo-link strong {
    display: block;
    padding: 12px 14px 4px;
    color: #455560;
    font-size: 13px;
    /* line-height: 1.3; */
}

.article-page .cross-promo-link span {
  display: block;
  padding: 0 14px 14px;
  color: #ED1B2E;
  font-size: 11px;
  font-weight: 600;
}

/* Next-article CTA */
.article-page .next-cta {
  background: #ED1B2E;
  color: white;
  padding: 36px 40px;
  margin: 40px 0;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
}

.article-page .next-cta-img {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 2px;
}

.article-page .next-cta-eyebrow {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 4px;
  font-weight: 700;
}

.article-page .next-cta h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  color: white;
  /* line-height: 1.2; */
}

.article-page .next-cta p {
  font-size: 14px;
  opacity: 0.92;
  margin: 0;
}

/* Article tags */
.article-page .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 16px;
}

.article-page .tag {
  display: inline-block;
  background: #F0F0F0;
  color: #555;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-page .tag:hover {
  background: #ED1B2E;
  color: white;
  text-decoration: none;
}

.article-page .tag-row a:hover {
  text-decoration: none;
}

/* Footnotes & disclaimer */
.article-page .footnotes,
.article-page .disclaimer {
  padding: 24px 0;
  border-top: 1px solid #EAEAEA;
  font-size: 12px;
  color: #68737A;
  line-height: 1.45;
}

.article-page .footnotes h4,
.article-page .disclaimer h4 {
  font-size: 14px;
  color: #455560;
  margin: 0 0 8px;
  font-weight: 700;
}

.article-page .footnotes p,
.article-page .disclaimer p {
  margin: 0 0 8px;
  color: #68737A;
  font-size: 12px;
  line-height: 1.45;
}



/* Series page styles */
.series-page .series-eyebrow {
  font-size: 12px;
}

.series-page .series-title {
  font-size: 40px;
  margin: 0 0 14px;
  letter-spacing: -1px;
  /* line-height: 1.1; */
}

.series-page .series-highlight {
  color: #ED1B2E;
}

.series-page .series-intro {
    font-size: 18px;
    color: #455560;
    max-width: 760px;
    /* line-height: 1.55; */
}

.series-page .series-meta {
  font-size: 13px;
  color: #888;
  margin-top: 14px;
}

    .series-page .series-meta strong {
        color: #455560;
    }

.series-page .featured-link {
  text-decoration: none;
  color: inherit;
}

.series-page .featured-link:hover {
  text-decoration: none;
}

.series-page .btn-featured {
  margin-top: 4px;
}

.series-page .series-cta .learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 4px;
  background: #ED1B2E;
  color: #FFFFFF;
  border: 1px solid #ED1B2E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.series-page .series-cta .learn-more:hover,
.series-page .series-cta .learn-more:focus-visible {
  background: #D01526;
  border-color: #D01526;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-1px);
}

.series-page .series-section-title {
  font-size: 18px;
  margin: 36px 0 18px;
  color: #455560;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.series-page .series-grid-4col {
  grid-template-columns: repeat(4, 1fr);
}

.series-page .series-card-tag {
  font-size: 11px;
  color: #68737A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 4px;
}

.series-page .series-card-num {
  margin-bottom: 10px;
}

.series-page .series-card-date {
  margin-top: auto;
  padding-top: 10px;
  font-size: 12px;
  color: #888;
}

.series-page .series-cta {
  margin-top: 60px;
  padding: 60px 32px;
  background: #F8F8F8;
  border-radius: 2px;
}

.series-page .series-cta-title {
    font-size: 18px;
    margin: 0 0 8px;
    color: #455560;
}

.series-page .series-cta-desc {
    margin: 0 0 16px;
    color: #455560;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 900px) {
  .poc-shell .hero-block .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .poc-shell .hero-title {
    font-size: 34px;
  }

  .poc-shell .insights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .series-page .series-grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-page .pullout-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .poc-shell .featured-article {
    grid-template-columns: 1fr;
  }

  .poc-shell .next-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .poc-shell .es-nav {
    display: none;
  }

  .article-page .article-h1 {
    font-size: 28px;
  }

  .poc-shell .es-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .series-page .series-grid-4col {
    grid-template-columns: 1fr;
  }

  .article-page .cross-promo {
    padding: 15px;
  }

  .article-page .cross-promo-grid {
    grid-template-columns: 1fr;
  }

  .article-page .article-meta-row {
    gap: 0 12px;
    align-items: flex-start;
    padding: 12px 0;
    margin-bottom: 24px;
  }

  .article-date {
    margin-left: 46px
  }

  .article-page .article-meta-row .article-author {
    flex: 0 0 100%;
  }

  .article-page .article-meta-row .share {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
    padding-top: 15px;
  }

  .series-page .series-meta span {
    display: table;
  }
}