/* =============================================================
   PharmacyNeeds — Smile of Child Need & Interest Form
   File: smile-of-child-need-and-interest-form.css

   Class names are UNCHANGED — drop-in replacement, works with the
   existing markup. Only the selector prefix was shortened from
   #id.class to #id: the ID alone is specificity (1,0,0) and already
   beats any theme rule built from classes.

   The :where() wrappers in section 8 are deliberate. :where()
   contributes ZERO specificity, so those rules lean entirely on
   !important to beat the FormGent plugin stylesheet. Do not strip
   the !important flags there, and do not swap :where() for :is()
   without re-testing — :is() would raise specificity and could make
   the non-important declarations start winning against plugin rules
   they currently lose to.

   CONTENTS
     1. Scope root & tokens
     2. Local resets
     3. Container & panel
     4. Panel decorations
     5. Header
     6. Layout & shared card rules
     7. Need card (PDF)
     8. Form card
     9. Responsive
    10. Reduced motion
   ============================================================= */


/* -------------------------------------------------------------
   1. Scope root & tokens
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form {
  --pn-navy: #111b39;
  --pn-text: #33425d;
  --pn-muted: #64748b;
  --pn-blue: #159ed8;
  --pn-blue-dark: #087fc3;
  --pn-purple: #8c62d7;
  --pn-purple-dark: #7547c0;
  --pn-pink: #f25278;
  --pn-border: rgba(148, 163, 184, 0.22);

  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: clamp(48px, 5vw, 80px) 0 clamp(24px, 3vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(780px 480px at -8% -5%, rgba(21, 158, 216, 0.13), transparent 64%),
    radial-gradient(760px 470px at 108% 3%, rgba(242, 82, 120, 0.1), transparent 63%),
    linear-gradient(180deg, #f8fbff 0%, #fff 52%, #f8fbff 100%);
}


/* -------------------------------------------------------------
   2. Local resets
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form,
#pharmacyneeds-smile-need-form *,
#pharmacyneeds-smile-need-form *::before,
#pharmacyneeds-smile-need-form *::after {
  box-sizing: border-box;
}

#pharmacyneeds-smile-need-form :where(h2, h3, h4, p) {
  margin-top: 0;
}

#pharmacyneeds-smile-need-form :where(img, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}


/* -------------------------------------------------------------
   3. Container & panel
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__container {
  width: 100% !important;
  max-width: 1740px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__panel {
  position: relative;
  width: 100%;
  padding: clamp(50px, 5vw, 76px) clamp(34px, 5vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(226, 231, 240, 0.92);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    radial-gradient(560px 330px at 100% 100%, rgba(84, 181, 246, 0.13), transparent 74%),
    radial-gradient(420px 280px at 0% 50%, rgba(255, 196, 85, 0.08), transparent 75%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 254, 251, 0.97));
  box-shadow:
    0 30px 72px rgba(31, 49, 83, 0.11),
    0 8px 24px rgba(31, 49, 83, 0.05);
}


/* -------------------------------------------------------------
   4. Panel decorations
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__dots {
  position: absolute;
  top: 14px;
  left: 24px;
  width: 110px;
  height: 90px;
  opacity: 0.4;
  pointer-events: none;
  background-image: radial-gradient(circle, #64d8d2 3px, transparent 3.5px);
  background-size: 15px 15px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__circle {
  position: absolute;
  top: 78px;
  left: 48px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(112, 205, 255, 0.16), rgba(62, 177, 239, 0.23));
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__heart-decoration {
  position: absolute;
  top: 54px;
  right: 94px;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: var(--pn-pink);
  background: radial-gradient(circle, #fff 0 48%, rgba(255, 239, 244, 0.93) 49% 100%);
  box-shadow: 0 16px 35px rgba(242, 82, 120, 0.09);
  pointer-events: none;
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__plus {
  position: absolute;
  top: 198px;
  right: 40px;
  color: rgba(139, 92, 215, 0.58);
  pointer-events: none;
  font-family: Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}


/* -------------------------------------------------------------
   5. Header
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__header {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto clamp(38px, 4vw, 56px);
  text-align: center;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  padding: 10px 18px;
  border: 1px solid rgba(242, 82, 120, 0.14);
  border-radius: 999px;
  color: #d93661;
  background: linear-gradient(90deg, rgba(242, 82, 120, 0.09), rgba(242, 82, 120, 0.04));
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 850;
  line-height: 1.2;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__eyebrow-icon {
  color: var(--pn-pink);
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__title {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 16px !important;
  color: var(--pn-navy) !important;
  font-size: clamp(42px, 4vw, 66px) !important;
  font-weight: 950 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
}

#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__title-main, .pharmacyneeds-smile-need-form__title-highlight) {
  display: block;
}

/* The solid colour is the fallback for engines without
   background-clip: text — do not remove it. */
#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__title-highlight {
  margin-top: 5px;
  padding-bottom: 5px;
  color: var(--pn-blue);
  background: linear-gradient(90deg, #059bcf 0%, #31a6df 42%, #8b67d2 78%, #ae72d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__intro {
  max-width: 850px;
  margin: 0 auto !important;
  color: var(--pn-text);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 550;
  line-height: 1.6;
}


/* -------------------------------------------------------------
   6. Layout & shared card rules
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__layout {
  position: relative;
  z-index: 3;
  display: grid !important;
  grid-template-columns: minmax(390px, 0.92fr) minmax(520px, 1.08fr) !important;
  align-items: start !important;
  gap: clamp(28px, 3vw, 42px);
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

/* height: auto was the default and did nothing — removed. */
#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__need-card, .pharmacyneeds-smile-need-form__form-card) {
  min-width: 0;
}

#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__card-heading, .pharmacyneeds-smile-need-form__form-heading) {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__card-heading-icon, .pharmacyneeds-smile-need-form__form-heading-icon) {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__card-heading, .pharmacyneeds-smile-need-form__form-heading) h3 {
  margin: 0 0 5px !important;
  color: var(--pn-navy) !important;
  font-size: clamp(21px, 1.45vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

#pharmacyneeds-smile-need-form
:is(.pharmacyneeds-smile-need-form__card-heading, .pharmacyneeds-smile-need-form__form-heading) p {
  margin: 0 !important;
  color: var(--pn-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}


/* -------------------------------------------------------------
   7. Need card (PDF)
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__need-card {
  position: relative;
  width: 100%;
  padding: clamp(24px, 2.2vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.19);
  border-radius: 28px;
  background:
    radial-gradient(400px 300px at 100% 0%, rgba(140, 98, 215, 0.08), transparent 72%),
    linear-gradient(145deg, rgba(246, 252, 255, 0.98), rgba(255, 246, 252, 0.93));
  box-shadow:
    0 22px 48px rgba(31, 49, 83, 0.09),
    0 6px 18px rgba(31, 49, 83, 0.04);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__card-heading {
  margin-bottom: 22px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__card-heading-icon {
  padding: 14px;
  border: 1px solid rgba(21, 158, 216, 0.22);
  color: var(--pn-blue-dark);
  background: linear-gradient(145deg, #e8faff, #f8fdff);
  box-shadow: 0 10px 22px rgba(21, 158, 216, 0.1);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(30px, 3vw, 44px) clamp(20px, 2.2vw, 32px) clamp(28px, 2.8vw, 40px);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 16px 35px rgba(31, 49, 83, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  text-align: center;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 90px;
  margin: 0 0 16px;
  color: #f2132e;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-icon svg {
  width: 74px;
  height: 74px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-icon strong {
  position: absolute;
  bottom: 8px;
  left: 50%;
  padding: 2px 4px;
  color: #f2132e;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-name {
  max-width: 410px;
  margin: 0 0 10px !important;
  color: var(--pn-navy) !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-description {
  max-width: 430px;
  margin: 0 0 18px !important;
  color: var(--pn-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* align-items: flex-start normalised to start — identical result,
   but start is the correct keyword for a grid container. */
#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__access-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 15px;
  border: 1px solid rgba(140, 98, 215, 0.16);
  border-radius: 15px;
  color: #554076;
  background: linear-gradient(135deg, rgba(246, 240, 255, 0.9), rgba(235, 249, 255, 0.78));
  text-align: left;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__access-note p {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__lock {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--pn-purple-dark);
  background: rgba(255, 255, 255, 0.83);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__lock svg {
  width: 20px;
  height: 20px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border: 0;
  border-radius: 15px;
  color: #fff !important;
  background: linear-gradient(90deg, var(--pn-blue) 0%, #348fdf 48%, var(--pn-purple) 100%);
  box-shadow:
    0 15px 28px rgba(21, 158, 216, 0.18),
    0 7px 15px rgba(140, 98, 215, 0.13);
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-button svg {
  width: 21px;
  height: 21px;
}

@media (hover: hover) {
  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-button:hover {
    transform: translateY(-2px);
    box-shadow:
      0 19px 34px rgba(21, 158, 216, 0.23),
      0 9px 18px rgba(140, 98, 215, 0.17);
  }
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-button:focus-visible {
  outline: 3px solid rgba(21, 158, 216, 0.45);
  outline-offset: 3px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__login-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 12px 0 0 !important;
  color: var(--pn-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__need-shape {
  position: absolute;
  bottom: -58px;
  left: -65px;
  width: 190px;
  height: 130px;
  border-radius: 50% 50% 0 0;
  background: rgba(103, 218, 170, 0.2);
  pointer-events: none;
  transform: rotate(8deg);
}


/* -------------------------------------------------------------
   8. Form card
   Everything under __form-wrapper competes with the FormGent plugin
   stylesheet. :where() adds zero specificity on purpose, so the
   !important flags below are load-bearing — see the file header.
   ------------------------------------------------------------- */

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-card {
  position: relative;
  width: 100%;
  padding: clamp(26px, 2.5vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(360px 250px at 100% 0%, rgba(140, 98, 215, 0.06), transparent 72%),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 48px rgba(31, 49, 83, 0.09),
    0 6px 18px rgba(31, 49, 83, 0.04);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-card::before {
  content: "";
  position: absolute;
  top: -64px;
  right: 55px;
  width: 130px;
  height: 130px;
  border-radius: 40% 60% 65% 35%;
  background: rgba(140, 98, 215, 0.05);
  pointer-events: none;
  transform: rotate(22deg);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-heading {
  margin-bottom: 16px;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-heading-icon {
  border: 1px solid rgba(140, 98, 215, 0.17);
  color: var(--pn-purple);
  background: linear-gradient(145deg, #f5eeff, #fbf9ff);
  box-shadow: 0 10px 22px rgba(140, 98, 215, 0.1);
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-intro {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(21, 158, 216, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(237, 250, 255, 0.8), rgba(249, 246, 255, 0.72));
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-intro p {
  margin: 0 !important;
  color: var(--pn-text);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.55;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 880px !important;
  margin: 0 auto !important;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper :where(form) {
  width: 100%;
  margin: 0;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper :where(label) {
  color: var(--pn-navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
:where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 50px;
  padding: 12px 14px !important;
  border: 1px solid rgba(148, 163, 184, 0.35) !important;
  border-radius: 10px !important;
  color: var(--pn-navy) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 10px rgba(31, 49, 83, 0.025) !important;
  font: inherit;
  font-size: 15px !important;
  line-height: 1.4;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper :where(textarea) {
  min-height: 120px;
  resize: vertical;
}

/* :not([type="submit"]) added here. v1 omitted it, so the
   outline: none below also stripped the submit button's focus ring
   and left keyboard users with no visible focus indicator. */
#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
:where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus, select:focus, textarea:focus) {
  outline: none !important;
  border-color: rgba(21, 158, 216, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(21, 158, 216, 0.1) !important;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
:where(input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--pn-purple);
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
:where(button[type="submit"], input[type="submit"], .formgent-submit-button) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 54px;
  margin-top: 10px;
  padding: 14px 22px !important;
  border: 0 !important;
  border-radius: 15px !important;
  color: #fff !important;
  background: linear-gradient(90deg, var(--pn-blue) 0%, #3a91df 48%, var(--pn-purple) 100%) !important;
  box-shadow:
    0 15px 28px rgba(21, 158, 216, 0.18),
    0 7px 15px rgba(140, 98, 215, 0.13) !important;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.2;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
:where(button[type="submit"], input[type="submit"], .formgent-submit-button):focus-visible {
  outline: 3px solid rgba(21, 158, 216, 0.5) !important;
  outline-offset: 3px !important;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-note {
  position: relative;
  z-index: 2;
  margin: 16px 0 0 !important;
  padding-left: 17px;
  color: var(--pn-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

#pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-note::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pn-blue), var(--pn-purple));
  box-shadow: 0 0 0 4px rgba(21, 158, 216, 0.08);
}


/* -------------------------------------------------------------
   9. Responsive
   ------------------------------------------------------------- */

/* Laptop */
@media (max-width: 1280px) {
  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__panel {
    padding: 58px 38px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__layout {
    grid-template-columns: minmax(340px, 0.9fr) minmax(500px, 1.1fr) !important;
    gap: 28px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__title {
    font-size: clamp(40px, 4.2vw, 58px) !important;
  }
}

/* Tablet — cards stack */
@media (max-width: 980px) {
  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__panel {
    padding: 64px 34px 42px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__layout {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 760px;
  }

  #pharmacyneeds-smile-need-form
  :is(.pharmacyneeds-smile-need-form__need-card, .pharmacyneeds-smile-need-form__form-card) {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__plus {
    display: none;
  }
}

/* Mobile */
@media (max-width: 600px) {
  #pharmacyneeds-smile-need-form {
    padding: 48px 0 26px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__container {
    padding: 0 10px !important;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__panel {
    padding: 62px 14px 24px;
    border-radius: 26px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__header {
    margin-bottom: 34px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__title {
    font-size: clamp(33px, 10.5vw, 46px) !important;
    line-height: 1.04 !important;
  }

  #pharmacyneeds-smile-need-form
  :is(.pharmacyneeds-smile-need-form__need-card, .pharmacyneeds-smile-need-form__form-card) {
    padding: 20px 14px;
    border-radius: 22px;
  }

  #pharmacyneeds-smile-need-form
  :is(.pharmacyneeds-smile-need-form__card-heading, .pharmacyneeds-smile-need-form__form-heading) {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  #pharmacyneeds-smile-need-form
  :is(.pharmacyneeds-smile-need-form__card-heading-icon, .pharmacyneeds-smile-need-form__form-heading-icon) {
    width: 48px;
    height: 48px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-box {
    padding: 28px 14px 24px;
    border-radius: 19px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__heart-decoration {
    top: 20px;
    right: 15px;
    width: 65px;
    height: 65px;
    opacity: 0.72;
    font-size: 34px;
  }

  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__circle {
    display: none;
  }

  /* 16px keeps iOS Safari from zooming in when a field is focused. */
  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__form-wrapper
  :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
    font-size: 16px !important;
  }
}


/* -------------------------------------------------------------
   10. Reduced motion
   ------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  #pharmacyneeds-smile-need-form .pharmacyneeds-smile-need-form__pdf-button {
    transition: none;
  }
}