/* Hads Forms — Frontend v10.33 — Dynamic theme via CSS vars */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
.hads-cf-wrapper {
    --hads-btn-bg:            #EF761E;
    --hads-btn-text:          #ffffff;
    --hads-btn-hover-bg:      #F9B01E;
    --hads-btn-hover-text:    #ffffff;
    --hads-progress-c1:       #EF761E;
    --hads-progress-c2:       #F9B01E;
    --hads-slot-border:       #EF761E;
    --hads-slot-text:         #EF761E;
    --hads-slot-bg:           #ffffff;
    --hads-slot-hover-bg:     rgba(239,118,30,0.10);
    --hads-slot-selected-bg:  #1f2937;
    --hads-slot-selected-text:#ffffff;
    --hads-accent:  #EF761E;
    --hads-text:    #111827;
    --hads-muted:   #6b7280;
    --hads-border:  #e5e7eb;
    --hads-radius:  10px;
    position:relative;width:100%;min-height:460px;max-width:980px;margin:2rem auto;
    background:transparent;border-radius:0;box-shadow:none;overflow:visible;
    font-family:'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.hads-cf-progress{height:4px;background:transparent;width:100%;flex-shrink:0;display:flex;justify-content:center;margin-bottom:6px;}
.hads-cf-progress__track{height:4px;background:#e5e7eb;width:659px;max-width:100%;border-radius:99px;overflow:hidden;flex-shrink:0;}
.hads-cf-progress__bar{height:100%;background:linear-gradient(90deg,var(--hads-progress-c1),var(--hads-progress-c2));width:0%;transition:width .4s cubic-bezier(.4,0,.2,1);}

.hads-cf-stage{position:relative;min-height:440px;overflow:visible;}
.hads-cf-step{position:absolute;inset:0;padding:3rem 3.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateX(60px);transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1);pointer-events:none;}
.hads-cf-step.is-active{opacity:1;transform:translateX(0);pointer-events:all;position:relative;}
.hads-cf-step.is-exit{opacity:0;pointer-events:none;transition:opacity .28s ease,transform .28s cubic-bezier(.4,0,.2,1);}
.hads-cf-step-num{font-size:.8rem;font-weight:700;color:var(--hads-accent);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.625rem;}
.hads-cf-question{font-size:1.5rem;font-weight:700;color:var(--hads-text);line-height:1.3;margin:0 0 1.75rem;}
.hads-cf-input{width:100%;padding:.75rem 0;border:none;border-bottom:2px solid var(--hads-border);border-radius:0;font-size:1.125rem;color:var(--hads-text);background:transparent;outline:none;transition:border-color .2s;-moz-appearance:textfield;}
.hads-cf-input:focus{border-bottom-color:var(--hads-accent);}
.hads-cf-input::placeholder{color:#d1d5db;}
.hads-cf-input[type=number]::-webkit-outer-spin-button,.hads-cf-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
textarea.hads-cf-input{resize:vertical;border:2px solid var(--hads-border);border-radius:var(--hads-radius);padding:.75rem;font-size:1rem;}
textarea.hads-cf-input:focus{border-color:var(--hads-accent);}
.hads-cf-choices{display:flex;flex-direction:column;gap:.625rem;}
.hads-cf-choices--grid{display:grid!important;grid-template-columns:1fr 1fr;gap:.625rem;}
@media(max-width:480px){.hads-cf-choices--grid{grid-template-columns:1fr;}}
.hads-cf-choice{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.125rem;border:2px solid var(--hads-border);border-radius:var(--hads-radius);cursor:pointer;font-size:.9375rem;font-weight:500;color:var(--hads-text);transition:border-color .15s,background .15s,box-shadow .15s;user-select:none;}
.hads-cf-choice:hover{border-color:var(--hads-btn-bg);background:#fff4ec;}
.hads-cf-choice.is-selected{border-color:var(--hads-btn-bg);background:#fff4ec;box-shadow:0 0 0 3px rgba(239,118,30,.2);}
.hads-cf-choice-key{width:26px;height:26px;border:1.5px solid var(--hads-border);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--hads-muted);flex-shrink:0;transition:all .15s;}
.hads-cf-choice.is-selected .hads-cf-choice-key{border-color:var(--hads-btn-bg);background:var(--hads-btn-bg);color:#fff;}
.hads-cf-nav{display:flex;align-items:center;gap:.75rem;margin-top:1.75rem;}
/* Dynamic theme buttons */
.hads-cf-btn-next{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.375rem;background:var(--hads-btn-bg);color:var(--hads-btn-text);border:none;border-radius:var(--hads-radius);font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s,transform .1s;}
.hads-cf-btn-next:hover{background:var(--hads-btn-hover-bg);color:var(--hads-btn-hover-text);transform:translateY(-1px);}
.hads-cf-btn-next:active{transform:translateY(0);}
.hads-cf-btn-back{display:inline-flex;align-items:center;gap:.375rem;background:#f3f4f6;border:1.5px solid #e5e7eb;color:#374151;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem .875rem;border-radius:var(--hads-radius);transition:background .15s;}
.hads-cf-btn-back:hover{background:#e5e7eb;}
.hads-cf-btn-back svg{flex-shrink:0;}
.hads-cf-error{color:#dc2626;font-size:.8rem;margin-top:.375rem;}
/* Intro */
.hads-cf-intro{display:flex;flex-direction:column;justify-content:center;padding:3rem 3.5rem;min-height:440px;opacity:0;transform:translateX(60px);transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1);pointer-events:none;}
.hads-cf-intro.is-active{opacity:1;transform:translateX(0);pointer-events:all;}
.hads-cf-intro.is-exit{opacity:0;transform:translateX(-60px);pointer-events:none;transition:opacity .28s ease,transform .28s cubic-bezier(.4,0,.2,1);}
.hads-cf-intro__logo{margin-bottom:1.5rem;}.hads-cf-intro__logo img{max-height:60px;max-width:220px;object-fit:contain;}
/* FIX: headline renders HTML (bold/strong) correctly */
.hads-cf-intro__headline{font-size:1.75rem;font-weight:400;color:var(--hads-text);line-height:1.25;margin:0 0 1.25rem;}
.hads-cf-intro__headline strong,.hads-cf-intro__headline b{font-weight:800;}
.hads-cf-intro__body{font-size:1rem;color:#374151;line-height:1.7;margin:0 0 2rem;white-space:pre-line;}
.hads-cf-intro__body strong,.hads-cf-intro__body b{font-weight:700;}
.hads-cf-intro__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:320px;padding:1rem 2rem;background:var(--hads-btn-bg);color:var(--hads-btn-text);border:none;border-radius:var(--hads-radius);font-size:1.0625rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s,transform .1s;box-shadow:0 4px 14px rgba(239,118,30,.35);text-transform:uppercase;letter-spacing:.04em;}
.hads-cf-intro__btn:hover{background:var(--hads-btn-hover-bg);color:var(--hads-btn-hover-text);transform:translateY(-2px);}
/* Thank you */
.hads-cf-thankyou{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;min-height:440px;}
.hads-cf-thankyou__icon{font-size:3.5rem;margin-bottom:1rem;}
.hads-cf-thankyou h2{font-size:1.75rem;font-weight:800;color:var(--hads-text);margin:0 0 .5rem;}
.hads-cf-thankyou p{color:var(--hads-muted);font-size:1rem;margin:0 0 1.5rem;}
.hads-cf-redirect-bar{width:100%;max-width:280px;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden;}
.hads-cf-redirect-bar__fill{height:100%;background:linear-gradient(90deg,var(--hads-progress-c1),var(--hads-progress-c2));width:0%;border-radius:999px;animation:hads-redirect-fill 2.8s ease forwards;}
@keyframes hads-redirect-fill{from{width:0%}to{width:100%}}
/* Lose */
.hads-cf-lose{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:440px;}
.hads-cf-lose__icon{font-size:3.5rem;margin-bottom:1rem;}
.hads-cf-lose h2{font-size:1.6rem;font-weight:800;color:var(--hads-text);margin:0 0 .75rem;}
.hads-cf-lose__body{color:#374151;font-size:.95rem;line-height:1.65;margin:0 0 1.75rem;max-width:480px;}
.hads-cf-lose__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:#f3f4f6;color:#374151;border:1.5px solid #d1d5db;border-radius:var(--hads-radius);font-size:.9375rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .15s;}
.hads-cf-lose__btn:hover{background:#e5e7eb;}

/* ── Calendhads Booking ──────────────────────── */
.hads-cf-booking{display:block;padding:0;min-height:0;opacity:0;transform:translateX(60px);transition:opacity .38s ease,transform .38s cubic-bezier(.4,0,.2,1);pointer-events:none;width:100%;background:transparent;}
.hads-cf-booking.is-active{opacity:1;transform:translateX(0);pointer-events:all;}
.hads-cf-booking.is-exit{opacity:0;transform:translateX(-60px);pointer-events:none;transition:opacity .28s ease,transform .28s cubic-bezier(.4,0,.2,1);}
/* 3 colunas: info | calendário | slots */
.hads-cf-booking__inner{display:flex;width:659px;min-height:560px;border:1px solid var(--hads-border);border-radius:16px;overflow:hidden;transition:width .6s cubic-bezier(.4,0,.2,1),margin-left .6s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px rgba(0,0,0,.08);background:#fff;margin:0 auto;}
/* Hide right border of inner until slots are open */

/* Slots open: expand to full width */
.hads-cf-booking__inner.slots-open{width:100%;margin:0;}

.hads-cf-booking__left{flex:0 0 290px;min-width:290px;padding:2rem 1.75rem;border-right:1px solid var(--hads-border);background:#fff;border-radius:12px 0 0 12px;display:flex;flex-direction:column;}
.hads-cf-booking__title{font-size:1.8rem;font-weight:800;color:var(--hads-text);margin-bottom:.625rem;line-height:1.2;}
.hads-cf-booking__meta{font-size:.8125rem;color:var(--hads-muted);display:flex;align-items:center;gap:.35rem;margin-top:.5rem;}
.hads-cf-booking__meta svg{width:18px!important;height:18px!important;flex-shrink:0;}
.hads-cf-booking__meta-video{font-size:.8125rem;color:var(--hads-muted);display:flex;align-items:flex-start;gap:.5rem;margin-top:.625rem;line-height:1.4;}
.hads-cf-booking__meta-video svg{width:18px!important;height:18px!important;flex-shrink:0;margin-top:1px;}
.hads-cf-booking__meta-video svg{flex-shrink:0;margin-top:1px;}
.hads-cf-booking__footer{margin-top:auto;padding-top:1.3125rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;}
.hads-cf-booking__footer a{font-size:.75rem;color:var(--hads-muted);text-decoration:none;white-space:nowrap;}
.hads-cf-booking__footer a:hover{color:var(--hads-btn-bg);text-decoration:underline;}
/* Center: calendar column is fixed width, slots panel opens beside it — neither shrinks */
.hads-cf-booking__center{flex:0 0 auto;padding:1.25rem 1.5rem;background:#fff;display:flex;gap:0;overflow:hidden;border-radius:0;align-items:flex-start;transition:flex-basis .38s cubic-bezier(.4,0,.2,1);}
.hads-cf-booking__inner.slots-open .hads-cf-booking__center{flex:1 1 auto;}
/* Calendar: fixed width, never shrinks */
.hads-cf-cal{flex:0 0 320px;min-width:320px;max-width:320px;}
/* Slots panel: hidden (0 width) → slides open, max-height = calendar height, scrollable */
.hads-cf-booking__slots-panel{flex:1 1 0;max-width:0;overflow:hidden;background:transparent;transition:max-width .38s cubic-bezier(.4,0,.2,1),padding .38s,background .38s;padding:0;border-left:0px solid var(--hads-border);}
.hads-cf-booking__slots-panel:not(.is-open) .hads-cf-cal-slots-scroll{overflow:hidden;scrollbar-width:none;}
.hads-cf-booking__slots-panel:not(.is-open) .hads-cf-cal-slots-scroll::-webkit-scrollbar{display:none;}
.hads-cf-booking__slots-panel.is-open{max-width:300px;padding:.5rem 0 .5rem 1.25rem;border-left:none;background:#fff;}
/* Inner scroll container for slots — height locked to calendar height */
.hads-cf-cal-slots-scroll{height:100%;max-height:468px;overflow-y:auto;padding-right:0;scrollbar-width:thin;scrollbar-color:var(--hads-btn-bg) transparent;}
.hads-cf-cal-slots-scroll::-webkit-scrollbar{width:5px;}
.hads-cf-cal-slots-scroll::-webkit-scrollbar-track{background:transparent;border-radius:99px;}
.hads-cf-cal-slots-scroll::-webkit-scrollbar-thumb{background:var(--hads-btn-bg);border-radius:99px;opacity:.7;}
/* Calendar */
.hads-cf-cal-select-title{font-size:1.0625rem;font-weight:700;color:var(--hads-text);margin-bottom:1.25rem;letter-spacing:-.01em;}
.hads-cf-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;}
.hads-cf-cal-month{font-size:.9375rem;font-weight:700;color:var(--hads-text);}
.hads-cf-cal-nav{background:none;border:1.5px solid var(--hads-border);border-radius:50%;width:30px;height:30px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--hads-muted);transition:all .15s;flex-shrink:0;}
.hads-cf-cal-nav:hover{border-color:var(--hads-btn-bg);color:var(--hads-btn-bg);}
.hads-cf-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;}
.hads-cf-cal-dow{text-align:center;font-size:.6875rem;font-weight:700;color:var(--hads-muted);padding:.3rem 0;text-transform:uppercase;}
.hads-cf-cal-day{text-align:center;font-size:1rem;background:none;border:none;border-radius:50%;cursor:default;color:#d1d5db;font-weight:400;transition:all .15s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:2px auto;position:relative;aspect-ratio:1/1;}
.hads-cf-cal-day--available{background:rgba(239,118,30,0.13);color:var(--hads-btn-bg);font-weight:700;cursor:pointer;}
.hads-cf-cal-day--available:hover{background:rgba(239,118,30,0.25);}
.hads-cf-cal-day--unavailable{color:#d1d5db;cursor:not-allowed;}
.hads-cf-cal-day--selected{background:var(--hads-btn-bg)!important;color:var(--hads-btn-text)!important;font-weight:700;}
.hads-cf-cal-day--today:not(.hads-cf-cal-day--selected)::after{content:'';position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--hads-btn-bg);}
.hads-cf-cal-day--past,.hads-cf-cal-day[disabled]{color:#d1d5db!important;cursor:not-allowed!important;background:none!important;}
.hads-cf-cal-day--empty{pointer-events:none;}
/* Slots */
.hads-cf-slots-date-title{font-size:.8125rem;font-weight:700;color:var(--hads-text);margin-bottom:.875rem;margin-top:.25rem;text-transform:capitalize;line-height:1.4;padding-right:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hads-cf-cal-slots-loading{color:var(--hads-muted);font-size:.8rem;padding:.5rem 0;}
/* Slot row: side-by-side time button + Agendar button */
.hads-cf-slot-wrap{margin-bottom:.5rem;}
.hads-cf-slot-row{display:flex;gap:.35rem;align-items:stretch;width:100%;}
/* Time button — full width by default, shrinks when selected */
.hads-cf-slot{
    flex:1 1 auto;
    min-width:0;
    padding:.875rem 1.5rem;
    border:1.5px solid var(--hads-slot-border);
    border-radius:4px;
    background:var(--hads-slot-bg);
    font-size:.9375rem;
    font-weight:700;
    color:var(--hads-slot-text);
    cursor:pointer;
    transition:flex-basis .28s cubic-bezier(.4,0,.2,1),background .15s,color .15s,border-color .15s;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
}
.hads-cf-slot:hover:not(.is-selected){background:var(--hads-slot-hover-bg);}
.hads-cf-slot.is-selected{flex:0 0 auto;width:calc(50% - .175rem);background:var(--hads-slot-selected-bg);color:var(--hads-slot-selected-text);border-color:var(--hads-slot-selected-bg);}
/* Agendar button — 0 width when hidden, grows to 50% when visible */
.hads-cf-slot-next{
    flex:0 0 0;
    width:0;
    padding:0;
    overflow:hidden;
    background:var(--hads-btn-bg);
    color:var(--hads-btn-text);
    border:none;
    border-radius:4px;
    font-size:.875rem;
    font-weight:800;
    cursor:pointer;
    white-space:nowrap;
    transition:width .28s cubic-bezier(.4,0,.2,1),flex-basis .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1),opacity .18s .12s;
    opacity:0;
}
.hads-cf-slot-next.is-visible{flex:0 0 auto;width:calc(50% - .175rem);padding:.8rem .4rem;opacity:1;}
.hads-cf-slot-next:hover{background:var(--hads-btn-hover-bg);color:var(--hads-btn-hover-text);}
/* Tela de dados do lead */
.hads-cf-booking-data{padding:2.5rem 3rem;min-height:420px;opacity:0;transform:translateX(60px);transition:opacity .38s ease,transform .38s cubic-bezier(.4,0,.2,1);pointer-events:none;display:flex;flex-direction:column;justify-content:center;max-width:480px;margin:0 auto;}
.hads-cf-booking-data.is-active{opacity:1;transform:translateX(0);pointer-events:all;}
.hads-cf-booking-data__title{font-size:1.375rem;font-weight:800;color:var(--hads-text);margin-bottom:.5rem;line-height:1.3;}
.hads-cf-booking-data__subtitle{font-size:.9rem;color:var(--hads-muted);margin-bottom:1.75rem;}
.hads-cf-booking-data__fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;}
/* Confirmação estilo Calendly */
.hads-cf-confirm-icon-big{font-size:2.5rem;margin-bottom:.75rem;}
.hads-cf-confirm-title{font-size:1.5rem;font-weight:800;color:var(--hads-text);margin:0 0 .375rem;}
.hads-cf-confirm-sub{font-size:.9rem;color:var(--hads-muted);margin:0 0 1.5rem;}
.hads-cf-confirm-card{border:1px solid var(--hads-border);border-radius:10px;padding:1.25rem 1.5rem;max-width:400px;margin:0 auto;text-align:left;}
.hads-cf-confirm-card__title{font-size:1rem;font-weight:800;color:var(--hads-text);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--hads-border);}
.hads-cf-confirm-row{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--hads-muted);margin-bottom:.625rem;line-height:1.4;}
.hads-cf-confirm-icon{font-size:.9rem;flex-shrink:0;margin-top:.05rem;}
/* Legacy booking form (removida, mantida por compatibilidade) */
.hads-cf-booking-form{padding:2rem 3.5rem;min-height:440px;opacity:0;transform:translateX(60px);transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1);pointer-events:none;display:flex;flex-direction:column;}
.hads-cf-booking-form.is-active{opacity:1;transform:translateX(0);pointer-events:all;}
.hads-cf-bf-field label{display:block;font-size:.8rem;font-weight:600;color:var(--hads-muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.03em;}

/* ── Mobile calendar ↔ slots panel switch ────────────────────────── */
.hads-cf-mob-back{display:none;}
@media(max-width:600px){
    .hads-cf-mob-back{display:inline-flex;align-items:center;gap:.5rem;background:rgba(239,118,30,.12);border:none;cursor:pointer;font-size:.875rem;font-weight:700;color:var(--hads-btn-bg);padding:.5rem 1rem .5rem .75rem;margin-bottom:.25rem;letter-spacing:.02em;border-radius:99px;}
    .hads-cf-mob-cal-title{display:none;font-size:1.25rem;font-weight:700;color:var(--hads-text);padding:1rem 1.25rem .25rem;letter-spacing:-.01em;}
    .hads-cf-booking__inner:not(.mob-slot-view) .hads-cf-mob-cal-title{display:block;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-mob-slot-title{display:block !important;}
    .hads-cf-mob-back svg{flex-shrink:0;}
    /* In mobile slot view: hide calendar column, show only slots panel + back btn */
    /* Left panel stays visible on mobile slot view - info shows above slots */
    .hads-cf-booking__inner.mob-slot-view .hads-cf-mob-section-title:not(.hads-cf-slots-inner-title){display:none;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-booking__center{border-radius:0 0 12px 12px;padding-top:.8125rem;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-cal{display:none;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-booking__slots-panel.is-open{border-top:none;padding:0 1.25rem 1rem;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-mob-back{display:flex;}
    .hads-cf-booking__inner.mob-slot-view .hads-cf-slots-date-title{font-size:.9375rem;margin-bottom:1rem;}
    /* Mobile: inner should always be full width */
    @media(max-width:600px){
        .hads-cf-booking__inner{width:100% !important;}
    }
}

@media(max-width:600px){
    .hads-cf-wrapper{border-radius:0;margin:0;min-height:100svh;max-width:100%;}
    .hads-cf-progress{position:sticky;top:0;z-index:10;height:6px;}
    .hads-cf-step,.hads-cf-intro,.hads-cf-booking-form{padding:2rem 1.5rem;}
    .hads-cf-question{font-size:1.25rem;}
    .hads-cf-booking__inner{flex-direction:column;gap:0;overflow:hidden;border-radius:12px;}
    .hads-cf-booking__left{flex:none;border-radius:12px 12px 0 0;border-right:none;border-bottom:1px solid var(--hads-border);padding-top:1.5rem;padding-bottom:.875rem;}
    .hads-cf-booking__center{flex-direction:column;border-radius:0 0 12px 12px;}
    .hads-cf-cal{flex:none;min-width:0;max-width:100%;width:100%;}
    .hads-cf-booking__slots-panel.is-open{flex:none;max-width:100%;width:100%;padding:.75rem 1.25rem;border-left:none;border-top:1px solid var(--hads-border);}
    .hads-cf-cal-slots-scroll{max-height:448px;}
    .hads-cf-cal-slots-scroll::-webkit-scrollbar{width:8px;}
    .hads-cf-cal-slots-scroll::-webkit-scrollbar-thumb{border-radius:4px;}
    .hads-cf-cal-slots-scroll{padding-right:2px;}
    .hads-cf-booking{padding:.5rem;}
    .hads-cf-intro__btn{max-width:100%;}
    .hads-cf-slot-btn{padding:.9375rem 1.875rem;font-size:1.0625rem;}
    .hads-cf-cal-select-title{font-size:1.1875rem;padding-top:0;margin-bottom:1rem;margin-top:-.3125rem;}
    /* Mobile-only calendar/slots section titles */
    .hads-cf-mob-section-title{display:none;font-size:1.125rem;font-weight:700;color:var(--hads-text);padding:1rem 0 .75rem;letter-spacing:-.01em;}
    .hads-cf-mob-section-title.hads-cf-slots-inner-title{display:block;}
}
/* Hide mobile section titles on desktop */
@media(min-width:601px){
    .hads-cf-mob-section-title{display:none;}
    .hads-cf-mob-back{display:none !important;}
}
