.alert {
    border-color: #fff;
    padding-left: 60px;
    color: #272728;
}

.alert,
.alert-warning {
    background-color: #fff;
}

.alert-warning:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #f5c023;
}

.alert-warning .icon {
    color: #f5c023;
}

.alert .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 26px;
    transform: translateY(-50%);
}

@media (max-width:991.98px) {
    .alert .icon {
        left: 14px;
    }
}

.alert .msg {
    color: #4e4e61;
}

.alert .close {
    font-size: 40px;
    font-weight: 200;
    color: #8a8a98;
    transition-duration: .3s;
    top: -5px;
    right: -7px;
}

@media (max-width:991.98px) {
    .alert .close {
        top: -10px;
    }
}

#locationField .alert-address {
    font-size: 18px;
    position: absolute;
    top: -115px;
    transform: translateY(-200%);
    left: 10%;
    padding: 5px 60px;
    pointer-events: none;
    opacity: 0;
    transition-duration: .5s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    width: 80%;
}

#locationField .alert-address.show {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-100%);
}

@media (max-width:991.98px) {
    #locationField .alert-address {
        left: 5%;
        max-width: 90%;
        font-size: 12px;
        position: fixed;
        transform: translateY(-90%);
        padding: 5px 48px;
        top: 70px;
        width: 100%;
    }

    #locationField .alert-address.show {
        transform: translateY(10%);
    }
}

#locationField .alert-address b {
    color: inherit;
}

.step0 .form-content-title {
    margin-top: 80px;
}

@media (min-width: 1280px) {
    .step0 .form-content-title {
        margin-bottom: 40px;

        margin-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .mentions_lgale {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-top: 30px;
        font-size: 14px;
        max-width: 460px;
        margin: auto;
        margin-top: 30px;
    }
}

.start_estimation {
    /* height: calc(100vh - 37px); */

    height: calc(100vh - 100px);
    min-height: 568px;
}

@media (max-width: 991.98px) {

    .start_estimation {

        height: auto
    }

}

.footer_part p span {
    padding: 0px 9px ;
}


#cookies-eu-banner {
    background-color: #f8f8f8;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    padding: 2px 10px;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    #cookies-eu-banner {
        position: relative;
        z-index: 99;
    }
}
.cookies-eu-banner__wrapper {
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 1124px;
    width:100%;
    flex-wrap: wrap;
    /*padding: 15px 0;*/
}
.cookies-eu-banner__text {
    text-align: left;
    color: #2e2e2e;
    padding:0 15px;
    flex: 1 1 500px;
}
@media (max-width: 767px) {
    
    .cookies-eu-banner__text {
        font-size: .8rem;
    }
}
#cookies-eu-banner .text-primary{

    color: #1A97C3 !important;
    font-weight: bold;
}

button#cookies-eu-refuse{
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    width: auto;
    transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
    border-radius: unset;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #1A97C3;
    border-image: initial;
    border-radius: 5px;
    margin-right: 15px;
    background: #FFF;
    color: #1A97C3;
    
}
button#cookies-eu-refuse:hover{
    background: #f7f7f7;
}
button#cookies-eu-accept {
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    width: auto;
    transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
    border-radius: unset;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 5px;
    border-color: #1A97C3;
    background: #1A97C3;
    color:#FFF;
    
}

button#cookies-eu-accept:hover {
    background: #63bcdb; 
}
.form_utm_mail_only .form-group.col-md-6 label.error{
    padding-left: 15px;
}

/* ============================================
   Bulle chat récap (dans bloc ei-bloc)
   ============================================ */
.recap-chat-bubble {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.recap-chat-img {
    flex: 0 0 56px;
    margin-right: 14px;
}
.recap-chat-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #5a94e7;
    object-fit: cover;
}
.recap-chat-msg {
    background: #5a94e7;
    border-radius: 15px;
    padding: 18px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    flex: 1;
}
.recap-chat-msg p {
    margin: 0 0 8px;
    color: #fff;
}
.recap-chat-msg p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .recap-chat-img {
        flex: 0 0 42px;
        margin-right: 10px;
    }
    .recap-chat-img img {
        width: 42px;
        height: 42px;
    }
    .recap-chat-msg {
        font-size: 14px;
        padding: 12px 14px;
    }
}

/* Info box (réforme DPE) */
.ei-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #eef4fb;
    border: 1px solid #d0e3f5;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 12px;
    font-size: 13px;
    color: #3d6a99;
    line-height: 1.4;
}
.ei-info svg {
    flex-shrink: 0;
    margin-top: 1px;
}

/* Consommation énergétique (jauge quartier) */
.ei-conso {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ei-conso-gauge {
    width: 100%;
}
.ei-conso-bar {
    height: 12px;
    background: linear-gradient(90deg, #51b84b 0%, #a8d42f 25%, #f5eb23 50%, #f0b723 75%, #e1251b 100%);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.ei-conso-fill {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,0.6);
    border-left: 3px solid #1e2a3a;
}
.ei-conso-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #8896a7;
    margin-top: 4px;
}
.ei-conso-text {
    font-size: 14px;
    color: #3d4f63;
    line-height: 1.5;
    margin: 0;
}

/* ============================================
   ÉTAPE 1 : Votre état initial (récap DPE)
   ============================================ */
.etat-initial-section {
    background: #eef2f7;
    padding: 40px 0 48px;
}
.etat-initial-section .container {
    max-width: 700px;
}
.etat-initial-titre {
    font-size: 26px;
    font-weight: 800;
    color: #1e2a3a;
    margin: 0 0 28px;
    text-align: center;
}

/* Blocs blancs */
.ei-bloc {
    background: #fff;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.ei-bloc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.ei-bloc-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e2a3a;
}

/* Échelle DPE horizontale */
.dpe-scale {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}
.dpe-scale-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    opacity: 0.45;
    transition: all 0.3s ease;
}
.dpe-scale-item.dpe-scale-active {
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    z-index: 1;
    position: relative;
}
.dpe-scale-item.dpe-scale-target {
    opacity: 0.85;
    outline: 3px dashed #1a97c3;
    outline-offset: 2px;
}
.dpe-scale--g { background: #e1251b; }
.dpe-scale--f { background: #ec6e2a; }
.dpe-scale--e { background: #f0b723; }
.dpe-scale--d { background: #f5eb23; color: #333; }
.dpe-scale--c { background: #a8d42f; }
.dpe-scale--b { background: #51b84b; }
.dpe-scale--a { background: #009c3b; }

.ei-dpe-desc {
    font-size: 14px;
    color: #5a6a7e;
    margin: 0;
}
.ei-alerte {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef6ee;
    border: 1px solid #fde4c8;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 12px;
    font-size: 13px;
    color: #b45309;
    font-weight: 500;
}
.ei-potentiel-text {
    font-size: 15px;
    color: #3d4f63;
    margin: 0;
    line-height: 1.5;
}

/* Bouton CTA */
.ei-cta {
    text-align: center;
    margin-top: 28px;
}
.ei-cta-btn {
    display: inline-block;
    background: #2c7be5;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 48px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    width: 100%;
    max-width: 500px;
}
.ei-cta-btn:hover {
    background: #1a5bb8;
    transform: translateY(-2px);
}

/* ============================================
   ÉTAPE 2 : Scénarios de rénovation (Effy)
   ============================================ */
.scenarios-section {
    background: #f6f7f9;
    padding: 40px 0 48px;
}
.scenarios-section-title {
    font-size: 22px;
    font-weight: 800;
    color: #1e2a3a;
    margin: 0 0 20px;
    text-align: center;
}

/* ============================================
   Animation séquentielle (style chat)
   ============================================ */
.sc-anim {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.sc-anim.sc-anim--visible {
    opacity: 1;
    transform: translateY(0);
}
/* Cartes scénarios : fade-in plus ample */
.sc-card.sc-anim {
    transform: translateY(30px) scale(0.97);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.sc-card.sc-anim.sc-anim--visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ============================================
   Conversation Flow — Bulle chat agent
   ============================================ */
.sc-chat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.sc-chat-img {
    flex: 0 0 52px;
}
.sc-chat-img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #5a94e7;
    object-fit: cover;
}
.sc-chat-bubble {
    background: #5a94e7;
    border-radius: 0 16px 16px 16px;
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    flex: 1;
}
.sc-chat--small { margin-bottom: 20px; max-width: 100%; }
.sc-chat-img--small { flex: 0 0 40px; }
.sc-chat-img--small img { width: 40px; height: 40px; }
.sc-chat-bubble--small { font-size: 14px; padding: 12px 16px; }

/* ============================================
   Conversation Flow — Cartes compactes
   ============================================ */
.sc-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0 auto 16px;
    max-width: 700px;
}
.sc-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e7ed;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s;
}
.sc-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}

/* Header coloré */
.sc-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.sc-card--green .sc-card-header { background: #3db97a; }
.sc-card--blue .sc-card-header { background: #1a97c3; }

/* Body */
.sc-card-body {
    padding: 16px;
    flex: 1;
}

/* DPE badges */
.sc-card-dpe {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.dpe-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
.dpe-badge--a { background: #009c3b; }
.dpe-badge--b { background: #51b84b; }
.dpe-badge--c { background: #a8d42f; }
.dpe-badge--d { background: #f5eb23; color: #333; }
.dpe-badge--e { background: #f0b723; }
.dpe-badge--f { background: #ec6e2a; }
.dpe-badge--g { background: #e1251b; }
.sc-card-arrow {
    font-size: 18px;
    color: #bcc5d0;
    font-weight: 600;
}

/* Titre scénario */
.sc-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e2a3a;
    margin: 0 0 10px;
}

/* Liste travaux */
.sc-card-travaux {
    list-style: none !important;
    padding: 0;
    margin: 0 0 12px;
}
.sc-card-travaux li {
    padding: 3px 0;
    padding-left: 14px;
    position: relative;
    font-size: 13px;
    color: #3d4f63;
    line-height: 1.35;
}
.sc-card-travaux li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #8896a7;
}

/* Coûts */
.sc-card-costs {
    border-top: 1px solid #eef0f3;
    padding-top: 10px;
}
.sc-card-cost-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #5a6a7e;
    padding: 2px 0;
}
.sc-card-cost-total {
    border-top: 1px solid #eef0f3;
    margin-top: 6px;
    padding-top: 8px;
    font-size: 14px;
    color: #1e2a3a;
}

/* ============================================
   Conversation Flow — Disclaimer
   ============================================ */
.sc-disclaimer {
    font-size: 12px;
    color: #8896a7;
    line-height: 1.5;
    margin: 0 auto 24px;
    max-width: 700px;
    text-align: center;
}
.sc-disclaimer a {
    color: #1a97c3;
    font-weight: 600;
    text-decoration: none;
}

/* ============================================
   Conversation Flow — Boutons CTA
   ============================================ */
.sc-cta {
    display: flex;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto 24px;
}
.sc-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    text-decoration: none;
    flex: 1;
}
.sc-cta-btn--primary {
    background: #2c7be5;
    color: #fff;
    border-color: #2c7be5;
}
.sc-cta-btn--primary:hover {
    background: #1a5bb8;
    border-color: #1a5bb8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44,123,229,0.3);
}
.sc-cta-btn--outline {
    background: #fff;
    color: #2c7be5;
    border-color: #2c7be5;
}
.sc-cta-btn--outline:hover {
    background: #eef4fb;
    transform: translateY(-1px);
}

/* Zone des panels RDV */
.rdv-panels-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Responsive mobile --- */
@media (max-width: 767px) {
    .etat-initial-section {
        padding: 28px 0 36px;
    }
    .etat-initial-titre {
        font-size: 22px;
    }
    .ei-bloc {
        padding: 18px 16px;
    }
    .dpe-scale-item {
        padding: 8px 0;
        font-size: 13px;
    }
    .ei-cta-btn {
        font-size: 15px;
        padding: 14px 24px;
    }
    .scenarios-section {
        padding: 24px 0 32px;
    }
    .scenarios-section-title {
        font-size: 20px;
    }
    .sc-chat-img { flex: 0 0 40px; }
    .sc-chat-img img { width: 40px; height: 40px; }
    .sc-chat-bubble { font-size: 14px; padding: 12px 16px; }
    .sc-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .sc-cta {
        flex-direction: column;
    }
    .sc-cta-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* ============================================
   RDV – styles communs panels
   ============================================ */

/* Boutons d'action */
.rdv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    text-decoration: none;
    white-space: nowrap;
}
.rdv-btn--primary {
    background: #2c7be5;
    color: #fff;
    border-color: #2c7be5;
}
.rdv-btn--primary:hover {
    background: #1a5bb8;
    border-color: #1a5bb8;
}
.rdv-btn--outline {
    background: #fff;
    color: #2c7be5;
    border-color: #2c7be5;
}
.rdv-btn--outline:hover {
    background: #eef4fb;
}
.rdv-btn--full {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}

/* Panels */
.rdv-panel {
    background: #f8f9fb;
    border-radius: 14px;
    border: 1px solid #e2e7ed;
    overflow: hidden;
}
.rdv-panel-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-bottom: 1px solid #e2e7ed;
    background: #fff;
}
.rdv-panel-back {
    background: none;
    border: none;
    color: #5a94e7;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}
.rdv-panel-back:hover { text-decoration: underline; }
.rdv-panel-title {
    font-size: 17px;
    font-weight: 700;
    color: #1e2a3a;
    margin: 0;
}
.rdv-panel-body {
    padding: 24px;
}

/* Formulaire */
.rdv-form-group {
    margin-bottom: 14px;
}
.rdv-form-group label:not(.rdv-error) {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #5a6a7e;
    margin-bottom: 6px;
}
.rdv-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d7e0;
    border-radius: 10px;
    font-size: 15px;
    color: #1e2a3a;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.rdv-input:focus {
    outline: none;
    border-color: #5a94e7;
    box-shadow: 0 0 0 3px rgba(90,148,231,0.15);
}
.rdv-error {
    display: block;
    font-size: 12px;
    color: #e53e3e;
    margin-top: 4px;
    min-height: 16px;
}
.rdv-alert {
    background: #fef6ee;
    border: 1px solid #fde4c8;
    border-radius: 8px;
    padding: 10px 14px;
    color: #b45309;
    font-size: 13px;
    margin-bottom: 16px;
}

/* ============================================
   Calendrier RDV — style Doctolib
   ============================================ */
.rdv-calendar {
    margin-bottom: 16px;
}

/* Masquer le HTML brut PHP (avant transformation JS) */
.rdv-calendar .dl-desktop-availabilities-days {
    display: none;
}

/* --- Conteneur Doctolib --- */
.cal-docto {
    text-align: center;
}

/* Navigation semaine */
.cal-week-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cal-week-arrow {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    font-size: 20px;
    color: #8896a7;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
    padding: 0;
    line-height: 1;
}
.cal-week-arrow:hover {
    background: #f0f5ff;
    color: #2c7be5;
}
.cal-week-label {
    font-size: 13px;
    font-weight: 600;
    color: #1e2a3a;
}

/* Onglets jours */
.cal-day-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}
.cal-day-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 6px 16px;
    border: 1px solid #e2e7ed;
    border-radius: 20px;
    background: #f8f9fb;
    cursor: pointer;
    transition: all 0.15s;
}
.cal-day-tab-name {
    font-size: 11px;
    font-weight: 600;
    color: #8896a7;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.cal-day-tab-date {
    font-size: 15px;
    font-weight: 700;
    color: #1e2a3a;
}
.cal-day-tab:hover {
    border-color: #2c7be5;
    background: #f0f5ff;
}
.cal-day-tab--active {
    background: #2c7be5;
    border-color: #2c7be5;
}
.cal-day-tab--active .cal-day-tab-name,
.cal-day-tab--active .cal-day-tab-date {
    color: #fff;
}
.cal-day-tab--active:hover {
    background: #2567c7;
    border-color: #2567c7;
}
.cal-day-tab--disabled {
    opacity: 0.4;
    cursor: default;
}
.cal-day-tab--disabled:hover {
    border-color: #e2e7ed;
    background: #f8f9fb;
}

/* Créneaux horaires (grille 3 colonnes) */
.cal-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.cal-slot {
    padding: 10px 4px;
    background: #f0f5ff;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #2c7be5;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.cal-slot:hover {
    background: #dbeafe;
    border-color: #2c7be5;
}
.cal-slot.active {
    background: #2c7be5;
    color: #fff;
    border-color: #2c7be5;
}

/* Jour indisponible */
.cal-slots-empty {
    grid-column: 1 / -1;
    padding: 16px;
    color: #8896a7;
    font-size: 13px;
    font-style: italic;
}

/* Confirmation */
.rdv-confirmation {
    text-align: center;
    padding: 40px 20px;
}
.rdv-confirm-icon {
    margin-bottom: 16px;
}
.rdv-confirm-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e2a3a;
    margin: 0 0 12px;
}
.rdv-confirm-text {
    font-size: 15px;
    color: #5a6a7e;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}

/* --- Responsive RDV panels --- */
@media (max-width: 767px) {
    .rdv-btn {
        width: 100%;
        justify-content: center;
    }
    .rdv-panel-body { padding: 16px; }
    .cal-day-tabs {
        gap: 6px;
    }
    .cal-day-tab {
        padding: 5px 12px;
    }
    .cal-day-tab-date {
        font-size: 14px;
    }
    .cal-slots {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .cal-slot {
        font-size: 13px;
        padding: 9px 4px;
    }
}