.atom-booking{--ink:#20262d;--muted:#66717d;--line:#dfe4e8;--soft:#f6f8f9;--accent:#1f5f8b;max-width:860px;margin:28px auto;font-family:inherit;color:var(--ink)}.atom-booking *{box-sizing:border-box}.atom-booking-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:0 0 28px}.atom-booking-progress span{border-top:3px solid var(--line);padding-top:8px;color:#8a939b;font-size:12px;font-weight:700}.atom-booking-progress span.is-active{border-color:var(--accent);color:var(--ink)}.atom-booking-progress em{font-style:normal;font-weight:500;margin-left:4px}.atom-step{display:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 10px 32px rgba(26,39,51,.07)}.atom-step.is-active{display:block}.atom-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--muted);margin:0 0 5px}.atom-step h2{margin:0 0 8px;font-size:30px;line-height:1.2}.atom-step-copy,.atom-muted{color:var(--muted)}.atom-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0}.atom-choice{appearance:none;text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;cursor:pointer;color:var(--ink);transition:.16s ease}.atom-choice:hover,.atom-choice.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(31,95,139,.12)}.atom-choice strong{display:block;font-size:17px}.atom-choice span{display:block;color:var(--muted);margin-top:5px}.atom-nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.atom-nav button,.atom-submit{border:0;border-radius:9px;padding:12px 19px;font-weight:700;cursor:pointer}.atom-next,.atom-submit{background:var(--accent);color:#fff}.atom-next:disabled{opacity:.4;cursor:not-allowed}.atom-back{background:var(--soft);color:var(--ink)}.atom-date,.atom-field input,.atom-field select,.atom-field textarea{width:100%;max-width:none;border:1px solid #cfd6dc;border-radius:9px;padding:12px 13px;background:#fff;font:inherit}.atom-label,.atom-field label{display:block;font-weight:650;margin:18px 0 7px}.atom-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px}.atom-slot{border:1px solid var(--line);background:#fff;border-radius:9px;padding:11px 8px;cursor:pointer}.atom-slot.is-selected{background:var(--ink);color:#fff;border-color:var(--ink)}.atom-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.atom-field[data-field-key="appointment_notes"]{grid-column:1/-1}.atom-field.is-hidden{display:none}.atom-hp{position:absolute!important;left:-9999px!important}.atom-review{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:22px 0}.atom-review-row{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:12px 15px;border-bottom:1px solid var(--line)}.atom-review-row:last-child{border-bottom:0}.atom-review-row strong{color:var(--muted)}.atom-disclaimer{background:var(--soft);border-radius:10px;padding:15px}.atom-booking-message{display:none;margin-bottom:16px;padding:12px 15px;border-radius:9px;background:#fff2f2;color:#8a2525}.atom-booking-message.is-visible{display:block}.atom-success{text-align:center;padding:48px 34px}.atom-success-mark{width:58px;height:58px;line-height:58px;border-radius:50%;background:#eef6f1;margin:0 auto 18px;font-size:28px}.atom-booking-unavailable{padding:18px;border:1px solid #ddd;border-radius:10px}@media(max-width:700px){.atom-booking-progress em{display:none}.atom-step{padding:24px 18px}.atom-choice-grid,.atom-fields{grid-template-columns:1fr}.atom-slots{grid-template-columns:repeat(2,minmax(0,1fr))}.atom-review-row{grid-template-columns:1fr;gap:3px}.atom-step h2{font-size:25px}}

/* v0.6.9 — accessible Date of Birth selector with MM-DD-YYYY manual entry */
.atom-dob{display:flex;flex-direction:column;gap:10px}.atom-dob-selects{display:grid;grid-template-columns:minmax(150px,1.4fr) minmax(85px,.65fr) minmax(105px,.8fr);gap:9px}.atom-dob-selects select{width:100%;border:1px solid #cfd6dc;border-radius:9px;padding:12px 10px;background:#fff;font:inherit}.atom-dob-manual{display:grid;grid-template-columns:auto minmax(160px,1fr);align-items:center;gap:10px}.atom-dob-manual span{font-size:12px;color:var(--muted);white-space:nowrap}.atom-dob-manual input{margin:0}.atom-field-help{display:block;color:var(--muted);font-size:12px;line-height:1.4}.atom-dob input:invalid:not(:placeholder-shown){border-color:#b42318;box-shadow:0 0 0 1px rgba(180,35,24,.08)}@media(max-width:700px){.atom-dob-selects{grid-template-columns:1fr 1fr}.atom-dob-selects select:first-child{grid-column:1/-1}.atom-dob-manual{grid-template-columns:1fr}.atom-dob-manual span{white-space:normal}}

/* v0.7.1 — always-visible slot labels and dynamic booking-step count */
.atom-booking-progress{grid-template-columns:repeat(var(--atom-steps,5),minmax(0,1fr))}
.atom-booking .atom-slot{
  color:#20262d!important;
  -webkit-text-fill-color:#20262d!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.25!important;
  text-align:center!important;
  text-indent:0!important;
  background:#fff!important;
}
.atom-booking .atom-slot:hover,
.atom-booking .atom-slot:focus-visible{
  color:#20262d!important;
  -webkit-text-fill-color:#20262d!important;
  background:#f3f8fb!important;
  border-color:var(--accent)!important;
}
.atom-booking .atom-slot.is-selected,
.atom-booking .atom-slot.is-selected:hover,
.atom-booking .atom-slot.is-selected:focus-visible{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:var(--accent)!important;
  border-color:var(--accent)!important;
}

/* v0.7.2 — live Therabill capacity labels */
.atom-booking .atom-slot{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:54px}
.atom-booking .atom-slot-time{display:block;font-weight:700;line-height:1.15}
.atom-booking .atom-slot-capacity{display:block;font-size:11px;font-weight:600;line-height:1.15;color:#66717d;-webkit-text-fill-color:#66717d}
.atom-booking .atom-slot.is-low-capacity{border-color:#d99a23!important;background:#fffaf0!important}
.atom-booking .atom-slot.is-selected .atom-slot-capacity{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:.88}


/* v0.7.3 — refined booking controls and inline availability calendar */
.atom-booking{--accent:#355f73;--accent-soft:#eef4f6;--accent-deep:#294b5b}
.atom-booking .atom-choice{background:#fff;border:1px solid #d8e0e4;border-radius:14px;padding:18px 20px;box-shadow:0 1px 2px rgba(25,42,54,.03)}
.atom-booking .atom-choice:hover{border-color:#9fb5c0;background:#fafcfd;box-shadow:0 4px 14px rgba(35,66,82,.07)}
.atom-booking .atom-choice.is-selected{border-color:#6f94a6;background:var(--accent-soft);box-shadow:0 0 0 2px rgba(53,95,115,.10)}
.atom-booking .atom-next,.atom-booking .atom-submit{background:var(--accent-deep);box-shadow:0 3px 10px rgba(41,75,91,.16);transition:.16s ease}
.atom-booking .atom-next:hover:not(:disabled),.atom-booking .atom-submit:hover{background:#203f4e;transform:translateY(-1px)}
.atom-calendar-shell{margin-top:24px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}
.atom-calendar-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;margin-bottom:14px}.atom-calendar-title{text-align:center;font-size:19px;color:var(--ink)}
.atom-calendar-arrow{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:25px;line-height:1;cursor:pointer}.atom-calendar-arrow:hover{background:var(--soft);border-color:#b9c7ce}
.atom-calendar-weekdays,.atom-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.atom-calendar-weekdays{margin-bottom:7px}.atom-calendar-weekdays span{text-align:center;color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.atom-calendar-grid .atom-muted{grid-column:1/-1;text-align:center;padding:28px 0}.atom-calendar-empty{min-height:54px}.atom-calendar-day{min-height:54px;border:1px solid #dce3e7;border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-weight:700;cursor:pointer;transition:.14s ease}.atom-calendar-day:hover:not(:disabled){border-color:#7f9fac;background:var(--accent-soft);box-shadow:0 2px 8px rgba(35,66,82,.08)}.atom-calendar-day.is-today:not(:disabled){box-shadow:inset 0 0 0 2px #7899a8}.atom-calendar-day.is-unavailable,.atom-calendar-day:disabled{background:#f3f5f6;color:#b1b8bd;border-color:#edf0f2;cursor:not-allowed;text-decoration:none}
.atom-time-choice{margin-top:22px}.atom-time-choice[hidden]{display:none!important}.atom-choose-another-day{appearance:none;border:0;background:transparent;padding:0;color:var(--accent);font:inherit;font-size:14px;font-weight:700;cursor:pointer}.atom-choose-another-day:hover{text-decoration:underline}.atom-selected-date{font-size:21px;margin:10px 0 4px}
@media(max-width:700px){.atom-calendar-shell{padding:12px}.atom-calendar-weekdays,.atom-calendar-grid{gap:4px}.atom-calendar-day,.atom-calendar-empty{min-height:44px}.atom-calendar-day{border-radius:8px}.atom-calendar-weekdays span{font-size:9px}}


/* v0.7.4 — service card contrast correction */
.atom-booking .atom-choice,
.atom-booking .atom-choice * {
    color: #23292e !important;
}
.atom-booking .atom-choice:hover,
.atom-booking .atom-choice:hover * {
    color: #203f4e !important;
}
.atom-booking .atom-choice.is-selected,
.atom-booking .atom-choice.is-selected * {
    color: #203f4e !important;
}
.atom-booking .atom-choice.is-selected {
    background: #edf4f7 !important;
    border-color: #6f94a6 !important;
    box-shadow: 0 0 0 2px rgba(53,95,115,.10) !important;
}


/* v0.7.5 — booking flow polish */
.atom-booking .atom-slot {
    color: #27333a !important;
    background: #ffffff !important;
    border-color: #d7e0e4 !important;
}
.atom-booking .atom-slot:hover {
    color: #203f4e !important;
    background: #f5f9fa !important;
    border-color: #9db3bd !important;
}
.atom-booking .atom-slot.is-selected,
.atom-booking .atom-slot.is-selected * {
    color: #203f4e !important;
}
.atom-booking .atom-slot.is-selected {
    background: #edf4f7 !important;
    border-color: #6f94a6 !important;
    box-shadow: 0 0 0 2px rgba(53,95,115,.10) !important;
}
.atom-booking .atom-slot.is-selected .atom-slot-capacity {
    color: #4d6875 !important;
}

/* Consistent secondary navigation controls */
.atom-booking .atom-back,
.atom-booking .atom-choose-another-day {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #cfd9de !important;
    border-radius: 10px;
    background: #ffffff !important;
    color: #294b5b !important;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .02em;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(25,42,54,.03);
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.atom-booking .atom-back:hover,
.atom-booking .atom-choose-another-day:hover {
    background: #f5f9fa !important;
    border-color: #9db3bd !important;
    color: #203f4e !important;
    box-shadow: 0 3px 10px rgba(35,66,82,.07);
    transform: translateY(-1px);
}
.atom-booking .atom-back:focus-visible,
.atom-booking .atom-choose-another-day:focus-visible {
    outline: 2px solid #6f94a6;
    outline-offset: 2px;
}

/* Keep the choose-another-day control compact above the selected date */
.atom-booking .atom-choose-another-day {
    margin-bottom: 8px;
}


/* v0.7.6 — selected time slot contrast only.
   Intentionally placed last to override theme/legacy selected-state rules. */
.atom-booking .atom-slot.is-selected,
.atom-booking button.atom-slot.is-selected,
.atom-booking .atom-slot.is-selected:hover,
.atom-booking button.atom-slot.is-selected:hover {
    background: #315f73 !important;
    border-color: #315f73 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(35,66,82,.16) !important;
}
.atom-booking .atom-slot.is-selected *,
.atom-booking button.atom-slot.is-selected *,
.atom-booking .atom-slot.is-selected:hover *,
.atom-booking button.atom-slot.is-selected:hover * {
    color: #ffffff !important;
    opacity: 1 !important;
}
.atom-booking .atom-slot.is-selected .atom-slot-capacity,
.atom-booking button.atom-slot.is-selected .atom-slot-capacity {
    color: rgba(255,255,255,.92) !important;
}


/* v0.9.0 — service-category booking */
.atom-booking .atom-choice-price{
    display:block;
    margin-top:7px;
    font-size:13px;
    font-weight:800;
    color:#315f73 !important;
}
.atom-booking .atom-service-choice.is-selected .atom-choice-price,
.atom-booking .atom-service-choice:hover .atom-choice-price{color:#294b5b !important}
.atom-self-pay-panel[hidden]{display:none!important}
.atom-self-pay-notice{
    margin:20px 0 8px;
    padding:24px;
    border:1px solid #d8e2e6;
    border-radius:14px;
    background:#f7fafb;
}
.atom-self-pay-notice h3{margin:4px 0 10px;color:#27333a;font-size:22px}
.atom-self-pay-notice p{color:#52626d;line-height:1.6}
.atom-self-pay-fee{font-size:16px!important;font-weight:800;color:#294b5b!important}
.atom-self-pay-agree{display:flex;gap:10px;align-items:flex-start;padding-top:16px;border-top:1px solid #e0e7ea;color:#394955;font-size:14px;line-height:1.55}
.atom-self-pay-agree input{margin-top:3px}
.atom-self-pay-back{
    appearance:none;min-height:42px;padding:10px 16px;border:1px solid #cfd9de;border-radius:10px;background:#fff;color:#294b5b;font-weight:750;cursor:pointer
}
.atom-self-pay-continue{
    appearance:none;min-height:42px;padding:10px 18px;border:0;border-radius:10px;background:#294b5b;color:#fff;font-weight:750;cursor:pointer
}
.atom-self-pay-continue:disabled{opacity:.45;cursor:not-allowed}


/* v0.9.1 targeted service-flow and palette fixes */

/* The site theme has display rules that can override the browser's native
   [hidden] behavior. Force hidden scheduler UI to actually disappear. */
.atom-booking .atom-choice-grid[hidden],
.atom-booking .atom-nav[hidden],
.atom-booking .atom-self-pay-panel[hidden],
.atom-booking [hidden]{
    display:none !important;
}

/* Reassert the approved Atom blue-gray palette over theme button styles. */
.atom-booking button.atom-calendar-arrow,
.atom-booking .atom-calendar-arrow,
.atom-booking .atom-calendar-prev,
.atom-booking .atom-calendar-next{
    background:#ffffff !important;
    background-image:none !important;
    color:#294b5b !important;
    border:1px solid #cfd9de !important;
    box-shadow:none !important;
    text-shadow:none !important;
}
.atom-booking button.atom-calendar-arrow:hover,
.atom-booking .atom-calendar-prev:hover,
.atom-booking .atom-calendar-next:hover{
    background:#f3f7f8 !important;
    background-image:none !important;
    color:#294b5b !important;
    border-color:#aebfc7 !important;
}

.atom-booking button.atom-back,
.atom-booking button.atom-choose-another-day,
.atom-booking button.atom-self-pay-back{
    background:#ffffff !important;
    background-image:none !important;
    color:#294b5b !important;
    border:1px solid #cfd9de !important;
    box-shadow:none !important;
    text-shadow:none !important;
}
.atom-booking button.atom-back:hover,
.atom-booking button.atom-choose-another-day:hover,
.atom-booking button.atom-self-pay-back:hover{
    background:#f3f7f8 !important;
    background-image:none !important;
    color:#294b5b !important;
    border-color:#aebfc7 !important;
}

.atom-booking button.atom-next:not(:disabled),
.atom-booking button.atom-self-pay-continue:not(:disabled),
.atom-booking button.atom-submit{
    background:#294b5b !important;
    background-image:none !important;
    color:#ffffff !important;
    border-color:#294b5b !important;
    box-shadow:none !important;
    text-shadow:none !important;
}
.atom-booking button.atom-next:not(:disabled):hover,
.atom-booking button.atom-self-pay-continue:not(:disabled):hover,
.atom-booking button.atom-submit:hover{
    background:#203f4e !important;
    background-image:none !important;
    color:#ffffff !important;
}
.atom-booking button.atom-next:disabled,
.atom-booking button.atom-self-pay-continue:disabled{
    background:#aebdc5 !important;
    background-image:none !important;
    color:#ffffff !important;
    border-color:#aebdc5 !important;
}

.atom-intake-progress{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid #e5eaed}.atom-intake-progress-text{font-size:13px;font-weight:800;color:#667681}.atom-intake-step[hidden]{display:none!important}.atom-intake-step h2{margin-bottom:18px}.atom-intake-step .atom-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.atom-intake-step .atom-field[data-field-key="coverage_type"]{grid-column:1/-1}.atom-intake-nav{margin-top:22px}.atom-intake-back{appearance:none;min-height:42px;padding:10px 16px;border:1px solid #cfd9de;border-radius:10px;background:#fff!important;color:#294b5b!important;font-weight:750;cursor:pointer}.atom-intake-next{appearance:none;min-height:42px;padding:10px 18px;border:1px solid #294b5b;border-radius:10px;background:#294b5b!important;color:#fff!important;font-weight:750;cursor:pointer}@media(max-width:700px){.atom-intake-step .atom-fields{grid-template-columns:1fr}}

.atom-intake-branch-error{margin:0 0 18px;padding:14px 16px;border:1px solid #d5a7a7;border-radius:10px;background:#fff7f7;color:#762d2d;font-size:14px;line-height:1.5}
.atom-intake-branch-error[hidden]{display:none!important}


/* 1.0.14 — Information/disclaimer and acknowledgement fields */
.atom-field-type-information{
    grid-column:1 / -1;
}
.atom-information-block{
    padding:18px 20px;
    border:1px solid #d7e2e8;
    border-radius:12px;
    background:#f7fafb;
    color:#465965;
    line-height:1.6;
}
.atom-information-title{
    display:block;
    margin-bottom:6px;
    color:#263b46;
    font-size:16px;
    font-weight:700;
}
.atom-information-text{
    font-size:15px;
}
.atom-field-type-checkbox{
    grid-column:1 / -1;
}
.atom-acknowledgement{
    display:flex!important;
    align-items:flex-start;
    gap:12px;
    padding:16px 18px;
    border:1px solid #d7e2e8;
    border-radius:12px;
    background:#fff;
    cursor:pointer;
    line-height:1.5;
}
.atom-acknowledgement input[type="checkbox"]{
    flex:0 0 auto;
    width:20px!important;
    height:20px!important;
    margin:2px 0 0!important;
}
.atom-acknowledgement span{
    color:#293b45;
}
.atom-service-info-panel[hidden]{display:none!important}
.atom-service-info-body{color:#52626d;line-height:1.7;font-size:15px}
.atom-service-info-body p:first-child{margin-top:0}
.atom-service-info-body ul,.atom-service-info-body ol{padding-left:22px}
.atom-service-info-body li{margin:7px 0}


/* 1.0.17 — self-pay presentation inside a dual-path service intake */
.atom-intake-self-pay-info[hidden],
.atom-intake-self-pay-ack[hidden]{
    display:none!important;
}
.atom-intake-self-pay-info,
.atom-intake-self-pay-ack{
    margin-top:8px;
}


/* 1.0.18 — premium rich service presentation */
.atom-service-info-notice{
    padding:32px 34px;
}
.atom-service-info-body{
    font-size:16px;
    line-height:1.72;
    color:#52626d;
}
.atom-service-info-body > *:first-child{margin-top:0}
.atom-service-info-body > *:last-child{margin-bottom:0}
.atom-service-info-body p{margin:0 0 18px}
.atom-service-info-body h2,
.atom-service-info-body h3,
.atom-service-info-body h4{
    color:#263840;
    line-height:1.25;
    letter-spacing:-0.01em;
    margin:30px 0 12px;
}
.atom-service-info-body h2{font-size:26px}
.atom-service-info-body h3{font-size:21px}
.atom-service-info-body h4{font-size:18px}
.atom-service-info-body strong{color:#314852;font-weight:700}
.atom-service-info-body ul,
.atom-service-info-body ol{margin:12px 0 22px;padding-left:26px}
.atom-service-info-body li{margin:8px 0}
.atom-service-info-body blockquote{
    margin:24px 0;
    padding:4px 0 4px 20px;
    border-left:3px solid #2b789f;
    color:#405864;
    font-size:17px;
}
.atom-service-info-body a{color:#246b8d;text-decoration:underline;text-underline-offset:2px}

/* Keep scheduler navigation inside the established Atom palette even when
   the WordPress theme applies global button colors. */
.atom-booking button.atom-intake-service-info-continue,
.atom-booking button.atom-intake-self-pay-continue,
.atom-booking button.atom-service-info-continue{
    background:#2a596b!important;
    border-color:#2a596b!important;
    color:#fff!important;
}
.atom-booking button.atom-intake-service-info-back,
.atom-booking button.atom-intake-self-pay-back,
.atom-booking button.atom-service-info-back{
    background:#fff!important;
    border:1px solid #b8c8cf!important;
    color:#2a596b!important;
}
.atom-booking button.atom-intake-service-info-continue:hover,
.atom-booking button.atom-intake-self-pay-continue:hover,
.atom-booking button.atom-service-info-continue:hover{
    background:#214a5a!important;
    border-color:#214a5a!important;
}
.atom-booking button.atom-intake-service-info-back:hover,
.atom-booking button.atom-intake-self-pay-back:hover,
.atom-booking button.atom-service-info-back:hover{
    background:#f5f8f9!important;
    border-color:#8fa7b1!important;
}


/* 1.0.19 — preserve semantic rich HTML in service presentation */
.atom-booking .atom-service-info-body p{
    display:block!important;
    margin:0 0 18px!important;
}
.atom-booking .atom-service-info-body br{
    display:block!important;
    content:""!important;
    margin-top:8px!important;
}
.atom-booking .atom-service-info-body h1,
.atom-booking .atom-service-info-body h2,
.atom-booking .atom-service-info-body h3,
.atom-booking .atom-service-info-body h4,
.atom-booking .atom-service-info-body h5,
.atom-booking .atom-service-info-body h6{
    display:block!important;
    float:none!important;
    width:auto!important;
    clear:both!important;
    color:#263840!important;
    font-weight:700!important;
    line-height:1.25!important;
    margin:30px 0 12px!important;
    padding:0!important;
}
.atom-booking .atom-service-info-body h1{font-size:30px!important}
.atom-booking .atom-service-info-body h2{font-size:26px!important}
.atom-booking .atom-service-info-body h3{font-size:21px!important}
.atom-booking .atom-service-info-body h4{font-size:18px!important}
.atom-booking .atom-service-info-body ul,
.atom-booking .atom-service-info-body ol{
    display:block!important;
    margin:12px 0 22px!important;
    padding-left:28px!important;
}
.atom-booking .atom-service-info-body li{
    display:list-item!important;
    margin:8px 0!important;
}
.atom-booking .atom-service-info-body strong,
.atom-booking .atom-service-info-body b{
    font-weight:700!important;
    color:#314852!important;
}

/* Explicitly beat WordPress/theme button styling on the service presentation
   screens. These are intentionally scoped only to Atom Scheduler. */
.atom-booking .atom-nav button.atom-intake-service-info-continue,
.atom-booking .atom-nav button.atom-intake-self-pay-continue,
.atom-booking .atom-nav button.atom-service-info-continue{
    appearance:none!important;
    -webkit-appearance:none!important;
    background:#2a596b!important;
    background-color:#2a596b!important;
    border:1px solid #2a596b!important;
    color:#fff!important;
    box-shadow:none!important;
    text-shadow:none!important;
}
.atom-booking .atom-nav button.atom-intake-service-info-back,
.atom-booking .atom-nav button.atom-intake-self-pay-back,
.atom-booking .atom-nav button.atom-service-info-back{
    appearance:none!important;
    -webkit-appearance:none!important;
    background:#fff!important;
    background-color:#fff!important;
    border:1px solid #b8c8cf!important;
    color:#2a596b!important;
    box-shadow:none!important;
    text-shadow:none!important;
}
.atom-booking .atom-nav button.atom-intake-service-info-continue:hover,
.atom-booking .atom-nav button.atom-intake-self-pay-continue:hover,
.atom-booking .atom-nav button.atom-service-info-continue:hover{
    background:#214a5a!important;
    background-color:#214a5a!important;
    border-color:#214a5a!important;
}
.atom-booking .atom-nav button.atom-intake-service-info-back:hover,
.atom-booking .atom-nav button.atom-intake-self-pay-back:hover,
.atom-booking .atom-nav button.atom-service-info-back:hover{
    background:#f5f8f9!important;
    background-color:#f5f8f9!important;
    border-color:#8fa7b1!important;
}


/* 1.0.20 — persistent draft recovery */
.atom-booking[data-draft-restored="1"]{
    scroll-margin-top:24px;
}

/* 1.0.22 — intake Back uses the same outlined secondary-navigation language */
.atom-booking .atom-intake-back{
    appearance:none;
    display:inline-flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:7px;
    min-height:52px;
    padding:0 28px;
    border:1px solid #cfd9de !important;
    border-radius:10px;
    background:#ffffff !important;
    background-image:none !important;
    color:#294b5b !important;
    font:inherit;
    font-weight:750;
    letter-spacing:.02em;
    text-decoration:none !important;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(25,42,54,.03) !important;
    text-shadow:none !important;
    transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.atom-booking .atom-intake-back:hover{
    background:#f5f9fa !important;
    background-image:none !important;
    border-color:#9db3bd !important;
    color:#203f4e !important;
    box-shadow:0 3px 10px rgba(35,66,82,.07) !important;
    transform:translateY(-1px);
}
.atom-booking .atom-intake-back:focus-visible{
    outline:2px solid #6f94a6;
    outline-offset:2px;
}


/* 1.0.24 — structured self-pay value screen */
.atom-value-icon-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}
.atom-value-page{
    padding:8px 2px 2px;
}
/* 1.0.35 — align the introductory copy with the closing reassurance while leaving the card grid full width. */
.atom-value-page > .atom-value-title,
.atom-value-page > .atom-value-tagline,
.atom-value-page > .atom-value-intro{
    margin-left:18px!important;
}
.atom-value-page .atom-value-title{
    margin:0;
    color:#172c3d;
    font-size:32px;
    line-height:1.15;
    letter-spacing:-.025em;
}
.atom-value-tagline{
    margin:9px 0 0!important;
    color:#255a70;
    font-size:19px;
    font-weight:650;
    line-height:1.35;
}
.atom-value-intro{
    max-width:760px;
    margin:15px 0 0!important;
    color:#536572;
    font-size:15.5px;
    line-height:1.65;
}
.atom-value-card-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin:26px 0 0;
}
.atom-value-card-grid[hidden]{display:none!important}
.atom-value-card{
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    gap:16px;
    align-items:center;
    min-height:126px;
    padding:19px 20px;
    border:1px solid #dfe7eb;
    border-radius:13px;
    background:#fff;
    box-shadow:0 1px 2px rgba(24,48,61,.025);
}
.atom-value-card-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border-radius:50%;
    background:#eef5f6;
    color:#286077;
}
.atom-value-card-icon svg{
    width:31px;
    height:31px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.atom-value-card-copy strong{
    display:block;
    color:#203747;
    font-size:15.5px;
    line-height:1.35;
    margin-bottom:6px;
}
.atom-value-card-copy p{
    margin:0!important;
    color:#566875;
    font-size:14px;
    line-height:1.55;
}
.atom-value-closing{
    position:relative;
    display:block;
    margin:27px 0 0;
    padding:20px 18px 0;
    border-top:1px solid #dfe7eb;
    color:#435864;
    text-align:left;
}
.atom-value-closing[hidden]{display:none!important}
.atom-value-closing-copy{
    flex:1 1 auto;
    min-width:0;
    text-align:left;
}
.atom-value-closing-heading{
    display:block;
    margin:0 0 4px;
    color:#183142;
    font-size:15px;
    line-height:1.35;
    font-weight:700;
}
.atom-value-closing-heading[hidden]{display:none!important}
.atom-value-closing p{
    margin:0!important;
    font-size:14px;
    line-height:1.5;
}
.atom-value-legacy-body{
    margin-top:20px;
}
.atom-service-info-panel .atom-nav,
.atom-intake-self-pay-info .atom-nav{
    margin-top:25px;
}
.atom-booking .atom-service-info-continue,
.atom-booking .atom-intake-service-info-continue{
    min-width:230px;
}
@media(max-width:700px){
    .atom-value-page .atom-value-title{font-size:27px}
    .atom-value-tagline{font-size:17px}
    .atom-value-card-grid{grid-template-columns:1fr}
    .atom-value-card{grid-template-columns:54px minmax(0,1fr);min-height:0;padding:16px}
    .atom-value-card-icon{width:50px;height:50px}
    .atom-value-card-icon svg{width:27px;height:27px}
    .atom-booking .atom-service-info-continue,
    .atom-booking .atom-intake-service-info-continue{min-width:0}
}

/* 1.0.26 — calmer structured self-pay page hierarchy */
.atom-value-page .atom-value-title{
  font-size:clamp(30px,3vw,40px);
  line-height:1.14;
}
.atom-value-tagline{
  font-size:clamp(20px,1.8vw,25px);
  line-height:1.35;
  font-weight:600;
}
@media (max-width:700px){
  .atom-value-page .atom-value-title{font-size:27px}
  .atom-value-tagline{font-size:17px}
}

/* 1.0.27 — compact structured Self-Pay value-page header */
.atom-value-page .atom-value-eyebrow{display:none !important}
.atom-value-page .atom-value-title{
 font-size:19px !important;line-height:1.25 !important;font-weight:650 !important;
 margin-top:0 !important;margin-bottom:6px !important
}
.atom-value-page .atom-value-tagline{
 font-size:12px !important;line-height:1.4 !important;font-weight:600 !important;
 margin-top:0 !important;margin-bottom:12px !important
}
@media(max-width:700px){
 .atom-value-page .atom-value-title{font-size:19px !important}
 .atom-value-page .atom-value-tagline{font-size:12px !important}
}


/* 1.0.31 — compact chrome for self-pay interstitial/pricing subflow only.
   The global Service / Time / Intake / Review progress remains untouched. */
.atom-step.atom-self-pay-subflow > .atom-eyebrow,
.atom-step.atom-self-pay-subflow > .atom-intake-progress{
  display:none !important;
}
.atom-step.atom-self-pay-subflow .atom-intake-step:not([hidden]) > h2{
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:650 !important;
  margin:0 0 16px !important;
}

/* 1.0.32 — self-pay service interstitials own their page chrome. */
.atom-step.atom-service-self-pay-subflow > .atom-eyebrow,
.atom-step.atom-service-self-pay-subflow > h2,
.atom-step.atom-service-self-pay-subflow > .atom-step-copy{display:none !important}


/* 1.0.37 — desktop booking width.
   Width remains plugin-scoped; viewport centering is applied by public.js
   because the WordPress theme's content column is left-aligned rather than
   centered in the viewport. */
@media (min-width:1025px){
  .atom-booking{
    width:min(80vw, 1400px) !important;
    max-width:1400px !important;
    margin-top:28px !important;
    margin-bottom:28px !important;
  }

  .atom-value-page .atom-value-intro,
  .atom-value-page .atom-value-closing{
    max-width:1100px;
  }
}

@media (max-width:1024px){
  .atom-booking{
    width:auto !important;
    max-width:860px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }
}


/* 1.0.38 — scalable service catalog
   Service selection now uses compact navigational cards rather than oversized
   radio-style buttons. This is scoped only to the public service step. */
.atom-booking .atom-service-selection-step > h2{
  margin-bottom:6px;
}
.atom-booking .atom-service-selection-step > .atom-step-copy{
  margin-top:0;
}
.atom-booking .atom-service-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:24px 0 8px;
}
.atom-booking button.atom-service-choice{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) 24px;
  align-items:start;
  gap:16px;
  min-height:154px;
  padding:20px 18px !important;
  background:#fff !important;
  background-image:none !important;
  border:1px solid #d8e2e6 !important;
  border-radius:14px !important;
  color:#203646 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.atom-booking button.atom-service-choice:hover,
.atom-booking button.atom-service-choice:focus-visible{
  background:#fbfdfe !important;
  border-color:#9fb8c4 !important;
  box-shadow:0 6px 18px rgba(35,66,82,.08) !important;
  transform:translateY(-1px);
  outline:none;
}
.atom-booking button.atom-service-choice.is-selected{
  background:#f7fafb !important;
  border-color:#5d8799 !important;
  box-shadow:0 0 0 2px rgba(49,95,115,.10) !important;
}
.atom-booking .atom-service-card-icon{
  display:flex !important;
  width:52px;
  height:52px;
  margin:0 !important;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eef5f7;
  color:#2c6b82 !important;
}
.atom-booking .atom-service-card-svg{
  width:27px;
  height:27px;
}
.atom-booking .atom-service-card-copy{
  display:flex !important;
  flex-direction:column;
  min-width:0;
  margin:0 !important;
  color:inherit !important;
}
.atom-booking .atom-service-card-title{
  display:block;
  margin:1px 0 7px !important;
  font-size:17px !important;
  line-height:1.28;
  font-weight:750 !important;
  color:#203646 !important;
}
.atom-booking .atom-service-card-description{
  display:block !important;
  margin:0 !important;
  font-size:14px;
  line-height:1.45;
  color:#586b77 !important;
}
.atom-booking .atom-service-card-meta{
  display:block !important;
  margin-top:auto !important;
  padding-top:13px;
  border-top:1px solid #e6ecef;
  font-size:10px !important;
  line-height:1.2;
  letter-spacing:.055em;
  font-weight:800;
  color:#2c6b82 !important;
}
.atom-booking .atom-service-card-arrow{
  display:block !important;
  margin:0 !important;
  padding-top:1px;
  font-size:21px;
  line-height:1;
  font-weight:500;
  color:#48616d !important;
  transition:transform .16s ease;
}
.atom-booking button.atom-service-choice:hover .atom-service-card-arrow{
  transform:translateX(3px);
}
.atom-booking .atom-service-selection-nav{
  margin-top:16px;
}
.atom-booking .atom-service-auto-next{
  display:none !important;
}

@media (max-width:780px){
  .atom-booking .atom-service-card-grid{
    grid-template-columns:1fr;
  }
  .atom-booking button.atom-service-choice{
    min-height:138px;
    grid-template-columns:50px minmax(0,1fr) 20px;
    gap:13px;
    padding:17px 15px !important;
  }
  .atom-booking .atom-service-card-icon{
    width:46px;
    height:46px;
  }
  .atom-booking .atom-service-card-svg{
    width:24px;
    height:24px;
  }
}


/* 1.0.40 — centered Back navigation labels */
.atom-booking button.atom-back,
.atom-booking button.atom-intake-back,
.atom-booking button.atom-self-pay-back,
.atom-booking button.atom-service-info-back,
.atom-booking button.atom-intake-service-info-back,
.atom-booking button.atom-intake-self-pay-back{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  text-align:center !important;
}


/* 1.0.41 — intake navigation state clarity */
.atom-booking button.atom-intake-next:disabled{
  background:#d7dfe3 !important;
  background-image:none !important;
  color:#ffffff !important;
  border-color:#d7dfe3 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  opacity:1 !important;
  cursor:not-allowed !important;
}
.atom-booking button.atom-intake-next:not(:disabled){
  background:#294b5b !important;
  background-image:none !important;
  color:#ffffff !important;
  border-color:#294b5b !important;
  opacity:1 !important;
  cursor:pointer !important;
}
.atom-booking button.atom-intake-next:not(:disabled):hover{
  background:#203f4e !important;
  border-color:#203f4e !important;
}


/* 1.0.44 — pricing placeholders stay typographically native to their sentence.
   The token inherits the surrounding font, size, line height, color and spacing;
   only font weight changes so dynamic pricing looks intentional rather than
   visually pasted into the copy. */
.atom-booking .atom-pricing-token{
  font-family:inherit !important;
  font-size:inherit !important;
  line-height:inherit !important;
  font-style:inherit !important;
  letter-spacing:inherit !important;
  color:inherit !important;
  text-transform:inherit !important;
  font-weight:700 !important;
}


/* 1.0.50 — friendly Current Patient review clarification */
.atom-booking .atom-current-patient-review-note{
  margin:16px 0 0;
  padding:16px 18px;
  border:1px solid #d6e2e7;
  border-radius:12px;
  background:#f6fafb;
  color:#465965;
  line-height:1.55;
}
.atom-booking .atom-current-patient-review-note-title{
  display:block;
  margin:0 0 6px;
  color:#263b46;
  font-size:14px;
  font-weight:800;
}
.atom-booking .atom-current-patient-review-note p{
  margin:0;
  font-size:14px;
}
.atom-booking .atom-current-patient-review-note strong{
  font-family:inherit;
}

/* 1.0.52 — Unified review information panel */
.atom-review-information{
  margin-top:24px;
  border:1px solid #d5e2e7;
  border-radius:16px;
  background:#f4f9fa;
  overflow:hidden;
}
.atom-review-booking-note,
.atom-review-request-note{
  padding:22px 26px;
  color:#4f6572;
  line-height:1.55;
}
.atom-review-booking-note[hidden]{display:none!important;}
.atom-review-booking-note + .atom-review-request-note{
  border-top:0;
}
.atom-review-booking-note[hidden] + .atom-review-request-note{
  border-top:0;
}
.atom-review-booking-note > strong,
.atom-review-request-note > strong{
  display:block;
  margin:0 0 8px;
  color:#263d49;
}
.atom-review-booking-note p,
.atom-review-request-note p{
  margin:0;
}
