
/* =====================================================
   MPPG PROVIDER PAGE REBUILD — PREMIUM PASS
   ===================================================== */

.mppg-wrap,
.mppg-wrap * {
  box-sizing: border-box;
}

.mppg-wrap {
  --mppg-bg: #f3f6fc;
  --mppg-surface: #ffffff;
  --mppg-surface-soft: #f8fbff;
  --mppg-text: #172033;
  --mppg-text-soft: #5a6883;
  --mppg-text-faint: #7f8aa3;
  --mppg-line: #e5ebf6;
  --mppg-line-strong: #d5def0;
  --mppg-purple: #6b4eff;
  --mppg-purple-dark: #4c36c8;
  --mppg-blue: #3b82f6;
  --mppg-teal: #08b2a5;
  --mppg-navy: #23175a;
  --mppg-success: #0f9f7c;
  --mppg-shadow-soft: 0 10px 30px rgba(27, 39, 74, 0.06);
  --mppg-shadow-card: 0 18px 48px rgba(27, 39, 74, 0.08);
  --mppg-shadow-hero: 0 28px 64px rgba(78, 61, 204, 0.24);
  --mppg-radius-xl: 26px;
  --mppg-radius-lg: 20px;
  --mppg-radius-md: 16px;
  --mppg-radius-sm: 12px;
  --mppg-max: 1260px;

  background:
    radial-gradient(circle at 0% 0%, rgba(107,78,255,0.10), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(8,178,165,0.10), transparent 22%),
    linear-gradient(180deg, #f6f8fd 0%, #f3f6fc 100%);
  color: var(--mppg-text);
  padding: 36px 0 72px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.mppg-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mppg-wrap a {
  color: var(--mppg-purple);
  text-decoration: none;
  transition: all .22s ease;
}

.mppg-wrap a:hover {
  color: var(--mppg-purple-dark);
}

.mppg-wrap .mppg-container {
  max-width: var(--mppg-max);
  margin: 0 auto;
  padding: 0 24px;
}

.mppg-wrap .mppg-section {
  position: relative;
  background: var(--mppg-surface);
  border: 1px solid var(--mppg-line);
  border-radius: var(--mppg-radius-xl);
  box-shadow: var(--mppg-shadow-soft);
  padding: 34px;
  margin: 0 0 26px;
  overflow: hidden;
}

.mppg-wrap .mppg-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(107,78,255,0.00), rgba(107,78,255,0.18), rgba(59,130,246,0.00));
  pointer-events: none;
}

.mppg-wrap .mppg-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
  color: var(--mppg-navy);
  letter-spacing: -0.03em;
  font-weight: 800;
}

.mppg-wrap .mppg-section p,
.mppg-wrap .mppg-section li,
.mppg-wrap .mppg-section td,
.mppg-wrap .mppg-section th,
.mppg-wrap .mppg-section div {
  font-size: 16.5px;
  line-height: 1.74;
  color: var(--mppg-text);
}

.mppg-wrap .mppg-section p {
  margin: 0 0 14px;
}

.mppg-wrap .mppg-section ul {
  margin: 0;
  padding-left: 20px;
}

.mppg-wrap .mppg-muted {
  color: var(--mppg-text-soft) !important;
  font-size: 15px !important;
}

.mppg-wrap .mppg-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--mppg-purple);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.mppg-wrap .mppg-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.18), transparent 24%),
    radial-gradient(circle at 82% 75%, rgba(255,255,255,0.10), transparent 24%),
    linear-gradient(135deg, #6b4eff 0%, #5f49f4 32%, #4e63ee 66%, #17b8d1 100%);
  border: 0;
  box-shadow: var(--mppg-shadow-hero);
  padding: 40px;
}

.mppg-wrap .mppg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.08)),
    linear-gradient(90deg, rgba(255,255,255,0.04), transparent 30%, transparent 70%, rgba(255,255,255,0.02));
  pointer-events: none;
}

.mppg-wrap .mppg-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 68%);
  pointer-events: none;
}

.mppg-wrap .mppg-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 168px 1fr 280px;
  gap: 30px;
  align-items: center;
}

.mppg-wrap .mppg-logo-shell {
  width: 168px;
  min-width: 168px;
  height: 168px;
  border-radius: 28px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.24);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 18px 34px rgba(25, 20, 71, 0.16);
}

.mppg-wrap .mppg-logo-shell img {
  max-width: 122px;
  max-height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.14));
}

.mppg-wrap .mppg-logo-fallback {
  width: 104px;
  height: 104px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.10));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.mppg-wrap .mppg-hero-copy h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  max-width: 780px;
}

.mppg-wrap .mppg-hero-subtitle {
  margin: 0 0 22px;
  max-width: 760px;
  color: rgba(255,255,255,0.93);
  font-size: 18px;
  line-height: 1.72;
}

.mppg-wrap .mppg-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mppg-wrap .mppg-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.mppg-wrap .mppg-chip svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.mppg-wrap .mppg-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.mppg-wrap .mppg-visit-btn,
.mppg-wrap .mppg-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 18px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  transition: all .22s ease;
  text-align: center;
}

.mppg-wrap .mppg-visit-btn {
  color: #24175a;
  background: #fff;
  box-shadow: 0 16px 28px rgba(0,0,0,0.16);
}

.mppg-wrap .mppg-visit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.18);
}

.mppg-wrap .mppg-secondary-link {
  color: #fff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
}

.mppg-wrap .mppg-secondary-link:hover {
  background: rgba(255,255,255,0.16);
}

.mppg-wrap .mppg-jump-nav {
  position: sticky;
  top: 12px;
  z-index: 12;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(229,235,246,0.94);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: var(--mppg-shadow-soft);
  padding: 12px;
  margin-bottom: 26px;
}

.mppg-wrap .mppg-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mppg-wrap .mppg-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--mppg-line);
  color: #2b3550;
  font-size: 13px;
  font-weight: 800;
}

.mppg-wrap .mppg-jump-links a:hover {
  background: linear-gradient(135deg, #f2eeff, #eef6ff);
  border-color: #cfd3ff;
}

.mppg-wrap .mppg-summary-callout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.mppg-wrap .mppg-mini-card,
.mppg-wrap .mppg-fact-card,
.mppg-wrap .mppg-detail-card,
.mppg-wrap .mppg-link-card,
.mppg-wrap .mppg-source-item,
.mppg-wrap details.mppg-faq {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--mppg-line);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(27, 39, 74, 0.04);
}

.mppg-wrap .mppg-mini-card {
  padding: 20px;
}

.mppg-wrap .mppg-mini-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-mini-card p {
  margin: 0;
  color: var(--mppg-text-soft);
}

.mppg-wrap .mppg-fact-grid,
.mppg-wrap .mppg-detail-grid,
.mppg-wrap .mppg-link-grid {
  display: grid;
  gap: 18px;
}

.mppg-wrap .mppg-fact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.mppg-wrap .mppg-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mppg-wrap .mppg-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mppg-wrap .mppg-fact-card,
.mppg-wrap .mppg-detail-card,
.mppg-wrap .mppg-link-card {
  padding: 20px;
}

.mppg-wrap .mppg-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(107,78,255,.12), rgba(59,130,246,.12));
  color: var(--mppg-purple);
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

.mppg-wrap .mppg-card-icon svg {
  width: 20px;
  height: 20px;
}

.mppg-wrap .mppg-card-label {
  display: block;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--mppg-text-faint);
  margin-bottom: 7px;
  font-weight: 800;
}

.mppg-wrap .mppg-card-value {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  color: #182238;
}

.mppg-wrap .mppg-card-sub {
  margin-top: 8px;
  color: var(--mppg-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.mppg-wrap #mppg-fees {
  background:
    linear-gradient(180deg, rgba(107,78,255,0.03), rgba(59,130,246,0.02)),
    var(--mppg-surface);
  border-color: #dbe2f6;
  box-shadow: var(--mppg-shadow-card);
}

.mppg-wrap .mppg-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.mppg-wrap .mppg-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1efff, #eef7ff);
  border: 1px solid #d8ddfb;
  color: #301d85;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mppg-wrap .mppg-price-shell {
  overflow: hidden;
  border: 1px solid var(--mppg-line-strong);
  border-radius: 18px;
  background: #fff;
}

.mppg-wrap .mppg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 660px;
  background: #fff;
}

.mppg-wrap .mppg-table thead th {
  position: sticky;
  top: 0;
  background: linear-gradient(135deg, #f1efff 0%, #eef8ff 100%);
  color: var(--mppg-navy);
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 15px 18px;
  border-bottom: 1px solid var(--mppg-line);
}

.mppg-wrap .mppg-table tbody td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--mppg-line);
  vertical-align: middle;
}

.mppg-wrap .mppg-table tbody tr:hover {
  background: #fafcff;
}

.mppg-wrap .mppg-dose {
  font-weight: 800;
  color: #1d2450;
}

.mppg-wrap .mppg-price-main {
  font-weight: 800;
  font-size: 18px;
  color: #172033;
}

.mppg-wrap .mppg-price-old {
  color: var(--mppg-text-faint);
  text-decoration: line-through;
  font-size: 14px;
}

.mppg-wrap #mppg-offer {
  background:
    linear-gradient(180deg, rgba(8,178,165,0.04), rgba(8,178,165,0.015)),
    var(--mppg-surface);
}

.mppg-wrap .mppg-source-list {
  display: grid;
  gap: 16px;
}

.mppg-wrap .mppg-source-item {
  padding: 18px;
}

.mppg-wrap .mppg-source-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.mppg-wrap .mppg-source-key {
  font-weight: 800;
  color: #1d2450;
  font-size: 15px;
}

.mppg-wrap .mppg-source-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mppg-wrap .mppg-source-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f5f7fc;
  border: 1px solid var(--mppg-line);
  color: #55627d;
  font-size: 12px;
  font-weight: 700;
}

.mppg-wrap .mppg-source-note {
  color: var(--mppg-text-soft);
  margin-top: 8px;
  font-size: 14px;
}

.mppg-wrap .mppg-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 800;
  font-size: 14px;
}

.mppg-wrap details.mppg-faq {
  padding: 0;
  overflow: hidden;
}

.mppg-wrap details.mppg-faq + details.mppg-faq {
  margin-top: 14px;
}

.mppg-wrap details.mppg-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
  color: #1f2950;
  position: relative;
  font-size: 15px;
}

.mppg-wrap details.mppg-faq summary::-webkit-details-marker {
  display: none;
}

.mppg-wrap details.mppg-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 22px;
  color: var(--mppg-purple);
  line-height: 1;
  font-weight: 400;
}

.mppg-wrap details[open].mppg-faq summary::after {
  content: "−";
}

.mppg-wrap .mppg-faq-body {
  padding: 0 22px 20px;
  border-top: 1px solid var(--mppg-line);
}

.mppg-wrap .mppg-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.mppg-wrap .mppg-inline-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 15px;
  border: 1px solid var(--mppg-line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  color: #253152;
  box-shadow: 0 4px 14px rgba(27,39,74,0.03);
}

.mppg-wrap .mppg-inline-links a:hover {
  border-color: #cfd3ff;
  background: #f8f7ff;
}

@media (max-width: 1180px) {
  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 148px 1fr;
  }

  .mppg-wrap .mppg-hero-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mppg-wrap .mppg-fact-grid,
  .mppg-wrap .mppg-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mppg-wrap {
    padding-top: 18px;
    padding-bottom: 52px;
  }

  .mppg-wrap .mppg-container {
    padding: 0 14px;
  }

  .mppg-wrap .mppg-hero,
  .mppg-wrap .mppg-section {
    padding: 22px;
    border-radius: 22px;
  }

  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mppg-wrap .mppg-logo-shell {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 22px;
  }

  .mppg-wrap .mppg-logo-shell img {
    max-width: 86px;
    max-height: 86px;
  }

  .mppg-wrap .mppg-summary-callout,
  .mppg-wrap .mppg-fact-grid,
  .mppg-wrap .mppg-detail-grid,
  .mppg-wrap .mppg-link-grid {
    grid-template-columns: 1fr;
  }

  .mppg-wrap .mppg-jump-nav {
    top: 6px;
  }

  .mppg-wrap .mppg-visit-btn,
  .mppg-wrap .mppg-secondary-link {
    width: 100%;
  }

  .mppg-wrap .mppg-table {
    min-width: 560px;
  }

  .mppg-wrap .mppg-section p,
  .mppg-wrap .mppg-section li,
  .mppg-wrap .mppg-section td,
  .mppg-wrap .mppg-section th,
  .mppg-wrap .mppg-section div {
    font-size: 15px;
  }
}

/* HUMANIZED OFFER + EVIDENCE POLISH */
.mppg-wrap .mppg-offer-banner {
  background: linear-gradient(135deg, rgba(107,78,255,0.06), rgba(8,178,165,0.05));
  border: 1px solid var(--mppg-line);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 10px 24px rgba(27,39,74,0.04);
}

.mppg-wrap .mppg-offer-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mppg-purple), var(--mppg-blue));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mppg-wrap .mppg-offer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mppg-wrap .mppg-offer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8ddfb;
  color: var(--mppg-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(27,39,74,0.03);
}

.mppg-wrap .mppg-source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mppg-wrap .mppg-source-item {
  position: relative;
  padding: 20px;
}

.mppg-wrap .mppg-source-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--mppg-purple), var(--mppg-blue));
}

.mppg-wrap .mppg-source-top {
  padding-left: 10px;
}

.mppg-wrap .mppg-source-key {
  font-size: 16px;
}

.mppg-wrap .mppg-source-top > div:first-child > div:nth-child(2) {
  color: var(--mppg-text-soft);
  font-size: 14.5px;
  line-height: 1.6;
  margin-top: 4px;
}

.mppg-wrap .mppg-source-link {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--mppg-line);
  border-radius: 999px;
  background: #fff;
  width: fit-content;
}

.mppg-wrap .mppg-source-link:hover {
  background: #f8f7ff;
  border-color: #cfd3ff;
}

@media (max-width: 900px) {
  .mppg-wrap .mppg-source-list {
    grid-template-columns: 1fr;
  }
}


/* EDITORIAL + TIMELINE POLISH */
.mppg-wrap .mppg-editorial-block {
  max-width: 82ch;
}

.mppg-wrap .mppg-editorial-block--soft {
  margin-top: 18px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #fbfcff 0%, #f7faff 100%);
  border: 1px solid var(--mppg-line);
  border-radius: 18px;
}

.mppg-wrap .mppg-timeline {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.mppg-wrap .mppg-timeline-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--mppg-line);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(27, 39, 74, 0.04);
}

.mppg-wrap .mppg-timeline-num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--mppg-purple), var(--mppg-blue));
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.mppg-wrap .mppg-timeline-body h3 {
  margin: 2px 0 6px;
  font-size: 17px;
  line-height: 1.3;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-timeline-body p {
  margin: 0;
  color: var(--mppg-text-soft);
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-timeline-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .mppg-wrap .mppg-timeline-num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 16px;
  }

  .mppg-wrap .mppg-timeline-body h3 {
    font-size: 16px;
  }
}


/* FINAL POLISH: HERO STATS, LOGO, TIMELINE, SUPPORT, VERIFICATION */
.mppg-wrap .mppg-stats-strip {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: -8px 0 22px;
}

.mppg-wrap .mppg-stats-strip::before {
  display: none;
}

.mppg-wrap .mppg-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mppg-wrap .mppg-stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--mppg-line);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 24px rgba(27,39,74,0.04);
}

.mppg-wrap .mppg-stat-label {
  display: block;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--mppg-text-faint);
  margin-bottom: 6px;
  font-weight: 800;
}

.mppg-wrap .mppg-stat-value {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-logo-shell img {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
}

.mppg-wrap .mppg-source-item {
  padding: 18px 18px 18px 22px;
}

.mppg-wrap .mppg-source-key {
  font-size: 15px;
  line-height: 1.35;
}

.mppg-wrap .mppg-source-top > div:first-child > div:nth-child(2) {
  font-size: 14px;
  line-height: 1.55;
}

.mppg-wrap .mppg-source-tag {
  font-size: 11.5px;
  min-height: 26px;
}

.mppg-wrap .mppg-timeline {
  gap: 16px;
  margin-bottom: 22px;
}

.mppg-wrap .mppg-timeline-step {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(27,39,74,0.05);
}

.mppg-wrap .mppg-timeline-step::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(107,78,255,0), rgba(107,78,255,.18), rgba(8,178,165,0));
}

.mppg-wrap .mppg-timeline-num {
  box-shadow: 0 10px 24px rgba(76,54,200,0.22);
}

.mppg-wrap .mppg-link-card--support {
  background: linear-gradient(180deg, rgba(107,78,255,0.05) 0%, #ffffff 100%);
}

.mppg-wrap .mppg-link-card--delivery {
  background: linear-gradient(180deg, rgba(59,130,246,0.05) 0%, #ffffff 100%);
}

.mppg-wrap .mppg-link-card--followup {
  background: linear-gradient(180deg, rgba(8,178,165,0.05) 0%, #ffffff 100%);
}

.mppg-wrap .mppg-editorial-block p {
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: 1fr;
  }
}


/* NEXT PASS: STRONGER TIMELINE, SUPPORT, END CARD */
.mppg-wrap .mppg-stats-strip {
  margin: -2px 0 24px;
}

.mppg-wrap .mppg-stat-card {
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(27,39,74,0.05);
}

.mppg-wrap .mppg-stat-value {
  font-size: 17px;
}

.mppg-wrap .mppg-timeline {
  gap: 18px;
  margin-bottom: 26px;
}

.mppg-wrap .mppg-timeline-step {
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 22px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--mppg-line);
}

.mppg-wrap .mppg-timeline-num {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  font-size: 20px;
}

.mppg-wrap .mppg-timeline-body h3 {
  margin: 4px 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-timeline-body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--mppg-text-soft);
}

.mppg-wrap .mppg-link-card--support {
  border-color: rgba(107,78,255,0.16);
  box-shadow: 0 14px 28px rgba(107,78,255,0.06);
}

.mppg-wrap .mppg-link-card--delivery {
  border-color: rgba(59,130,246,0.16);
  box-shadow: 0 14px 28px rgba(59,130,246,0.06);
}

.mppg-wrap .mppg-link-card--followup {
  border-color: rgba(8,178,165,0.16);
  box-shadow: 0 14px 28px rgba(8,178,165,0.06);
}

.mppg-wrap .mppg-link-card .mppg-card-value {
  font-size: 17px;
}

.mppg-wrap .mppg-link-card .mppg-card-sub {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.7;
}

.mppg-wrap .mppg-detail-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.mppg-wrap .mppg-section:last-of-type {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-color: #dfe6f4;
  box-shadow: 0 16px 34px rgba(27,39,74,0.06);
}

.mppg-wrap .mppg-section:last-of-type .mppg-visit-btn {
  min-width: 220px;
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-timeline-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .mppg-wrap .mppg-timeline-num {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 17px;
  }

  .mppg-wrap .mppg-timeline-body h3 {
    font-size: 16px;
  }
}


/* DESIGN PASS: SCALE, HERO INTEGRATION, TIMELINE, DATA HIERARCHY */
.mppg-wrap .mppg-container {
  max-width: 1240px;
  padding: 0 24px;
}

.mppg-wrap {
  padding: 28px 0 76px;
}

.mppg-wrap .mppg-section {
  padding: 38px;
  margin: 0 0 28px;
  border-radius: 28px;
}

.mppg-wrap .mppg-section h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  margin-bottom: 20px;
}

.mppg-wrap .mppg-section p,
.mppg-wrap .mppg-section li,
.mppg-wrap .mppg-section td,
.mppg-wrap .mppg-section th,
.mppg-wrap .mppg-section div {
  font-size: 16px;
  line-height: 1.72;
}

.mppg-wrap .mppg-hero {
  padding: 44px;
  border-radius: 30px;
}

.mppg-wrap .mppg-hero-inner {
  grid-template-columns: 180px 1fr 250px;
  gap: 26px;
}

.mppg-wrap .mppg-logo-shell {
  width: 180px;
  min-width: 180px;
  height: 180px;
  border-radius: 30px;
}

.mppg-wrap .mppg-logo-shell img {
  max-width: 132px;
  max-height: 132px;
  border-radius: 18px;
  background: #fff;
  padding: 12px;
}

.mppg-wrap .mppg-logo-fallback {
  width: 114px;
  height: 114px;
  font-size: 40px;
}

.mppg-wrap .mppg-hero-copy h1 {
  font-size: clamp(2.5rem, 4.3vw, 4rem);
  line-height: 0.96;
  max-width: 780px;
}

.mppg-wrap .mppg-hero-subtitle {
  font-size: 18px;
  line-height: 1.68;
  max-width: 720px;
}

.mppg-wrap .mppg-chip {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 13px;
}

.mppg-wrap .mppg-visit-btn,
.mppg-wrap .mppg-secondary-link {
  min-height: 54px;
  border-radius: 18px;
}

.mppg-wrap .mppg-stats-strip {
  margin: -10px 0 24px;
}

.mppg-wrap .mppg-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mppg-wrap .mppg-stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--mppg-line);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(27,39,74,0.05);
}

.mppg-wrap .mppg-stat-label {
  display: block;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--mppg-text-faint);
  margin-bottom: 6px;
  font-weight: 800;
}

.mppg-wrap .mppg-stat-value {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-jump-nav {
  top: 10px;
  border-radius: 20px;
  padding: 12px;
}

.mppg-wrap #mppg-summary p {
  max-width: 76ch;
  font-size: 17px;
  line-height: 1.82;
}

.mppg-wrap .mppg-summary-callout {
  gap: 20px;
  margin-top: 22px;
}

.mppg-wrap .mppg-mini-card {
  padding: 22px;
}

.mppg-wrap .mppg-mini-card h3 {
  font-size: 16px;
}

.mppg-wrap .mppg-timeline {
  gap: 18px;
  margin-bottom: 26px;
}

.mppg-wrap .mppg-timeline-step {
  position: relative;
  overflow: hidden;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--mppg-line);
  box-shadow: 0 14px 30px rgba(27,39,74,0.05);
}

.mppg-wrap .mppg-timeline-step::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(107,78,255,0), rgba(107,78,255,.18), rgba(8,178,165,0));
}

.mppg-wrap .mppg-timeline-num {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(76,54,200,0.22);
}

.mppg-wrap .mppg-timeline-body h3 {
  margin: 4px 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--mppg-navy);
  font-weight: 800;
}

.mppg-wrap .mppg-timeline-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--mppg-text-soft);
}

.mppg-wrap .mppg-fact-grid,
.mppg-wrap .mppg-detail-grid,
.mppg-wrap .mppg-link-grid {
  gap: 20px;
}

.mppg-wrap .mppg-fact-card,
.mppg-wrap .mppg-detail-card,
.mppg-wrap .mppg-link-card {
  padding: 22px;
  border-radius: 20px;
}

.mppg-wrap .mppg-link-card--support {
  background: linear-gradient(180deg, rgba(107,78,255,0.05) 0%, #ffffff 100%);
  border-color: rgba(107,78,255,0.16);
  box-shadow: 0 14px 28px rgba(107,78,255,0.06);
}

.mppg-wrap .mppg-link-card--delivery {
  background: linear-gradient(180deg, rgba(59,130,246,0.05) 0%, #ffffff 100%);
  border-color: rgba(59,130,246,0.16);
  box-shadow: 0 14px 28px rgba(59,130,246,0.06);
}

.mppg-wrap .mppg-link-card--followup {
  background: linear-gradient(180deg, rgba(8,178,165,0.05) 0%, #ffffff 100%);
  border-color: rgba(8,178,165,0.16);
  box-shadow: 0 14px 28px rgba(8,178,165,0.06);
}

.mppg-wrap .mppg-link-card .mppg-card-value,
.mppg-wrap .mppg-detail-card .mppg-card-value,
.mppg-wrap .mppg-fact-card .mppg-card-value {
  font-size: 17px;
}

.mppg-wrap .mppg-card-sub {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.72;
}

.mppg-wrap .mppg-price-shell {
  border-radius: 20px;
}

.mppg-wrap .mppg-table thead th {
  padding: 16px 18px;
  font-size: 12px;
}

.mppg-wrap .mppg-table tbody td {
  padding: 18px;
}

.mppg-wrap .mppg-price-main {
  font-size: 19px;
}

.mppg-wrap .mppg-price-old {
  font-size: 14px;
}

.mppg-wrap .mppg-offer-banner {
  border-radius: 22px;
  padding: 22px;
}

.mppg-wrap .mppg-source-item {
  padding: 20px 20px 20px 24px;
  border-radius: 20px;
}

.mppg-wrap .mppg-source-key {
  font-size: 15px;
  line-height: 1.35;
}

.mppg-wrap .mppg-source-top > div:first-child > div:nth-child(2) {
  font-size: 14px;
  line-height: 1.55;
}

.mppg-wrap .mppg-source-tag {
  font-size: 11.5px;
  min-height: 26px;
}

.mppg-wrap .mppg-source-link {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--mppg-line);
  border-radius: 999px;
  background: #fff;
  width: fit-content;
}

.mppg-wrap .mppg-source-link:hover {
  background: #f8f7ff;
  border-color: #cfd3ff;
}

.mppg-wrap .mppg-section:last-of-type {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-color: #dfe6f4;
  box-shadow: 0 16px 34px rgba(27,39,74,0.06);
}

.mppg-wrap .mppg-section:last-of-type .mppg-visit-btn {
  min-width: 220px;
}

body.page-id-2399 .page-header,
body.page-id-2399 .entry-title,
body.mppg-pharmacy-page .page-header,
body.mppg-pharmacy-page .entry-title {
  display: none !important;
}

@media (max-width: 1180px) {
  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 160px 1fr;
  }

  .mppg-wrap .mppg-hero-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-container {
    padding: 0 14px;
  }

  .mppg-wrap .mppg-section,
  .mppg-wrap .mppg-hero {
    padding: 22px;
    border-radius: 22px;
  }

  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mppg-wrap .mppg-logo-shell {
    width: 124px;
    min-width: 124px;
    height: 124px;
    border-radius: 22px;
  }

  .mppg-wrap .mppg-logo-shell img {
    max-width: 88px;
    max-height: 88px;
  }

  .mppg-wrap .mppg-stats-grid,
  .mppg-wrap .mppg-summary-callout,
  .mppg-wrap .mppg-fact-grid,
  .mppg-wrap .mppg-detail-grid,
  .mppg-wrap .mppg-link-grid,
  .mppg-wrap .mppg-source-list {
    grid-template-columns: 1fr;
  }

  .mppg-wrap .mppg-timeline-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .mppg-wrap .mppg-timeline-num {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 17px;
  }

  .mppg-wrap .mppg-timeline-body h3 {
    font-size: 16px;
  }
}


/* HARD KILL NATIVE PAGE HEADER ON GENERATED PROVIDER PAGES */
body.mppg-pharmacy-page main#content > .page-header,
body.mppg-pharmacy-page main#content .page-header,
body.mppg-pharmacy-page main#content .entry-title,
body.mppg-pharmacy-page .site-main > .page-header,
body.mppg-pharmacy-page .site-main .page-header,
body.mppg-pharmacy-page .site-main .entry-title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


/* FINAL WIDTH + SCALE PASS */
.mppg-wrap .mppg-container {
  max-width: 1320px !important;
  padding: 0 28px !important;
}

.mppg-wrap {
  padding: 34px 0 84px !important;
}

.mppg-wrap .mppg-section {
  padding: 42px !important;
  margin-bottom: 30px !important;
  border-radius: 30px !important;
}

.mppg-wrap .mppg-hero {
  padding: 48px !important;
  border-radius: 32px !important;
}

.mppg-wrap .mppg-hero-copy h1 {
  font-size: clamp(2.7rem, 4.5vw, 4.2rem) !important;
  line-height: 0.96 !important;
}

.mppg-wrap .mppg-hero-subtitle {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.mppg-wrap .mppg-section h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.15rem) !important;
}

.mppg-wrap #mppg-summary p {
  max-width: 80ch !important;
  font-size: 17px !important;
  line-height: 1.84 !important;
}

.mppg-wrap .mppg-mini-card,
.mppg-wrap .mppg-fact-card,
.mppg-wrap .mppg-detail-card,
.mppg-wrap .mppg-link-card,
.mppg-wrap .mppg-source-item {
  border-radius: 22px !important;
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-container {
    padding: 0 14px !important;
  }

  .mppg-wrap .mppg-section,
  .mppg-wrap .mppg-hero {
    padding: 22px !important;
  }
}


/* PREMIUM PASS: HERO, STATS, HIGHLIGHTS, TRUST */
.mppg-wrap {
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(107,78,255,0.05), transparent 55%),
    linear-gradient(180deg, #f7f9fd 0%, #f3f6fb 100%);
}

.mppg-wrap .mppg-container {
  max-width: 1340px !important;
  padding: 0 30px !important;
}

.mppg-wrap .mppg-hero {
  position: relative;
  overflow: hidden;
  padding: 52px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.16) 0%, transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255,255,255,0.12) 0%, transparent 24%),
    linear-gradient(135deg, #5d46f5 0%, #4c36c8 42%, #2f80ed 100%);
  box-shadow: 0 24px 60px rgba(58, 49, 140, 0.22);
}

.mppg-wrap .mppg-hero::after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 68%);
  pointer-events: none;
}

.mppg-wrap .mppg-hero-inner {
  grid-template-columns: 190px 1fr 260px !important;
  gap: 28px !important;
  align-items: center !important;
}

.mppg-wrap .mppg-logo-shell {
  width: 190px !important;
  min-width: 190px !important;
  height: 190px !important;
  border-radius: 32px !important;
  background: rgba(255,255,255,0.16) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  backdrop-filter: blur(12px);
}

.mppg-wrap .mppg-logo-shell img {
  max-width: 136px !important;
  max-height: 136px !important;
  padding: 14px !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 30px rgba(15,23,42,0.10);
}

.mppg-wrap .mppg-kicker {
  letter-spacing: .14em !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  opacity: .92;
}

.mppg-wrap .mppg-hero-copy h1 {
  font-size: clamp(2.9rem, 4.8vw, 4.5rem) !important;
  line-height: .95 !important;
  max-width: 780px !important;
  margin-bottom: 14px !important;
}

.mppg-wrap .mppg-hero-subtitle {
  max-width: 700px !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  opacity: .96;
}

.mppg-wrap .mppg-chip-row {
  gap: 10px !important;
  margin-top: 18px !important;
}

.mppg-wrap .mppg-chip {
  min-height: 42px !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.14) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.mppg-wrap .mppg-hero-actions {
  gap: 12px !important;
}

.mppg-wrap .mppg-visit-btn,
.mppg-wrap .mppg-secondary-link {
  min-height: 54px !important;
  border-radius: 18px !important;
  font-weight: 700 !important;
}

.mppg-wrap .mppg-stats-strip {
  margin: -24px 0 28px !important;
  position: relative;
  z-index: 3;
}

.mppg-wrap .mppg-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.mppg-wrap .mppg-stat-card {
  background: rgba(255,255,255,0.94) !important;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(220,228,241,0.9) !important;
  box-shadow: 0 18px 34px rgba(31,41,55,0.08) !important;
}

.mppg-wrap .mppg-summary-callout,
.mppg-wrap .mppg-link-grid,
.mppg-wrap .mppg-detail-grid,
.mppg-wrap .mppg-fact-grid {
  gap: 22px !important;
}

.mppg-wrap .mppg-mini-card,
.mppg-wrap .mppg-fact-card,
.mppg-wrap .mppg-detail-card,
.mppg-wrap .mppg-link-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid #e2e8f3 !important;
  box-shadow: 0 14px 30px rgba(31,41,55,0.05) !important;
}

.mppg-wrap .mppg-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid #e5ebf5 !important;
  box-shadow: 0 18px 40px rgba(31,41,55,0.05) !important;
}

.mppg-wrap .mppg-source-item {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.mppg-wrap .mppg-source-link {
  font-weight: 700 !important;
}

.mppg-wrap .mppg-section:last-of-type {
  background:
    radial-gradient(circle at 100% 0%, rgba(107,78,255,0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

@media (max-width: 1180px) {
  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 160px 1fr !important;
  }
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-container {
    padding: 0 14px !important;
  }

  .mppg-wrap .mppg-hero {
    padding: 24px !important;
  }

  .mppg-wrap .mppg-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .mppg-wrap .mppg-logo-shell {
    width: 128px !important;
    min-width: 128px !important;
    height: 128px !important;
    border-radius: 24px !important;
  }

  .mppg-wrap .mppg-logo-shell img {
    max-width: 88px !important;
    max-height: 88px !important;
  }

  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: 1fr !important;
  }
}


/* FORCE HIDE DEFAULT WP TITLE ON PROVIDER PAGES */
body.page-id-2399 .page-header,
body.page-id-2399 .page-header *,
body.page-id-2399 .entry-title,
body.page-id-2399 .page-content > .entry-title,
body.page-id-2399 main#content > .page-header,
body.page-id-2399 main#content > .page-header * {
  display: none !important;
}

body.page-id-2399 main#content > .page-header {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.page-id-2399 .page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* HIDE DEFAULT PAGE HEADER ON ALL GENERATED PROVIDER PAGES */
body.mppg-pharmacy-page .page-header,
body.mppg-pharmacy-page .page-header *,
body.mppg-pharmacy-page .entry-title,
body.mppg-pharmacy-page .page-content > .entry-title,
body.mppg-pharmacy-page main#content > .page-header,
body.mppg-pharmacy-page main#content > .page-header * {
  display: none !important;
}

body.mppg-pharmacy-page main#content > .page-header {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.mppg-pharmacy-page .page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* STATS STRIP POLISH */
.mppg-wrap .mppg-stats-strip {
  margin: -24px 0 28px !important;
  position: relative;
  z-index: 3;
}

.mppg-wrap .mppg-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.mppg-wrap .mppg-stat-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 108px !important;
  padding: 20px 22px 20px 26px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, #f9fbff 100%) !important;
  border: 1px solid #dfe6f4 !important;
  box-shadow: 0 14px 30px rgba(31,41,55,0.07) !important;
  position: relative !important;
  overflow: hidden !important;
}

.mppg-wrap .mppg-stat-card::before {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  bottom: 14px !important;
  left: 0 !important;
  width: 4px !important;
  background: linear-gradient(180deg, #6b4eff 0%, #22d3ee 100%) !important;
  border-radius: 0 4px 4px 0 !important;
}

.mppg-wrap .mppg-stat-label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #7b8798 !important;
}

.mppg-wrap .mppg-stat-value {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #122033 !important;
}

@media (max-width: 1180px) {
  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-stats-grid {
    grid-template-columns: 1fr !important;
  }

  .mppg-wrap .mppg-stat-card {
    min-height: 92px !important;
    padding: 18px 18px 18px 22px !important;
  }

  .mppg-wrap .mppg-stat-value {
    font-size: 16px !important;
  }
}


/* TIMELINE HARD FIX */
.mppg-wrap .mppg-timeline {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  margin: 0 0 26px 0 !important;
}

.mppg-wrap .mppg-timeline-step {
  display: grid !important;
  grid-template-columns: 64px 1fr !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  border: 1px solid #dfe6f4 !important;
  box-shadow: 0 14px 30px rgba(31,41,55,0.06) !important;
  position: relative !important;
  overflow: hidden !important;
}

.mppg-wrap .mppg-timeline-step::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 4px 4px 0 !important;
  background: linear-gradient(180deg, #6b4eff 0%, #22d3ee 100%) !important;
}

.mppg-wrap .mppg-timeline-num {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #6b4eff 0%, #4c36c8 100%) !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 24px rgba(76,54,200,0.22) !important;
  margin: 0 !important;
}

.mppg-wrap .mppg-timeline-body {
  display: block !important;
  min-width: 0 !important;
}

.mppg-wrap .mppg-timeline-body h3 {
  margin: 2px 0 8px 0 !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #2d1f7a !important;
}

.mppg-wrap .mppg-timeline-body p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #243041 !important;
}

@media (max-width: 768px) {
  .mppg-wrap .mppg-timeline-step {
    grid-template-columns: 48px 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .mppg-wrap .mppg-timeline-num {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    font-size: 17px !important;
  }

  .mppg-wrap .mppg-timeline-body h3 {
    font-size: 20px !important;
  }

  .mppg-wrap .mppg-timeline-body p {
    font-size: 15px !important;
  }
}


/* TIMELINE FORCEFIX */
body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:18px !important;
  margin:0 0 26px 0 !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-step{
  display:grid !important;
  grid-template-columns:64px 1fr !important;
  align-items:start !important;
  gap:18px !important;
  padding:22px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%) !important;
  border:1px solid #dfe6f4 !important;
  box-shadow:0 14px 30px rgba(31,41,55,0.06) !important;
  position:relative !important;
  overflow:hidden !important;
  margin:0 !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-step::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:16px !important;
  bottom:16px !important;
  width:4px !important;
  border-radius:0 4px 4px 0 !important;
  background:linear-gradient(180deg,#6b4eff 0%,#22d3ee 100%) !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-num{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#6b4eff 0%,#4c36c8 100%) !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:800 !important;
  line-height:1 !important;
  box-shadow:0 12px 24px rgba(76,54,200,0.22) !important;
  margin:0 !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-body{
  display:block !important;
  min-width:0 !important;
  margin:0 !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-body h3{
  display:block !important;
  margin:2px 0 8px 0 !important;
  font-size:28px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  letter-spacing:-0.02em !important;
  color:#2d1f7a !important;
}

body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-body p{
  display:block !important;
  margin:0 !important;
  font-size:16px !important;
  line-height:1.7 !important;
  color:#243041 !important;
}

@media (max-width:768px){
  body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-step{
    grid-template-columns:48px 1fr !important;
    gap:14px !important;
    padding:18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-num{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    border-radius:14px !important;
    font-size:17px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-body h3{
    font-size:20px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap #mppg-how .mppg-timeline-body p{
    font-size:15px !important;
  }
}

/* HERO TIGHTEN */
body.mppg-pharmacy-page .mppg-wrap .mppg-hero{
  padding: 28px !important;
  border-radius: 24px !important;
  min-height: 0 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
  grid-template-columns: 120px 1fr 190px !important;
  gap: 18px !important;
  align-items: center !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell{
  width: 120px !important;
  min-width: 120px !important;
  height: 120px !important;
  border-radius: 20px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell img{
  max-width: 76px !important;
  max-height: 76px !important;
  padding: 8px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-kicker{
  font-size: 10px !important;
  letter-spacing: .10em !important;
  margin-bottom: 6px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-copy h1{
  font-size: clamp(1.9rem, 3vw, 2.6rem) !important;
  line-height: 1.03 !important;
  margin: 0 0 8px 0 !important;
  max-width: 560px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-subtitle{
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  margin: 0 0 12px 0 !important;
  max-width: 520px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip-row{
  gap: 8px !important;
  margin-top: 10px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip{
  min-height: 32px !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  font-size: 11.5px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip svg{
  width: 14px !important;
  height: 14px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-actions{
  gap: 10px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-visit-btn,
body.mppg-pharmacy-page .mppg-wrap .mppg-secondary-link{
  min-height: 42px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  font-size: 12px !important;
}

@media (max-width: 1024px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
    grid-template-columns: 100px 1fr !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-actions{
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
  }
}

@media (max-width: 768px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-hero{
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell{
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
    border-radius: 16px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell img{
    max-width: 56px !important;
    max-height: 56px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-copy h1{
    font-size: 1.6rem !important;
    line-height: 1.08 !important;
    max-width: none !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-subtitle{
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-chip{
    font-size: 10.5px !important;
    min-height: 30px !important;
    padding: 6px 10px !important;
  }
}

/* HERO H1 VISIBILITY FIX */
body.mppg-pharmacy-page .mppg-wrap .mppg-hero .mppg-hero-copy h1{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #24186f !important;
  font-size: clamp(2rem, 3.2vw, 2.8rem) !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 10px 0 !important;
  max-width: 600px !important;
  position: relative !important;
  z-index: 3 !important;
}

/* FINAL POLISH PASS */
body.mppg-pharmacy-page .mppg-wrap .mppg-hero{
  margin-bottom: 10px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-stats-strip{
  margin: -6px 0 18px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-nav{
  margin: 0 0 20px 0 !important;
  padding: 14px 16px !important;
  border-radius: 22px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links{
  gap: 10px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links a{
  min-height: 40px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-subtitle{
  max-width: 500px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile{
  position: relative !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #dfe6f4 !important;
  box-shadow: 0 14px 30px rgba(31,41,55,0.06) !important;
  overflow: hidden !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 4px 4px 0 !important;
  background: linear-gradient(180deg, #6b4eff 0%, #22d3ee 100%) !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-label{
  display: inline-block !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #7b8798 !important;
  margin: 0 0 10px 0 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile h3{
  margin: 0 0 10px 0 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #2d1f7a !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile p{
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  color: #243041 !important;
}

@media (max-width: 1024px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-grid{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-jump-nav{
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links a{
    font-size: 13px !important;
    min-height: 36px !important;
    padding: 8px 12px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile{
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile h3{
    font-size: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile p{
    font-size: 14px !important;
  }
}

/* HERO CHIP CONTRAST + CTA BALANCE */
body.mppg-pharmacy-page .mppg-wrap .mppg-chip-row{
  gap: 9px !important;
  margin-top: 12px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip{
  background: rgba(107, 78, 255, 0.08) !important;
  border: 1px solid rgba(107, 78, 255, 0.18) !important;
  color: #4338ca !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip svg{
  color: #4f46e5 !important;
  opacity: 1 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-actions{
  width: 170px !important;
  max-width: 170px !important;
  justify-self: end !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-visit-btn{
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 40px !important;
  padding: 10px 12px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-stats-strip{
  margin: -12px 0 18px !important;
}

/* === CONSOLIDATED FINAL PROVIDER PAGE OVERRIDES === */

/* Hero sizing + visibility */
body.mppg-pharmacy-page .mppg-wrap .mppg-hero{
  padding: 28px !important;
  border-radius: 24px !important;
  min-height: 0 !important;
  margin-bottom: 4px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
  grid-template-columns: 120px 1fr 170px !important;
  gap: 18px !important;
  align-items: center !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell{
  width: 120px !important;
  min-width: 120px !important;
  height: 120px !important;
  border-radius: 20px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell img{
  max-width: 76px !important;
  max-height: 76px !important;
  padding: 8px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero .mppg-hero-copy h1{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #24186f !important;
  font-size: clamp(2rem, 3.2vw, 2.8rem) !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 10px 0 !important;
  max-width: 600px !important;
  position: relative !important;
  z-index: 3 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-hero-subtitle{
  max-width: 500px !important;
}

/* Hero chips */
body.mppg-pharmacy-page .mppg-wrap .mppg-chip-row{
  gap: 9px !important;
  margin-top: 12px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip{
  background: rgba(107, 78, 255, 0.08) !important;
  border: 1px solid rgba(107, 78, 255, 0.18) !important;
  color: #4338ca !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-chip svg{
  color: #4f46e5 !important;
  opacity: 1 !important;
}

/* Hero CTA column */
body.mppg-pharmacy-page .mppg-wrap .mppg-hero-actions{
  width: 170px !important;
  max-width: 170px !important;
  justify-self: end !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-visit-btn{
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 40px !important;
  padding: 10px 12px !important;
}

/* Stats + jump nav spacing */
body.mppg-pharmacy-page .mppg-wrap .mppg-stats-strip{
  margin: -12px 0 18px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-nav{
  margin: 0 0 20px 0 !important;
  padding: 14px 16px !important;
  border-radius: 22px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links{
  gap: 10px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links a{
  min-height: 40px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* Highlight tiles */
body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile{
  position: relative !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #dfe6f4 !important;
  box-shadow: 0 14px 30px rgba(31,41,55,0.06) !important;
  overflow: hidden !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 16px !important;
  bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 4px 4px 0 !important;
  background: linear-gradient(180deg, #6b4eff 0%, #22d3ee 100%) !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-label{
  display: inline-block !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #7b8798 !important;
  margin: 0 0 10px 0 !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile h3{
  margin: 0 0 10px 0 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #2d1f7a !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile p{
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  color: #243041 !important;
}

/* Bottom provider CTA only */
body.mppg-pharmacy-page .mppg-wrap .mppg-section:last-of-type .mppg-visit-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  width: auto !important;
  max-width: 220px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-section:last-of-type .mppg-visit-btn svg{
  width: 14px !important;
  height: 14px !important;
}

body.mppg-pharmacy-page .mppg-wrap .mppg-section:last-of-type p[style*="margin-top:16px;"]{
  margin-top: 12px !important;
}

/* Mobile / tablet */
@media (max-width: 1024px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
    grid-template-columns: 120px 1fr !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-grid{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px){
  body.mppg-pharmacy-page .mppg-wrap .mppg-hero{
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-hero-inner{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell{
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
    border-radius: 16px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-logo-shell img{
    max-width: 56px !important;
    max-height: 56px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-jump-nav{
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-jump-links a{
    font-size: 13px !important;
    min-height: 36px !important;
    padding: 8px 12px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile{
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile h3{
    font-size: 18px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-highlight-tile p{
    font-size: 14px !important;
  }

  body.mppg-pharmacy-page .mppg-wrap .mppg-section:last-of-type .mppg-visit-btn{
    max-width: 100% !important;
  }
}
