/**
 * Theme Name: Zeen Child
 * Description: Zeen child theme.
 * Author: Codetipi
 * Template: zeen
 * Version: 1.0.0
 */

/* ═══════════════════════════════════════════════════════
   GLP-1 Homepage — all classes prefixed .glp1-
═══════════════════════════════════════════════════════ */

:root {
  --glp1-blue:   #1e3a6d;
  --glp1-gold:   #e8b800;
  --glp1-light:  #f5f7fa;
  --glp1-white:  #ffffff;
  --glp1-text:   #333333;
  --glp1-muted:  #666666;
  --glp1-green:  #2e7d32;
  --glp1-radius: 8px;
  --glp1-shadow: 0 2px 14px rgba(0,0,0,0.10);
}

/* ── Reset scope ─────────────────────────────────────── */
.glp1-homepage,
.glp1-homepage * {
  box-sizing: border-box;
}
.glp1-homepage {
  font-family: 'Open Sans', sans-serif;
  color: var(--glp1-text);
  width: 100%;
}

/* Force full-width on Zeen's content wrapper when on homepage */
.home #content.site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.home .site-inner {
  padding: 0 !important;
}

/* ── Shared utilities ────────────────────────────────── */
.glp1-container {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: 100% !important;
}

.glp1-section-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 32px !important;
}
.glp1-section-head h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px !important;
  color: var(--glp1-blue) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.glp1-trophy { font-size: 26px; }

.glp1-btn {
  display: inline-block !important;
  padding: 12px 22px !important;
  border-radius: var(--glp1-radius) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: opacity .2s, transform .15s !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
}
.glp1-btn:hover { opacity: .88 !important; transform: translateY(-1px) !important; text-decoration: none !important; }
.glp1-btn--primary { background: var(--glp1-blue) !important; color: #fff !important; border: none !important; }
.glp1-btn--ghost   { background: transparent !important; color: var(--glp1-blue) !important; border: 2px solid var(--glp1-blue) !important; }
.glp1-btn--review  { background: var(--glp1-blue) !important; color: #fff !important; width: 100% !important; text-align: center !important; margin-top: 16px !important; border: none !important; }
.glp1-btn--learn   { background: var(--glp1-gold) !important; color: var(--glp1-blue) !important; font-weight: 700 !important; border: none !important; }

/* ── HERO ────────────────────────────────────────────── */
.glp1-hero {
  background: #ffffff !important;
  padding: 64px 0 48px !important;
  border-bottom: 1px solid #e0e8f0 !important;
  width: 100% !important;
}
.glp1-hero__inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  align-items: center !important;
}
.glp1-trust-badge {
  display: inline-block !important;
  background: #fff8dc !important;
  border: 1px solid var(--glp1-gold) !important;
  color: #7a6000 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  margin-bottom: 18px !important;
}
.glp1-hero__title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  color: var(--glp1-blue) !important;
  line-height: 1.1 !important;
  margin: 0 0 4px !important;
}
.glp1-hero__updated {
  font-size: 18px !important;
  color: var(--glp1-muted) !important;
  margin: 0 0 16px !important;
  font-style: italic !important;
}
.glp1-hero__sub {
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin-bottom: 26px !important;
  max-width: 480px !important;
}
.glp1-hero__btns {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-bottom: 22px !important;
  align-items: center !important;
}
.glp1-hero__checks {
  display: flex !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  color: var(--glp1-green) !important;
  font-weight: 600 !important;
}
.glp1-hero__img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.glp1-hero__img img {
  width: 100% !important;
  max-width: 460px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  display: block !important;
}

/* ── TOP PROVIDERS ───────────────────────────────────── */
.glp1-top {
  background: var(--glp1-light) !important;
  padding: 64px 0 48px !important;
  width: 100% !important;
}
.glp1-providers {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
.glp1-card {
  background: #ffffff !important;
  border-radius: var(--glp1-radius) !important;
  padding: 28px 24px !important;
  box-shadow: var(--glp1-shadow) !important;
  border-top: 4px solid transparent !important;
  display: flex !important;
  flex-direction: column !important;
}
.glp1-card--gold   { border-top-color: #f4c430 !important; }
.glp1-card--silver { border-top-color: #b0bec5 !important; }
.glp1-card--bronze { border-top-color: #cd7f32 !important; }
.glp1-card__rank {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  margin-bottom: 10px !important;
}
.glp1-card--gold   .glp1-card__rank { color: #b8860b !important; }
.glp1-card--silver .glp1-card__rank { color: #607d8b !important; }
.glp1-card--bronze .glp1-card__rank { color: #8b4513 !important; }
.glp1-card__name {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px !important;
  color: var(--glp1-blue) !important;
  margin: 0 0 10px !important;
  line-height: 1.1 !important;
}
.glp1-card__stars {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
  font-size: 13px !important;
}
.glp1-stars { color: #f4c430 !important; font-size: 17px !important; letter-spacing: -1px !important; }
.glp1-rc { color: var(--glp1-muted) !important; }
.glp1-card__price {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--glp1-blue) !important;
  margin-bottom: 16px !important;
  line-height: 1 !important;
}
.glp1-card__price span { font-size: 14px !important; font-weight: 400 !important; color: var(--glp1-muted) !important; }
.glp1-card__features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 auto !important;
}
.glp1-card__features li {
  font-size: 13px !important;
  color: #444 !important;
  padding: 6px 0 6px 22px !important;
  position: relative !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.glp1-card__features li::before {
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  color: var(--glp1-green) !important;
  font-weight: 700 !important;
}
.glp1-disclaimer {
  font-size: 11px !important;
  color: var(--glp1-muted) !important;
  margin-top: 20px !important;
  text-align: center !important;
}

/* ── EXPLAINER ───────────────────────────────────────── */
.glp1-explainer {
  display: grid !important;
  grid-template-columns: 340px 1fr !important;
  width: 100% !important;
  min-height: 300px !important;
}
.glp1-explainer__left {
  background: var(--glp1-blue) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 50px 40px !important;
}
.glp1-seal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 160px !important;
  height: 160px !important;
  border-radius: 50% !important;
  border: 4px solid var(--glp1-gold) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  text-align: center !important;
  line-height: 1.3 !important;
  gap: 4px !important;
}
.glp1-seal__top  { font-family: 'Oswald', sans-serif !important; font-size: 26px !important; font-weight: 700 !important; }
.glp1-seal__dot  { color: var(--glp1-gold) !important; font-size: 20px !important; }
.glp1-seal__bottom em { font-style: italic !important; font-size: 15px !important; color: #fff !important; }
.glp1-explainer__right {
  background: #dce8f5 !important;
  padding: 50px 60px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.glp1-explainer__right h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 28px !important;
  color: var(--glp1-blue) !important;
  margin: 0 0 12px !important;
}
.glp1-explainer__right p { color: #444 !important; margin-bottom: 14px !important; font-size: 15px !important; }
.glp1-explainer__right ul { list-style: none !important; padding: 0 !important; margin: 0 0 26px !important; }
.glp1-explainer__right ul li {
  padding: 6px 0 6px 22px !important;
  position: relative !important;
  font-size: 14px !important;
  color: #444 !important;
}
.glp1-explainer__right ul li::before { content: '▸' !important; position: absolute !important; left: 0 !important; color: var(--glp1-blue) !important; }

/* ── FEATURED CATEGORIES ─────────────────────────────── */
.glp1-featured {
  background: #ffffff !important;
  padding: 64px 0 !important;
  width: 100% !important;
}
.glp1-featured-label { font-size: 18px !important; font-weight: 400 !important; color: var(--glp1-muted) !important; }
.glp1-featured__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
.glp1-fcard {
  background: var(--glp1-light) !important;
  border-radius: var(--glp1-radius) !important;
  padding: 24px 20px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  text-decoration: none !important;
  color: var(--glp1-text) !important;
  border: 1px solid #dde6f0 !important;
  transition: box-shadow .2s, transform .15s !important;
  position: relative !important;
}
.glp1-fcard:hover { box-shadow: var(--glp1-shadow) !important; transform: translateY(-2px) !important; text-decoration: none !important; }
.glp1-fcard__icon { font-size: 28px !important; line-height: 1 !important; }
.glp1-fcard h3 { font-family: 'Oswald', sans-serif !important; font-size: 17px !important; color: var(--glp1-blue) !important; margin: 4px 0 0 !important; }
.glp1-fcard p { font-size: 12px !important; color: var(--glp1-muted) !important; margin: 0 !important; line-height: 1.5 !important; padding-right: 20px !important; }
.glp1-fcard__arrow { position: absolute !important; right: 14px !important; bottom: 16px !important; font-size: 22px !important; color: var(--glp1-blue) !important; opacity: .35 !important; }

/* ── LATEST REVIEWS ──────────────────────────────────── */
.glp1-latest {
  background: var(--glp1-light) !important;
  padding: 64px 0 !important;
  width: 100% !important;
}
.glp1-latest__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
.glp1-lcard {
  background: #ffffff !important;
  border-radius: var(--glp1-radius) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: var(--glp1-text) !important;
  box-shadow: var(--glp1-shadow) !important;
  transition: transform .15s !important;
  display: flex !important;
  flex-direction: column !important;
}
.glp1-lcard:hover { transform: translateY(-3px) !important; text-decoration: none !important; }
.glp1-lcard__img img { width: 100% !important; height: 180px !important; object-fit: cover !important; display: block !important; }
.glp1-lcard__body { padding: 18px 16px !important; }
.glp1-lcard__body h3 { font-family: 'Oswald', sans-serif !important; font-size: 17px !important; color: var(--glp1-blue) !important; margin: 0 0 8px !important; line-height: 1.3 !important; }
.glp1-lcard__body p  { font-size: 13px !important; color: var(--glp1-muted) !important; margin: 0 !important; line-height: 1.5 !important; }

/* ── FAQ ─────────────────────────────────────────────── */
.glp1-faq {
  background: #ffffff !important;
  padding: 64px 0 !important;
  width: 100% !important;
}
.glp1-faq__list {
  border-top: 1px solid #e0e8f0 !important;
}
.glp1-faq__item {
  border-bottom: 1px solid #e0e8f0 !important;
}
.glp1-faq__q {
  width: 100% !important;
  background: none !important;
  border: none !important;
  padding: 20px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  color: var(--glp1-blue) !important;
  cursor: pointer !important;
  text-align: left !important;
  gap: 16px !important;
}
.glp1-faq__q:hover { color: #2a52a0 !important; }
.glp1-faq__icon {
  font-size: 24px !important;
  font-weight: 300 !important;
  color: var(--glp1-gold) !important;
  flex-shrink: 0 !important;
  transition: transform .2s !important;
}
.glp1-faq__item.is-open .glp1-faq__icon { transform: rotate(45deg) !important; }
.glp1-faq__a {
  padding: 0 0 20px !important;
}
.glp1-faq__a p {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 820px !important;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 960px) {
  .glp1-hero__inner      { grid-template-columns: 1fr !important; }
  .glp1-hero__img        { display: none !important; }
  .glp1-hero__title      { font-size: 34px !important; }
  .glp1-providers        { grid-template-columns: 1fr !important; }
  .glp1-explainer        { grid-template-columns: 1fr !important; }
  .glp1-explainer__left  { min-height: 180px !important; }
  .glp1-explainer__right { padding: 36px 28px !important; }
  .glp1-featured__grid   { grid-template-columns: repeat(2, 1fr) !important; }
  .glp1-latest__grid     { grid-template-columns: 1fr !important; }
}
@media (max-width: 600px) {
  .glp1-hero__title      { font-size: 28px !important; }
  .glp1-hero__btns       { flex-direction: column !important; }
  .glp1-featured__grid   { grid-template-columns: 1fr !important; }
  .glp1-section-head h2  { font-size: 20px !important; }
  .glp1-faq__q           { font-size: 16px !important; }
}


/* ═══════════════════════════════════════════════════════
   GLP-1 REVIEW PAGE — all classes prefixed .glp1r-
═══════════════════════════════════════════════════════ */

.glp1-review,
.glp1-review * {
  box-sizing: border-box;
}
.glp1-review {
  font-family: 'Open Sans', sans-serif;
  color: var(--glp1-text);
  width: 100%;
}

/* Force full-width on review pages too */
.page-template-page-ro-review #content.site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.page-template-page-ro-review .site-inner {
  padding: 0 !important;
}

/* ── Shared review utilities ─────────────────────────── */
.glp1r-section-head {
  margin-bottom: 32px;
}
.glp1r-section-head h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: var(--glp1-blue);
  margin: 0 0 8px;
  line-height: 1.2;
}
.glp1r-section-head p {
  font-size: 15px;
  color: var(--glp1-muted);
  margin: 0;
  line-height: 1.6;
  max-width: 680px;
}

/* ── REVIEW HEADER ───────────────────────────────────── */
.glp1r-header {
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%);
  padding: 52px 0 48px;
  border-bottom: 3px solid var(--glp1-blue);
}
.glp1r-header__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
}
.glp1r-breadcrumb {
  font-size: 13px;
  color: var(--glp1-muted);
  display: block;
  margin-bottom: 12px;
}
.glp1r-breadcrumb a {
  color: var(--glp1-blue);
  text-decoration: none;
}
.glp1r-breadcrumb a:hover {
  text-decoration: underline;
}
.glp1r-header__title {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--glp1-blue);
  margin: 0 0 12px;
  line-height: 1.1;
}
.glp1r-header__sub {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 560px;
}
.glp1r-header__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.glp1r-meta-item {
  font-size: 13px;
  color: var(--glp1-muted);
  font-weight: 600;
}
.glp1r-meta-item a {
  color: var(--glp1-blue);
  text-decoration: none;
}

/* Score ring */
.glp1r-header__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.glp1r-score-ring {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid var(--glp1-blue);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(30,58,109,.15);
  margin-bottom: 10px;
}
.glp1r-score-ring__number {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: var(--glp1-blue);
  line-height: 1;
}
.glp1r-score-ring__label {
  font-size: 14px;
  color: var(--glp1-muted);
  font-weight: 600;
}
.glp1r-score-verdict {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: var(--glp1-green);
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 12px;
}
.glp1r-trust-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.glp1r-badge {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 24px;
  letter-spacing: .03em;
}
.glp1r-badge--green {
  background: #e8f5e9;
  color: var(--glp1-green);
  border: 1px solid #c8e6c9;
}
.glp1r-badge--blue {
  background: #e3edf7;
  color: var(--glp1-blue);
  border: 1px solid #c5d6ea;
}
.glp1r-badge--light {
  background: #f5f7fa;
  color: var(--glp1-muted);
  border: 1px solid #dde6f0;
}

/* ── QUICK FACTS BAR ─────────────────────────────────── */
.glp1r-quickfacts {
  background: var(--glp1-blue);
  padding: 20px 0;
}
.glp1r-quickfacts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.glp1r-qf {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.glp1r-qf__icon {
  font-size: 22px;
  line-height: 1;
}
.glp1r-qf__label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.glp1r-qf__value {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}

/* ── LET'S REVIEW PLUGIN INTEGRATION ─────────────────── */

/* 1. Blue title bar — white text */
.lets-review-block__main-title .lets-review-block__title,
.lets-review-block__main-title .lets-review-block__title.lr-font-h {
  color: #fff !important;
}

/* 2. Reorder Let's Review sections — score box near Visit button */
.lets-review-block__wrap {
  display: flex !important;
  flex-direction: column !important;
}
.lets-review-block__main-title       { order: 1 !important; }
.lets-review-block__conclusion__wrap  { order: 2 !important; }
.lets-review-block__crits            { order: 3 !important; }
.lets-review-block__proscons         { order: 4 !important; }
.lets-review-block__final-score      { order: 5 !important; }
.lets-review-block__aff              { order: 6 !important; }
.lets-review-block__gallery          { order: 7 !important; }

/* 2b. Hide Reader Rating from criteria chart */
.lets-review-block__user_rating {
  display: none !important;
}

/* 2c. Numeric score labels next to stars */
.glp1r-score-num {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--glp1-blue);
  margin-left: 10px;
  min-width: 32px;
}

/* 2d. Hero score overlay on featured image */
.glp1r-hero-score {
  display: block;
  margin-top: 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
}
.glp1r-hero-score .glp1r-hero-stars {
  color: var(--glp1-gold);
  font-size: 22px;
  letter-spacing: 2px;
  margin-right: 8px;
}

/* 2e. Hide date on review posts */
.category-reviews .hero-meta .byline-part.date {
  display: none !important;
}
.category-reviews .hero-meta .byline {
  display: none !important;
}

/* 2f. Hero image responsive — contain instead of cover on mobile */
.category-reviews .hero-wrap .hero img.wp-post-image {
  object-fit: contain !important;
  object-position: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 300px;
  max-height: 500px;
}
.category-reviews .hero-wrap {
  height: auto !important;
  min-height: 300px !important;
  max-height: 500px !important;
  overflow: hidden !important;
}
.category-reviews .hero {
  height: auto !important;
  min-height: 300px !important;
  max-height: 500px !important;
}
@media (max-width: 768px) {
  .category-reviews .hero-wrap,
  .category-reviews .hero {
    min-height: 200px !important;
    max-height: 350px !important;
  }
  .category-reviews .hero-wrap .hero img.wp-post-image {
    min-height: 200px;
    max-height: 350px;
  }
  .glp1r-hero-score {
    font-size: 20px;
  }
  .glp1r-hero-score .glp1r-hero-stars {
    font-size: 16px;
  }
}

/* 3. Score badge — blue bg, white text */
.lets-review-skin-1 .score__wrap {
  background: var(--glp1-blue) !important;
}
.lets-review-skin-1 .score__wrap .score {
  color: #fff !important;
}
.lets-review-skin-1 .score__wrap .score__title {
  color: rgba(255,255,255,.85) !important;
}

/* 4. Star ratings — partially filled stars
   Stars are blue (accent), overlay covers unfilled part with white bg */
.lets-review-block__crits .score-overlay-wrap__icon {
  color: var(--glp1-blue) !important;
  background: transparent !important;
}
.lets-review-block__crits .score-overlay {
  background: #fff !important;
}
/* Also fix for the final score stars */
.lets-review-block__final-score .score-overlay-wrap__icon {
  background: transparent !important;
}
.lets-review-block__final-score .score-overlay {
  background: var(--glp1-blue) !important;
}

/* 5. Pros heading green, cons heading red */
.lets-review-block__pros .proscons__title {
  color: var(--glp1-green) !important;
}
.lets-review-block__cons .proscons__title {
  color: #c62828 !important;
}

/* 6. Pros items green accent, cons items red accent */
.lets-review-block__pro {
  border-left: 3px solid var(--glp1-green) !important;
  padding-left: 12px !important;
  margin-bottom: 8px !important;
}
.lets-review-block__con {
  border-left: 3px solid #e57373 !important;
  padding-left: 12px !important;
  margin-bottom: 8px !important;
}

/* 7. Hide cart icon from affiliate button */
.lets-review-block__aff .i-wrap .tipi-i-cart-1 {
  display: none !important;
}

/* 8. Restyle Visit button to match large CTA */
.lets-review-block__aff {
  text-align: center !important;
  padding: 36px 24px !important;
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%) !important;
  border-radius: 12px !important;
  margin: 10px 0 !important;
}
.lets-review-block__aff .aff-button-wrap {
  display: inline-block !important;
}
.lets-review-block__aff .aff-button {
  display: inline-flex !important;
  align-items: center !important;
  background: var(--glp1-blue) !important;
  color: #fff !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 18px 48px !important;
  border-radius: var(--glp1-radius) !important;
  text-decoration: none !important;
  letter-spacing: .03em !important;
  transition: opacity .2s, transform .15s !important;
  border: none !important;
}
.lets-review-block__aff .aff-button:hover {
  opacity: .88 !important;
  transform: translateY(-2px) !important;
}
.lets-review-block__aff .aff-button .button-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  font-family: 'Oswald', sans-serif !important;
}
/* Hide the icon box entirely for a clean button */
.lets-review-block__aff .aff-button .i-wrap {
  display: none !important;
}

/* 9. Cloned score box after pros/cons */
.glp1r-score-clone {
  text-align: center;
  padding: 20px 0 10px;
}
.glp1r-score-clone .lets-review-block__final-score {
  display: inline-block !important;
}

/* 9. Conclusion section border */
.lets-review-block__conclusion__wrap {
  border-color: var(--glp1-blue) !important;
}

/* ── ABOUT / EDITORIAL ───────────────────────────────── */
.glp1r-about {
  background: var(--glp1-light);
  padding: 64px 0;
}
.glp1r-about__content {
  max-width: 780px;
}
.glp1r-about__content p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 20px;
}
.glp1r-about__content p:last-child {
  margin-bottom: 0;
}
.glp1r-about__content strong {
  color: var(--glp1-blue);
}

/* ── AT A GLANCE — INFO CARDS ────────────────────────── */
.glp1r-glance {
  background: #fff;
  padding: 64px 0;
}
.glp1r-glance__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.glp1r-info-card {
  border-radius: var(--glp1-radius);
  padding: 28px 28px 24px;
  border-left: 5px solid transparent;
}
.glp1r-info-card--blue {
  background: #eef3fb;
  border-left-color: var(--glp1-blue);
}
.glp1r-info-card--green {
  background: #edf7ee;
  border-left-color: var(--glp1-green);
}
.glp1r-info-card--gold {
  background: #fef9e7;
  border-left-color: var(--glp1-gold);
}
.glp1r-info-card--light {
  background: var(--glp1-light);
  border-left-color: #90a4ae;
}
.glp1r-info-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: var(--glp1-blue);
  margin: 0 0 14px;
}
.glp1r-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.glp1r-info-card ul li {
  font-size: 14px;
  color: #444;
  padding: 5px 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.glp1r-info-card ul li:last-child {
  border-bottom: none;
}
.glp1r-info-card__tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--glp1-blue);
  background: rgba(30,58,109,.08);
  padding: 4px 12px;
  border-radius: 12px;
  letter-spacing: .03em;
}

/* ── IMAGE GALLERY ───────────────────────────────────── */
.glp1r-gallery {
  margin: 40px 0;
  padding: 32px 0;
  border-top: 1px solid #e0e8f0;
  border-bottom: 1px solid #e0e8f0;
}
.glp1r-gallery h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: var(--glp1-blue);
  margin: 0 0 20px;
}
.glp1r-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.glp1r-gallery__item {
  border-radius: var(--glp1-radius);
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
  cursor: pointer;
  transition: transform .15s;
}
.glp1r-gallery__item:hover {
  transform: scale(1.03);
}
.glp1r-gallery__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
@media (max-width: 960px) {
  .glp1r-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .glp1r-gallery__grid {
    grid-template-columns: 1fr;
  }
  .glp1r-gallery__item img {
    height: 220px;
  }
}

/* ── LARGE CTA BUTTON (in post content) ──────────────── */
.glp1r-cta-large {
  text-align: center;
  margin: 40px 0;
  padding: 36px 24px;
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%);
  border-radius: 12px;
  border: 1px solid #dde6f0;
}
.glp1r-cta-large a {
  display: inline-block;
  background: var(--glp1-blue);
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 18px 48px;
  border-radius: var(--glp1-radius);
  text-decoration: none !important;
  letter-spacing: .03em;
  transition: opacity .2s, transform .15s;
}
.glp1r-cta-large a:hover {
  opacity: .88;
  transform: translateY(-2px);
  text-decoration: none !important;
}
.glp1r-cta-large p {
  font-size: 13px;
  color: var(--glp1-muted);
  margin: 12px 0 0;
}

/* ── CTA BUTTONS ─────────────────────────────────────── */
.glp1r-cta {
  background: var(--glp1-light);
  padding: 40px 0;
}
.glp1r-cta__inner {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── OVERVIEW BADGES (in post content) ────────────────── */
.glp1r-overview-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* ── TRENDING REVIEWS ────────────────────────────────── */
.glp1r-trending {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #e0e8f0;
}
.glp1r-trending h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: var(--glp1-blue);
  margin: 0 0 20px;
}
.glp1r-trending__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.glp1r-trending__card {
  background: var(--glp1-light);
  border-radius: var(--glp1-radius);
  overflow: hidden;
  text-decoration: none !important;
  color: var(--glp1-text);
  border: 1px solid #e0e8f0;
  transition: transform .15s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.glp1r-trending__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--glp1-shadow);
  text-decoration: none !important;
}
.glp1r-trending__card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.glp1r-trending__card-body {
  padding: 14px 16px;
}
.glp1r-trending__card-body h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: var(--glp1-blue);
  margin: 0 0 6px;
  line-height: 1.3;
}
.glp1r-trending__card-body .glp1r-trending__score {
  font-size: 13px;
  color: var(--glp1-gold);
  font-weight: 700;
}

@media (max-width: 960px) {
  .glp1r-trending__grid {
    grid-template-columns: 1fr;
  }
}

/* ── DISCLAIMER ──────────────────────────────────────── */
.glp1r-disclaimer {
  background: var(--glp1-light);
  padding: 32px 0;
  border-top: 1px solid #e0e8f0;
}
.glp1r-disclaimer p {
  font-size: 12px;
  color: var(--glp1-muted);
  line-height: 1.7;
  margin: 0 0 10px;
  max-width: 860px;
}
.glp1r-disclaimer p:last-child {
  margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════
   GLP-1 PROVIDER DIRECTORY — .glp1d-
═══════════════════════════════════════════════════════ */
.glp1d {
  max-width: 900px;
  margin: 0 auto;
}

/* Embed bar */
.glp1d-embed-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.glp1d-embed-bar .glp1-share-btn--embed {
  flex-shrink: 0;
}

/* Controls */
.glp1d-controls {
  margin-bottom: 28px;
}
.glp1d-search {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  border: 2px solid #dde6f0;
  border-radius: var(--glp1-radius);
  font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
}
.glp1d-search:focus {
  border-color: var(--glp1-blue);
}
.glp1d-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.glp1d-filter {
  background: var(--glp1-light);
  border: 1px solid #dde6f0;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--glp1-muted);
  cursor: pointer;
  transition: all .15s;
  font-family: 'Open Sans', sans-serif;
}
.glp1d-filter:hover {
  border-color: var(--glp1-blue);
  color: var(--glp1-blue);
}
.glp1d-filter.is-active {
  background: var(--glp1-blue);
  color: #fff;
  border-color: var(--glp1-blue);
}
.glp1d-count {
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 11px;
  margin-left: 4px;
}

/* Card list */
.glp1d-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.glp1d-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: var(--glp1-radius);
  overflow: hidden;
  text-decoration: none !important;
  color: var(--glp1-text);
  transition: box-shadow .2s, transform .15s, border-color .2s;
  min-height: 150px;
  cursor: pointer;
}
.glp1d-card:hover {
  box-shadow: var(--glp1-shadow);
  transform: translateY(-2px);
  border-color: var(--glp1-blue);
  text-decoration: none !important;
}

/* Rank badge — overlaid on thumb */
.glp1d-card__rank {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(30,58,109,.75);
  border-radius: 4px;
  padding: 2px 8px;
  z-index: 1;
}

/* Thumbnail — 150x150 left column */
.glp1d-card__thumb {
  width: 150px;
  min-width: 150px;
  height: 150px;
  flex-shrink: 0;
  background: var(--glp1-light);
  position: relative;
}
.glp1d-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card body — fills remaining space, height matches thumb */
.glp1d-card__body {
  flex: 1;
  min-width: 0;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glp1d-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 4px;
}
.glp1d-card__name {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: var(--glp1-blue);
  margin: 0;
  line-height: 1.2;
}
.glp1d-card__excerpt {
  font-size: 13px;
  color: #666;
  margin: 0 0 4px;
  line-height: 1.5;
}
.glp1d-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.glp1d-card__website {
  font-size: 12px;
  color: var(--glp1-muted);
}
.glp1d-card__cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--glp1-blue);
}
.glp1d-card__visit {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--glp1-green);
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity .15s;
}
.glp1d-card__visit:hover {
  opacity: .85;
}

/* Score box — styled like the Let's Review scorebox */
.glp1d-card__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  min-width: 80px;
  background: var(--glp1-blue);
  color: #fff;
  text-align: center;
  padding: 10px 8px;
}
.glp1d-card__score-num {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.glp1d-card__score-stars {
  color: var(--glp1-gold);
  font-size: 12px;
  letter-spacing: 1px;
  margin: 4px 0 2px;
}
.glp1d-card__score-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
/* Score tier background colors */
.glp1d-card__score--top { background: var(--glp1-green); }
.glp1d-card__score--strong { background: var(--glp1-blue); }
.glp1d-card__score--mixed { background: #e68a00; }
.glp1d-card__score--caution { background: #d84315; }
.glp1d-card__score--high-caution { background: #b71c1c; }

/* Directory badges */
.glp1d-card__badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.glp1d-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: .02em;
  white-space: nowrap;
}
.glp1d-badge--overall { background: linear-gradient(135deg, #ffd700, #ffb800); color: #3a2200; }
.glp1d-badge--value { background: linear-gradient(135deg, #43e97b, #38f9d7); color: #0a3d1a; }
.glp1d-badge--trusted { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; }
.glp1d-badge--affordable { background: linear-gradient(135deg, #ff6b35, #f7c948); color: #3a1500; }

/* Empty state */
.glp1d-empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--glp1-muted);
}
.glp1d-empty p {
  font-size: 15px;
}

/* Directory responsive */
@media (max-width: 600px) {
  .glp1d-card {
    flex-wrap: wrap;
    min-height: auto;
  }
  .glp1d-card__thumb {
    width: 100%;
    height: 120px;
    min-width: 100%;
  }
  .glp1d-card__score {
    width: 100%;
    min-width: 100%;
    flex-direction: row;
    gap: 8px;
    padding: 10px 16px;
  }
  .glp1d-card__score-num { font-size: 24px; }
  .glp1d-card__header {
    flex-direction: column;
    gap: 6px;
  }
  .glp1d-card__name {
    font-size: 17px;
  }
  .glp1d-card__score {
    flex-direction: row;
    gap: 6px;
    align-items: baseline;
  }
  .glp1d-card__score-num {
    font-size: 22px;
  }
  .glp1d-filters {
    gap: 6px;
  }
  .glp1d-filter {
    font-size: 11px;
    padding: 5px 12px;
  }
}


/* ── HIDE RELATED POSTS ON REVIEW PAGES ──────────────── */
.category-reviews .related-posts-wrap {
  display: none !important;
}

/* ── AWARD BADGES — overlaid on hero image ───────────── */
.glp1r-award-badges-wrap {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Shield / ribbon shape via clip-path */
.glp1r-award-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px 14px 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-shadow: 0 1px 2px rgba(0,0,0,.15);
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%);
  min-width: 200px;
}
.glp1r-award-badge__icon {
  font-size: 22px;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.2));
}
.glp1r-award-badge--overall {
  background: linear-gradient(135deg, #ffd700 0%, #ffb800 50%, #ff9500 100%);
  color: #3a2200;
}
.glp1r-award-badge--value {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 50%, #2ecc71 100%);
  color: #0a3d1a;
}
.glp1r-award-badge--trusted {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #5b6abf 100%);
  color: #fff;
}
.glp1r-award-badge--affordable {
  background: linear-gradient(135deg, #ff6b35 0%, #f7c948 50%, #ff9a3c 100%);
  color: #3a1500;
}
@media (max-width: 768px) {
  .glp1r-award-badges-wrap {
    top: 8px;
    left: 8px;
  }
  .glp1r-award-badge {
    font-size: 11px;
    padding: 8px 14px 10px 12px;
    min-width: 160px;
  }
  .glp1r-award-badge__icon { font-size: 16px; }
}

/* ── A-Z SORT BUTTON ────────────────────────────────── */
.glp1d-sort {
  background: var(--glp1-light);
  border: 1px solid #dde6f0;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--glp1-muted);
  cursor: pointer;
  transition: all .15s;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
}
.glp1d-sort:hover {
  border-color: var(--glp1-blue);
  color: var(--glp1-blue);
}
.glp1d-sort.is-active {
  background: var(--glp1-gold);
  color: var(--glp1-blue);
  border-color: var(--glp1-gold);
  font-weight: 700;
}

/* ── SIDEBAR SCORE BAR WIDGET ────────────────────────── */
.glp1-sb-score {
  background: #fff;
  border-radius: var(--glp1-radius);
  padding: 20px;
  text-align: center;
  border: 1px solid #e0e8f0;
}
.glp1-sb-score__name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: var(--glp1-blue);
  margin-bottom: 8px;
}
.glp1-sb-score__num {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.glp1-sb-score__num span {
  font-size: 18px;
  color: var(--glp1-muted);
  font-weight: 400;
}
.glp1-sb-score__bar-track {
  height: 10px;
  background: #eef3fb;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
.glp1-sb-score__bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width .6s ease;
}
.glp1-sb-score__tier {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* ── AFFILIATE DISCLOSURE ────────────────────────────── */
.glp1-aff-disclosure {
  font-size: 11px !important;
  color: #999 !important;
  text-align: center !important;
  margin: 8px 0 4px !important;
  line-height: 1.5 !important;
  font-style: italic !important;
}

/* ── REVIEW PAGE RESPONSIVE ──────────────────────────── */
@media (max-width: 960px) {
  .glp1r-header__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .glp1r-header__sub {
    max-width: 100%;
  }
  .glp1r-header__meta {
    justify-content: center;
  }
  .glp1r-header__score {
    order: -1;
    margin-bottom: 12px;
  }
  .glp1r-score-ring {
    width: 120px;
    height: 120px;
  }
  .glp1r-score-ring__number {
    font-size: 38px;
  }
  .glp1r-quickfacts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .glp1r-glance__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .glp1r-header__title {
    font-size: 32px;
  }
  .glp1r-quickfacts__grid {
    grid-template-columns: 1fr;
  }
}


/* ═══════════════════════════════════════════════════════
   NEWSLETTER — .glp1-newsletter / .glp1-nl-
═══════════════════════════════════════════════════════ */
.glp1-newsletter {
  background: linear-gradient(135deg, var(--glp1-blue) 0%, #2a52a0 100%);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  margin: 48px 0;
}
.glp1-nl-inner { max-width: 560px; margin: 0 auto; }
.glp1-nl-text h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px;
}
.glp1-nl-text p {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin: 0 0 24px;
}
.glp1-nl-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}
.glp1-nl-form input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: var(--glp1-radius);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color .2s;
}
.glp1-nl-form input::placeholder { color: rgba(255,255,255,.5); }
.glp1-nl-form input:focus { border-color: var(--glp1-gold); }
.glp1-nl-form button {
  padding: 14px 28px;
  background: var(--glp1-gold);
  color: var(--glp1-blue);
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: var(--glp1-radius);
  cursor: pointer;
  transition: opacity .2s;
  white-space: nowrap;
}
.glp1-nl-form button:hover { opacity: .88; }
.glp1-nl-note { font-size: 12px; color: rgba(255,255,255,.5); margin: 14px 0 0; }
.glp1-nl-success { background: #2e7d32; color: #fff; padding: 12px 20px; border-radius: var(--glp1-radius); margin-bottom: 16px; font-weight: 600; }
.glp1-nl-error { background: #c62828; color: #fff; padding: 12px 20px; border-radius: var(--glp1-radius); margin-bottom: 16px; }
@media (max-width: 600px) {
  .glp1-newsletter { padding: 32px 20px; }
  .glp1-nl-form { flex-direction: column; }
  .glp1-nl-text h2 { font-size: 24px; }
}


/* ═══════════════════════════════════════════════════════
   CONTACT FORM — .glp1-contact / .glp1-ct-
═══════════════════════════════════════════════════════ */
.glp1-contact { max-width: 700px; margin: 0 auto; }
.glp1-ct-form { display: flex; flex-direction: column; gap: 20px; }
.glp1-ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.glp1-ct-field { display: flex; flex-direction: column; gap: 6px; }
.glp1-ct-field label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: var(--glp1-blue);
  font-weight: 600;
}
.glp1-ct-field input,
.glp1-ct-field select,
.glp1-ct-field textarea {
  padding: 12px 16px;
  border: 2px solid #dde6f0;
  border-radius: var(--glp1-radius);
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color .2s;
  background: #fff;
}
.glp1-ct-field input:focus,
.glp1-ct-field select:focus,
.glp1-ct-field textarea:focus {
  border-color: var(--glp1-blue);
}
.glp1-ct-field textarea { resize: vertical; min-height: 120px; }
.glp1-ct-submit {
  padding: 16px 36px;
  background: var(--glp1-blue);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: var(--glp1-radius);
  cursor: pointer;
  transition: opacity .2s;
  align-self: flex-start;
}
.glp1-ct-submit:hover { opacity: .88; }
.glp1-ct-success { background: #e8f5e9; color: var(--glp1-green); padding: 16px 20px; border-radius: var(--glp1-radius); font-weight: 600; border: 1px solid #c8e6c9; margin-bottom: 20px; }
.glp1-ct-error { background: #fde8e8; color: #c62828; padding: 16px 20px; border-radius: var(--glp1-radius); border: 1px solid #ef9a9a; margin-bottom: 20px; }
@media (max-width: 600px) {
  .glp1-ct-row { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════
   METHODOLOGY PAGE — .glp1-methodology / .glp1m-
═══════════════════════════════════════════════════════ */
.glp1-methodology { max-width: 860px; margin: 0 auto; }

/* Hero intro */
.glp1m-hero {
  text-align: center;
  margin-bottom: 48px;
}
.glp1m-hero h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: var(--glp1-blue);
  margin: 0 0 16px;
}
.glp1m-hero p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* Formula box */
.glp1m-formula {
  margin-bottom: 48px;
}
.glp1m-formula__box {
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%);
  border: 2px solid var(--glp1-blue);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.glp1m-formula__box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: var(--glp1-blue);
  margin: 0 0 16px;
}
.glp1m-formula__code {
  display: block;
  background: var(--glp1-blue);
  color: #ffd740;
  padding: 16px 24px;
  border-radius: var(--glp1-radius);
  font-family: 'Courier New', monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  overflow-x: auto;
  margin-bottom: 16px;
}
.glp1m-formula__box p {
  font-size: 14px;
  color: var(--glp1-muted);
  margin: 0;
}

/* Scoring categories */
.glp1m-categories { margin-bottom: 48px; }
.glp1m-categories h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: var(--glp1-blue);
  margin: 0 0 24px;
}
.glp1m-cat {
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: var(--glp1-radius);
  padding: 24px;
  margin-bottom: 16px;
}
.glp1m-cat__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.glp1m-cat__icon { font-size: 28px; }
.glp1m-cat__title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: var(--glp1-blue);
  flex: 1;
}
.glp1m-cat__weight {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
}
.glp1m-cat__bar-track {
  height: 8px;
  background: #eef3fb;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.glp1m-cat__bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width .6s ease;
}
.glp1m-cat__desc { font-size: 14px; color: #555; margin: 0 0 6px; line-height: 1.5; }
.glp1m-cat__why { font-size: 13px; color: var(--glp1-muted); margin: 0; line-height: 1.5; font-style: italic; }

/* What we don't overweight */
.glp1m-dont {
  background: #fdf6f4;
  border-radius: 12px;
  padding: 36px;
  margin-bottom: 48px;
}
.glp1m-dont h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #c62828;
  margin: 0 0 20px;
}
.glp1m-dont__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.glp1m-dont__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.glp1m-dont__x {
  font-size: 20px;
  color: #c62828;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}
.glp1m-dont__item div { font-size: 14px; color: #555; line-height: 1.5; }
.glp1m-dont__item strong { color: var(--glp1-blue); }

/* Score tiers */
.glp1m-tiers { margin-bottom: 48px; }
.glp1m-tiers h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: var(--glp1-blue);
  margin: 0 0 20px;
}
.glp1m-tiers__list { display: flex; flex-direction: column; gap: 12px; }
.glp1m-tier {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: var(--glp1-radius);
  padding: 16px 20px;
}
.glp1m-tier__badge {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 8px 18px;
  border-radius: var(--glp1-radius);
  min-width: 90px;
  text-align: center;
  white-space: nowrap;
}
.glp1m-tier__info { flex: 1; }
.glp1m-tier__info strong {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: var(--glp1-blue);
  display: block;
  margin-bottom: 2px;
}
.glp1m-tier__info span { font-size: 13px; color: var(--glp1-muted); line-height: 1.5; }

/* Editorial independence */
.glp1m-independence {
  background: var(--glp1-light);
  border-radius: 12px;
  padding: 36px;
  margin-bottom: 32px;
}
.glp1m-independence h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: var(--glp1-blue);
  margin: 0 0 20px;
}
.glp1m-independence__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.glp1m-independence__col h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: var(--glp1-blue);
  margin: 0 0 10px;
}
.glp1m-independence__col ul { list-style: none; padding: 0; margin: 0; }
.glp1m-independence__col li {
  font-size: 14px;
  color: #555;
  padding: 5px 0 5px 20px;
  position: relative;
  line-height: 1.5;
}
.glp1m-independence__col li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--glp1-green);
  font-weight: 700;
}

@media (max-width: 768px) {
  .glp1m-dont__grid { grid-template-columns: 1fr; }
  .glp1m-independence__cols { grid-template-columns: 1fr; }
  .glp1m-hero h2 { font-size: 28px; }
  .glp1m-formula__code { font-size: 11px; }
}


/* ═══════════════════════════════════════════════════════
   ABOUT PAGE — .glp1-about / .glp1a-
═══════════════════════════════════════════════════════ */
.glp1-about { max-width: 960px; margin: 0 auto; }

/* Hero */
.glp1a-hero {
  text-align: center;
  padding: 20px 0 48px;
}
.glp1a-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  color: var(--glp1-blue);
  line-height: 1.15;
  margin: 0 0 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.glp1a-hero__sub {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* Sections */
.glp1a-section {
  margin-bottom: 56px;
}
.glp1a-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: var(--glp1-blue);
  margin: 0 0 16px;
}
.glp1a-lead {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  max-width: 720px;
  margin-bottom: 32px;
}

/* Problem section */
.glp1a-problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.glp1a-problem__text p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 16px;
}
.glp1a-problem__text strong { color: var(--glp1-blue); }

/* Callout boxes */
.glp1a-callout {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: var(--glp1-radius);
  margin-bottom: 16px;
}
.glp1a-callout--red {
  background: #fef2f0;
  border-left: 4px solid #e57373;
}
.glp1a-callout--green {
  background: #f0faf1;
  border-left: 4px solid var(--glp1-green);
}
.glp1a-callout__icon {
  font-size: 24px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glp1a-callout--red .glp1a-callout__icon { background: #e57373; color: #fff; }
.glp1a-callout--green .glp1a-callout__icon { background: var(--glp1-green); color: #fff; font-size: 16px; }
.glp1a-callout strong { font-size: 15px; color: var(--glp1-blue); display: block; margin-bottom: 6px; }
.glp1a-callout ul { list-style: none; padding: 0; margin: 0; }
.glp1a-callout li { font-size: 13px; color: #555; padding: 3px 0; line-height: 1.5; }

/* Stats bar */
.glp1a-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 48px 0;
}
.glp1a-stat {
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%);
  border: 2px solid #dde6f0;
  border-radius: 12px;
  padding: 28px 16px;
  text-align: center;
}
.glp1a-stat__num {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--glp1-blue);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.glp1a-stat__label {
  font-size: 13px;
  color: var(--glp1-muted);
  font-weight: 600;
}

/* Pillars */
.glp1a-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.glp1a-pillar {
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: var(--glp1-radius);
  padding: 28px 24px;
  transition: box-shadow .2s;
}
.glp1a-pillar:hover { box-shadow: var(--glp1-shadow); }
.glp1a-pillar__icon {
  font-size: 36px;
  margin-bottom: 12px;
  display: block;
}
.glp1a-pillar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: var(--glp1-blue);
  margin: 0 0 8px;
}
.glp1a-pillar p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.glp1a-pillar a { color: var(--glp1-blue); font-weight: 600; }

/* Landscape */
.glp1a-landscape {
  background: var(--glp1-blue);
  border-radius: 16px;
  padding: 48px 44px;
  margin-bottom: 56px;
  color: #fff;
}
.glp1a-landscape h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #fff;
  margin: 0 0 20px;
}
.glp1a-landscape__content p {
  font-size: 15px;
  color: rgba(255,255,255,.88);
  line-height: 1.8;
  margin: 0 0 18px;
}
.glp1a-landscape__content strong { color: var(--glp1-gold); }

/* What we're not */
.glp1a-not-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.glp1a-not-item {
  display: flex;
  gap: 14px;
  background: var(--glp1-light);
  border-radius: var(--glp1-radius);
  padding: 20px;
}
.glp1a-not__x {
  font-size: 20px;
  color: #c62828;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}
.glp1a-not-item strong { font-size: 15px; color: var(--glp1-blue); display: block; margin-bottom: 4px; }
.glp1a-not-item p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; }

/* CTA */
.glp1a-cta {
  text-align: center;
  background: linear-gradient(135deg, #f8faff 0%, #edf2fa 100%);
  border: 2px solid var(--glp1-blue);
  border-radius: 16px;
  padding: 48px 36px;
  margin-bottom: 40px;
}
.glp1a-cta h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: var(--glp1-blue);
  margin: 0 0 12px;
}
.glp1a-cta p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 28px;
}
.glp1a-cta__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* About responsive */
@media (max-width: 768px) {
  .glp1a-hero h1 { font-size: 30px; }
  .glp1a-problem { grid-template-columns: 1fr; }
  .glp1a-stats { grid-template-columns: repeat(2, 1fr); }
  .glp1a-pillars { grid-template-columns: 1fr; }
  .glp1a-not-grid { grid-template-columns: 1fr; }
  .glp1a-landscape { padding: 32px 24px; }
  .glp1a-stat__num { font-size: 32px; }
}


/* ═══════════════════════════════════════════════════════
   SHAREABLE SECTIONS + SOCIAL SHARING
═══════════════════════════════════════════════════════ */
.glp1-shareable {
  position: relative;
  margin: 32px 0;
}
.glp1-shareable__content {
  border: 1px solid #e0e8f0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #fff;
}
.glp1-shareable__toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: var(--glp1-light);
  border: 1px solid #e0e8f0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  flex-wrap: wrap;
}
.glp1-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border: 1px solid #dde6f0;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: var(--glp1-muted);
  cursor: pointer;
  transition: all .15s;
  font-family: 'Open Sans', sans-serif;
}
.glp1-share-btn:hover {
  border-color: var(--glp1-blue);
  color: var(--glp1-blue);
  background: #eef3fb;
}
.glp1-share-btn span {
  font-size: 14px;
  line-height: 1;
}
.glp1-share-btn--image { color: var(--glp1-blue); border-color: var(--glp1-blue); }
.glp1-share-btn--image:hover { background: var(--glp1-blue); color: #fff; }
.glp1-share-btn--embed { color: var(--glp1-green); border-color: var(--glp1-green); }
.glp1-share-btn--embed:hover { background: var(--glp1-green); color: #fff; }
.glp1-share-btn--twitter:hover { background: #000; color: #fff; border-color: #000; }
.glp1-share-btn--facebook:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.glp1-share-btn--linkedin:hover { background: #0a66c2; color: #fff; border-color: #0a66c2; }
.glp1-share-btn--pinterest:hover { background: #e60023; color: #fff; border-color: #e60023; }

/* Embed modal */
.glp1-embed-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glp1-embed-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}
.glp1-embed-modal__box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  max-width: 560px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
  z-index: 1;
}
.glp1-embed-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--glp1-muted);
}
.glp1-embed-modal__box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: var(--glp1-blue);
  margin: 0 0 8px;
}
.glp1-embed-modal__box p {
  font-size: 14px;
  color: #666;
  margin: 0 0 16px;
}
.glp1-embed-modal__code {
  width: 100%;
  padding: 12px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  border: 1px solid #dde6f0;
  border-radius: 6px;
  background: var(--glp1-light);
  resize: none;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.glp1-embed-modal__copy {
  display: inline-block;
  padding: 10px 24px;
  background: var(--glp1-blue);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.glp1-embed-modal__copy:hover { opacity: .88; }
.glp1-embed-modal__note {
  font-size: 11px !important;
  color: #999 !important;
  margin-top: 12px !important;
}

@media (max-width: 600px) {
  .glp1-shareable__toolbar { gap: 4px; }
  .glp1-share-btn { padding: 5px 10px; font-size: 11px; }
  .glp1-share-btn--twitter span,
  .glp1-share-btn--facebook span,
  .glp1-share-btn--linkedin span,
  .glp1-share-btn--pinterest span { font-size: 12px; }
}

/* ═══════════════════════════════════════════════════════
   COMPARISON CHARTS v2 — Three clean formats
═══════════════════════════════════════════════════════ */
.glp1c { max-width: 960px; margin: 0 auto; }

/* Shared score badges */
.glp1c-bg--top { background: var(--glp1-green); color: #fff; padding: 4px 12px; border-radius: 6px; font-family: 'Oswald',sans-serif; font-size: 18px; font-weight: 700; display: inline-block; }
.glp1c-bg--strong { background: var(--glp1-blue); color: #fff; padding: 4px 12px; border-radius: 6px; font-family: 'Oswald',sans-serif; font-size: 18px; font-weight: 700; display: inline-block; }
.glp1c-bg--mixed { background: #e68a00; color: #fff; padding: 4px 12px; border-radius: 6px; font-family: 'Oswald',sans-serif; font-size: 18px; font-weight: 700; display: inline-block; }
.glp1c-bg--caution { background: #d84315; color: #fff; padding: 4px 12px; border-radius: 6px; font-family: 'Oswald',sans-serif; font-size: 18px; font-weight: 700; display: inline-block; }
.glp1c-bg--high-caution { background: #b71c1c; color: #fff; padding: 4px 12px; border-radius: 6px; font-family: 'Oswald',sans-serif; font-size: 18px; font-weight: 700; display: inline-block; }

/* Shared buttons */
.glp1c-btn-review { display: inline-block; padding: 8px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none !important; background: var(--glp1-blue); color: #fff !important; transition: opacity .15s; }
.glp1c-btn-review:hover { opacity: .85; }
.glp1c-btn-visit { display: inline-block; padding: 8px 18px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none !important; background: var(--glp1-green); color: #fff !important; transition: opacity .15s; }
.glp1c-btn-visit:hover { opacity: .85; }

/* Tags */
.glp1c-tag--green { background: #e8f5e9; color: var(--glp1-green); font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.glp1c-tag--blue { background: #e3edf7; color: var(--glp1-blue); font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }

/* ── FORMAT 1: RICH LIST ────────────────────────── */
.glp1c-richlist { display: flex; flex-direction: column; gap: 16px; }
.glp1c-richitem {
  display: flex; gap: 20px; background: #fff; border: 1px solid #e0e8f0;
  border-radius: 12px; padding: 24px; min-height: 180px;
  transition: box-shadow .2s;
}
.glp1c-richitem:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.glp1c-richitem__rank {
  font-size: 32px; min-width: 44px; display: flex; align-items: flex-start;
  justify-content: center; padding-top: 4px;
}
.glp1c-richitem__rank span {
  font-family: 'Oswald',sans-serif; font-size: 22px; color: var(--glp1-muted); font-weight: 700;
}
.glp1c-richitem__img-wrap { flex-shrink: 0; }
.glp1c-richitem__img {
  width: 160px; height: 160px; border-radius: 10px; object-fit: cover; display: block;
  background: var(--glp1-light);
}
.glp1c-richitem__content { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.glp1c-richitem__header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.glp1c-richitem__name {
  font-family: 'Oswald',sans-serif; font-size: 24px; color: var(--glp1-blue);
  margin: 0; line-height: 1.2;
}
.glp1c-richitem__score { flex-shrink: 0; }
.glp1c-richitem__meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px;
  font-size: 13px; color: var(--glp1-muted);
}
.glp1c-richitem__blurb {
  font-size: 14px; color: #555; line-height: 1.7; margin: 0 0 14px;
  flex: 1;
}
.glp1c-richitem__btns { display: flex; gap: 8px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .glp1c-richitem { flex-direction: column; gap: 12px; padding: 16px; }
  .glp1c-richitem__img { width: 100%; height: 180px; }
  .glp1c-richitem__rank { position: absolute; }
  .glp1c-richitem { position: relative; padding-left: 48px; }
  .glp1c-richitem__name { font-size: 20px; }
}

/* ── FORMAT 2: CHECK TABLE ──────────────────────── */
.glp1c-checktable-wrap { overflow-x: auto; margin: 0 -4px; }
.glp1c-checktable {
  width: 100%; border-collapse: separate; border-spacing: 0;
  font-size: 14px; border-radius: 10px; overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
}
.glp1c-checktable thead tr { background: linear-gradient(135deg, #1e3a6d, #2a52a0); }
.glp1c-checktable th {
  padding: 14px 16px; color: #fff; font-family: 'Oswald',sans-serif;
  font-size: 13px; font-weight: 600; text-align: center; white-space: nowrap;
}
.glp1c-ct-th-rank { width: 48px; }
.glp1c-ct-th-provider { text-align: left !important; min-width: 180px; }
.glp1c-ct-th-score { width: 70px; }
.glp1c-ct-th-feature { min-width: 80px; }
.glp1c-ct-th-action { min-width: 140px; }

.glp1c-ct-row td { padding: 12px 16px; border-bottom: 1px solid #f0f2f5; vertical-align: middle; text-align: center; }
.glp1c-ct-row:hover { background: #f8faff; }
.glp1c-ct-rank { font-family: 'Oswald',sans-serif; font-size: 18px; }
.glp1c-ct-provider {
  display: flex !important; align-items: center; gap: 10px;
  text-align: left !important; white-space: nowrap;
}
.glp1c-ct-img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.glp1c-ct-provider strong { font-family: 'Oswald',sans-serif; font-size: 15px; color: var(--glp1-blue); }
.glp1c-ct-score span { font-size: 16px; padding: 3px 10px; }
.glp1c-ct-val { font-size: 13px; }
.glp1c-ct-cost { font-size: 12px; color: #555; }
.glp1c-ct-btns { white-space: nowrap; }
.glp1c-ct-btns .glp1c-btn-review, .glp1c-ct-btns .glp1c-btn-visit { padding: 5px 12px; font-size: 11px; }

.glp1c-check-yes { color: var(--glp1-green); font-size: 20px; font-weight: 700; }
.glp1c-check-no { color: #ddd; font-size: 20px; }
.glp1c-check-partial { color: #e68a00; font-size: 16px; font-weight: 700; }

@media (max-width: 768px) {
  .glp1c-checktable { font-size: 12px; }
  .glp1c-checktable th, .glp1c-ct-row td { padding: 8px 10px; }
  .glp1c-ct-img { width: 30px; height: 30px; }
  .glp1c-ct-provider strong { font-size: 13px; }
}
