/* Shared smart CTA styles. */
#smart-cta.text-light-mode .cta-title {
  color: #ffffff;
}

#smart-cta.text-light-mode .cta-sub {
  color: rgba(255, 255, 255, 0.85);
}

#smart-cta.text-light-mode .cta-divider {
  border-color: rgba(255, 255, 255, 0.25);
}

#smart-cta.text-dark-mode .cta-title {
  color: #000000;
}

#smart-cta.text-dark-mode .cta-sub {
  color: #334155;
}

#smart-cta.text-dark-mode .cta-divider {
  border-color: rgba(100, 116, 139, 0.20);
}

#smart-cta .ios26-liquid-pill {
  height: 3rem !important;
}

@media (min-width: 48rem) {
  #smart-cta .ios26-liquid-pill {
    height: 3.75rem !important;
  }
}
