/* ==========================================================================
   PCOS & PCOD Wellness Program Landing Page Styles
   Isolated page styling matching mockup aesthetic: Sage Green, Blush Pink, Soft Cream
   ========================================================================== */

:root {
  --pcos-sage-primary: #4A6B53;
  --pcos-sage-dark: #37523E;
  --pcos-sage-light: #EEF4F0;
  --pcos-sage-border: #CBE0D2;
  
  --pcos-blush-primary: #D48B8B;
  --pcos-blush-dark: #B86B6B;
  --pcos-blush-light: #FDF5F5;
  --pcos-blush-border: #F7D4D4;

  --pcos-cream-bg: #FAF8F5;
  --pcos-cream-card: #F6F3EE;
  --pcos-white: #FFFFFF;

  --pcos-text-main: #2C3531;
  --pcos-text-muted: #5C6660;

  --pcos-radius-lg: 24px;
  --pcos-radius-md: 16px;
  --pcos-radius-sm: 12px;
  --pcos-radius-pill: 50px;

  --pcos-shadow-subtle: 0 8px 24px rgba(74, 107, 83, 0.05);
  --pcos-transition: all 0.3s ease;
}

body.pcos-landing-page {
  background-color: var(--pcos-cream-bg);
  color: var(--pcos-text-main);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

/* AOS handles animations once per page load via once: true */

/* Typography Overrides for Landing Page */
.pcos-serif-heading {
  font-family: 'Nunito', Georgia, serif;
  font-weight: 700;
  color: var(--pcos-sage-primary);
}

/* Base Container Spacing */
.pcos-section {
  padding: 44px 0;
  position: relative;
}

@media (min-width: 992px) {
  .pcos-section {
    padding: 62px 0;
  }
}

.pcos-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .pcos-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .pcos-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Header Spacer */
.pcos-header-spacer {
  height: 60px;
}

body.pcos-landing-page #pcos-hero {
  padding-top: 16px;
  padding-bottom: 62px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.pcos-hero-wrapper {
  background: var(--pcos-cream-bg);
  border-radius: var(--pcos-radius-lg);
  overflow: hidden;
  padding: 28px 20px;
  position: relative;
}

@media (min-width: 992px) {
  .pcos-hero-wrapper {
    padding: 36px 40px;
  }
}

.pcos-hero-title {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 10px;
  color: var(--pcos-sage-dark);
}

@media (min-width: 992px) {
  .pcos-hero-title {
    font-size: 3.25rem;
  }
}

.pcos-hero-subtitle {
  font-size: 1.25rem;
  color: var(--pcos-blush-dark);
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.4;
}

.pcos-hero-para {
  font-size: 1rem;
  color: var(--pcos-text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

.pcos-hero-tagline {
  font-weight: 600;
  color: var(--pcos-sage-primary);
  margin-bottom: 18px;
}

.pcos-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.pcos-btn-primary {
  background-color: var(--pcos-sage-primary);
  color: #FFFFFF !important;
  border: 2px solid var(--pcos-sage-primary);
  border-radius: var(--pcos-radius-pill);
  padding: 14px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--pcos-transition);
  text-decoration: none !important;
  cursor: pointer;
}

.pcos-btn-primary:hover,
.pcos-btn-primary:focus {
  background-color: var(--pcos-sage-dark);
  border-color: var(--pcos-sage-dark);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 107, 83, 0.25);
}

.pcos-btn-secondary {
  background-color: #FFFFFF;
  color: var(--pcos-blush-dark) !important;
  border: 2px solid var(--pcos-blush-border);
  border-radius: var(--pcos-radius-pill);
  padding: 14px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--pcos-transition);
  text-decoration: none !important;
  cursor: pointer;
}

.pcos-btn-secondary:hover,
.pcos-btn-secondary:focus {
  background-color: var(--pcos-blush-light);
  border-color: var(--pcos-blush-primary);
  color: var(--pcos-blush-dark) !important;
  transform: translateY(-2px);
}

.pcos-hero-img-container {
  border-radius: var(--pcos-radius-lg);
  overflow: hidden;
  box-shadow: var(--pcos-shadow-subtle);
  height: 100%;
  min-height: 320px;
}

.pcos-hero-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   Feature Callout Strip
   ========================================================================== */
.pcos-strip-container {
  background: var(--pcos-blush-light);
  border: 1px solid var(--pcos-blush-border);
  border-radius: var(--pcos-radius-lg);
  padding: 18px 16px;
  margin-top: 20px;
}

.pcos-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}

@media (min-width: 576px) {
  .pcos-strip-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .pcos-strip-grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
  }
}

.pcos-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pcos-strip-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.pcos-strip-icon.sage {
  background-color: var(--pcos-sage-light);
  color: var(--pcos-sage-primary);
  border: 1px solid var(--pcos-sage-border);
}

.pcos-strip-icon.blush {
  background-color: #FFF0F0;
  color: var(--pcos-blush-primary);
  border: 1px solid var(--pcos-blush-border);
}

.pcos-strip-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pcos-text-main);
  line-height: 1.25;
}

/* ==========================================================================
   Structured Plan Section
   ========================================================================== */
.pcos-plan-box {
  background: var(--pcos-cream-card);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 26px 22px;
}

@media (min-width: 992px) {
  .pcos-plan-box {
    padding: 36px 36px;
  }
}

.pcos-benefit-pill {
  background: var(--pcos-white);
  border: 1px solid #E5E0D8;
  border-radius: var(--pcos-radius-pill);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--pcos-text-main);
  transition: var(--pcos-transition);
}

.pcos-benefit-pill:hover {
  border-color: var(--pcos-sage-border);
  box-shadow: 0 4px 12px rgba(74, 107, 83, 0.08);
}

.pcos-benefit-pill i {
  color: var(--pcos-sage-primary);
  font-size: 1.1rem;
}

.pcos-disclaimer-box {
  background-color: var(--pcos-blush-light);
  border: 1px solid var(--pcos-blush-border);
  border-radius: var(--pcos-radius-md);
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--pcos-text-muted);
  margin-top: 16px;
}

.pcos-disclaimer-box i {
  color: var(--pcos-blush-primary);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ==========================================================================
   What is Included Cards
   ========================================================================== */
.pcos-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 768px) {
  .pcos-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .pcos-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pcos-card {
  background: var(--pcos-white);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--pcos-transition);
  position: relative;
  overflow: hidden;
}

.pcos-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  border-color: var(--pcos-sage-border);
}

.pcos-card-icon-header {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pcos-sage-light);
  border: 1px solid var(--pcos-sage-border);
  color: var(--pcos-sage-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.pcos-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pcos-sage-dark);
  margin-bottom: 8px;
}

.pcos-card-intro {
  font-size: 0.9rem;
  color: var(--pcos-text-muted);
  line-height: 1.5;
  margin-bottom: 12px;
}

.pcos-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pcos-card-list li {
  font-size: 0.88rem;
  color: var(--pcos-text-main);
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

.pcos-card-list li::before {
  content: "•";
  color: var(--pcos-sage-primary);
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -2px;
}

.pcos-botanical-bg {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 90px;
  opacity: 0.12;
  pointer-events: none;
}

/* ==========================================================================
   Support Format Cards
   ========================================================================== */
.pcos-format-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 992px) {
  .pcos-format-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pcos-format-card {
  background: var(--pcos-cream-card);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 24px 20px;
  text-align: center;
  transition: var(--pcos-transition);
}

.pcos-format-card:hover {
  background: var(--pcos-white);
  border-color: var(--pcos-blush-border);
  box-shadow: var(--pcos-shadow-subtle);
}

.pcos-format-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFF0F0;
  color: var(--pcos-blush-primary);
  border: 1px solid var(--pcos-blush-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 14px auto;
}

.pcos-format-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pcos-sage-dark);
  margin-bottom: 12px;
}

.pcos-format-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--pcos-blush-dark);
  margin-bottom: 4px;
}

.pcos-format-value {
  font-size: 0.95rem;
  color: var(--pcos-text-main);
  margin-bottom: 16px;
  line-height: 1.4;
}

/* ==========================================================================
   Timeline / Journey Section
   ========================================================================== */
.pcos-timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .pcos-timeline-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.pcos-timeline-card {
  background: var(--pcos-white);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 22px 20px;
  position: relative;
  height: 100%;
}

.pcos-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: var(--pcos-radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pcos-badge.sage {
  background: var(--pcos-sage-light);
  color: var(--pcos-sage-dark);
  border: 1px solid var(--pcos-sage-border);
}

.pcos-badge.blush {
  background: var(--pcos-blush-light);
  color: var(--pcos-blush-dark);
  border: 1px solid var(--pcos-blush-border);
}

.pcos-timeline-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pcos-text-main);
  margin-bottom: 16px;
}

/* ==========================================================================
   Checklists (Why Choose & May Be Right For)
   ========================================================================== */
.pcos-checklist-card {
  background: var(--pcos-cream-card);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pcos-checklist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .pcos-checklist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
  }
}

.pcos-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--pcos-text-main);
  line-height: 1.45;
}

.pcos-check-item i {
  color: var(--pcos-sage-primary);
  font-size: 1.15rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.pcos-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 992px) {
  .pcos-faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.pcos-faq-item {
  background: var(--pcos-white);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-md);
  overflow: hidden;
  transition: var(--pcos-transition);
}

.pcos-faq-item:hover {
  border-color: var(--pcos-sage-border);
}

.pcos-faq-button {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--pcos-sage-dark);
  cursor: pointer;
}

.pcos-faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pcos-sage-light);
  color: var(--pcos-sage-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.pcos-faq-button[aria-expanded="true"] .pcos-faq-icon {
  transform: rotate(45deg);
  background: var(--pcos-blush-light);
  color: var(--pcos-blush-dark);
}

.pcos-faq-answer {
  padding: 0 20px 16px 20px;
  font-size: 0.92rem;
  color: var(--pcos-text-muted);
  line-height: 1.6;
  display: none;
}

.pcos-faq-button[aria-expanded="true"] + .pcos-faq-answer {
  display: block;
}

/* ==========================================================================
   Bottom CTA Banner
   ========================================================================== */
.pcos-cta-banner {
  background: var(--pcos-sage-primary);
  color: #FFFFFF;
  border-radius: var(--pcos-radius-lg);
  padding: 30px 22px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .pcos-cta-banner {
    padding: 40px;
  }
}

.pcos-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .pcos-cta-title {
    font-size: 2.1rem;
  }
}

.pcos-cta-para {
  font-size: 1rem;
  color: #E2ECE5;
  line-height: 1.6;
  margin-bottom: 16px;
}

.pcos-cta-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .pcos-cta-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pcos-cta-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #FFFFFF;
}

.pcos-cta-check-item i {
  color: #A3D4B0;
  font-size: 1.1rem;
}

.pcos-cta-img-box {
  border-radius: var(--pcos-radius-md);
  overflow: hidden;
  height: 100%;
  min-height: 220px;
}

.pcos-cta-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcos-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  margin-top: 14px;
  transition: var(--pcos-transition);
}

.pcos-whatsapp-link:hover {
  color: #A3D4B0;
  text-decoration: underline;
}

/* ==========================================================================
   Page Level Disclaimer
   ========================================================================== */
.pcos-page-disclaimer {
  padding: 20px 20px;
  text-align: center;
  font-size: 0.8rem;
  color: #78857C;
  line-height: 1.5;
  border-top: 1px solid #E5E0D8;
  margin-top: 20px;
}

.pcos-page-disclaimer strong {
  color: var(--pcos-sage-dark);
}

/* Override Bootstrap mb-5 on heading elements for scoped pcos page */
body.pcos-landing-page .pcos-serif-heading.mb-5 {
  margin-bottom: 1.75rem !important;
}

/* ==========================================================================
   Responsive Overrides for Mobile & Tablet
   ========================================================================== */
@media (max-width: 991px) {
  .pcos-hero-title {
    font-size: 2rem;
  }

  body.pcos-landing-page .pcos-header-spacer {
    height: 56px;
  }

  body.pcos-landing-page #pcos-hero {
    padding-top: 14px;
    padding-bottom: 38px;
  }

  .pcos-section {
    padding: 38px 0;
  }
}

@media (max-width: 767px) {
  body.pcos-landing-page .pcos-header-spacer {
    height: 54px;
  }

  body.pcos-landing-page #pcos-hero {
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .pcos-section {
    padding: 32px 0;
  }

  .pcos-hero-wrapper {
    padding: 20px 16px;
  }

  .pcos-hero-title {
    font-size: 1.85rem;
  }

  .pcos-hero-subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .pcos-btn-group {
    flex-direction: column;
    width: 100%;
  }

  .pcos-btn-primary,
  .pcos-btn-secondary {
    width: 100%;
    font-size: 0.9rem;
    padding: 12px 18px;
  }

  .pcos-card,
  .pcos-format-card,
  .pcos-timeline-card,
  .pcos-checklist-card {
    padding: 18px 16px;
  }

  .pcos-plan-box {
    padding: 20px 16px;
  }

  .pcos-cta-banner {
    padding: 24px 18px;
  }

  body.pcos-landing-page .pcos-serif-heading.mb-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (max-width: 420px) {
  body.pcos-landing-page .pcos-header-spacer {
    height: 52px;
  }

  body.pcos-landing-page #pcos-hero {
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .pcos-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pcos-hero-title {
    font-size: 1.65rem;
  }

  .pcos-section {
    padding: 28px 0;
  }
}

/* ==========================================================================
   Section Title Wrap & Underline
   ========================================================================== */
.pcos-section-title-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.pcos-title-underline {
  width: 50px;
  height: 3px;
  background-color: var(--pcos-sage-primary);
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* ==========================================================================
   Instructor Section
   ========================================================================== */
.pcos-instructor-box {
  background: var(--pcos-white);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 24px 24px;
}

.pcos-instructor-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--pcos-sage-border);
  box-shadow: var(--pcos-shadow-subtle);
  margin-bottom: 16px;
}

.pcos-instructor-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pcos-sage-dark);
  margin-bottom: 4px;
}

.pcos-instructor-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--pcos-blush-dark);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.35;
}

/* ==========================================================================
   Certification Section
   ========================================================================== */
.pcos-cert-box {
  background: linear-gradient(135deg, var(--pcos-sage-light) 0%, var(--pcos-cream-card) 100%);
  border: 1px solid var(--pcos-sage-border);
  border-radius: var(--pcos-radius-lg);
  padding: 28px 24px;
  text-align: center;
}

.pcos-cert-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--pcos-white);
  color: var(--pcos-sage-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 14px auto;
  border: 2px solid var(--pcos-sage-border);
  box-shadow: var(--pcos-shadow-subtle);
}

.pcos-cert-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--pcos-sage-dark);
  margin-bottom: 8px;
}

.pcos-cert-para {
  font-size: 0.95rem;
  color: var(--pcos-text-muted);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 14px auto;
}

/* ==========================================================================
   Course Details & Pricing Card
   ========================================================================== */
.pcos-image-wrap {
  height: 100%;
  min-height: 280px;
  border-radius: var(--pcos-radius-lg);
  overflow: hidden;
  box-shadow: var(--pcos-shadow-subtle);
  border: 1px solid var(--pcos-sage-border);
}

.pcos-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pcos-pricing-card {
  background: var(--pcos-white);
  border: 1px solid #ECE7E0;
  border-radius: var(--pcos-radius-lg);
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pcos-pricing-title {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--pcos-sage-dark);
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECE7E0;
}

.pcos-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #F0EDE8;
  font-size: 0.9rem;
  gap: 12px;
}

.pcos-price-label {
  color: var(--pcos-text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pcos-price-label i {
  color: var(--pcos-sage-primary);
}

.pcos-price-val {
  font-weight: 700;
  color: var(--pcos-text-main);
  text-align: right;
}

.pcos-price-tag-wrap {
  text-align: center;
  margin: 14px 0;
  padding: 14px;
  background: var(--pcos-sage-light);
  border-radius: var(--pcos-radius-md);
  border: 1px solid var(--pcos-sage-border);
}

.pcos-new-price {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--pcos-sage-primary);
  display: block;
  line-height: 1.1;
}

.pcos-price-sublabel {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pcos-sage-dark);
  margin-top: 4px;
  display: block;
}
