.edena-sms-preferences {
    max-width: 820px;
    margin: 0 auto;
    color: #252525;
}

.edena-sms-preferences h1 {
    margin-bottom: 8px;
}

.edena-sms-preferences h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.edena-sms-preferences h3 {
    margin: 18px 0 8px;
    font-size: 1rem;
}

.edena-sms-intro {
    font-size: 1.1rem;
    font-weight: 600;
}

.edena-sms-reassurance {
    margin: 16px 0 22px;
    padding: 16px 18px;
    border: 1px solid #b8d7c1;
    border-radius: 8px;
    background: #f1fbf4;
}

.edena-sms-reassurance strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.edena-sms-reassurance p {
    margin: 0;
    color: #31523a;
    line-height: 1.5;
}

.edena-sms-muted,
.edena-sms-help {
    color: #666;
}

.edena-sms-preference-reminder {
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid #e6d8bd;
    border-radius: 8px;
    background: #fbf7f0;
    color: #5c4033;
    font-size: 0.92rem;
    line-height: 1.45;
}

.edena-sms-preference-reminder a {
    color: #2a2333;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.edena-sms-required-marker {
    color: #b5163a;
    font-weight: 800;
}

.edena-sms-form.is-gated,
.edena-sms-gate-panel {
    display: none;
}

.edena-sms-gate-panel.is-open {
    display: block;
}

.edena-sms-choice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.edena-sms-section,
.edena-sms-list-card {
    border: 1px solid #dedede;
    border-radius: 8px;
    margin: 18px 0;
    padding: 18px;
    background: #fff;
}

.edena-sms-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.edena-sms-form label,
.edena-sms-inline-form label {
    display: block;
    margin: 8px 0;
    font-weight: 600;
}

.edena-sms-form input[type="text"],
.edena-sms-form input[type="tel"],
.edena-sms-form input[type="email"],
.edena-sms-inline-form input[type="text"],
.edena-sms-inline-form input[type="tel"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.edena-sms-check,
.edena-sms-list-toggle {
    font-weight: 500;
}

.edena-sms-check input {
    margin-right: 8px;
}

.edena-sms-list-toggle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.edena-sms-list-card-featured {
    border-color: #d8b15d;
    background: #fffaf0;
}

.edena-sms-list-card-featured .edena-sms-list-toggle strong::after {
    content: "Jusqu'à -50%";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f0d99a;
    color: #503b0f;
    font-size: 0.72rem;
    font-weight: 700;
    vertical-align: middle;
}

.edena-sms-list-card-featured .edena-sms-list-toggle em {
    display: block;
    margin-top: 7px;
    color: #6b4a10;
    font-size: 0.92rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
}

.edena-sms-list-toggle input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.edena-sms-list-toggle strong {
    display: block;
    line-height: 1.25;
}

.edena-sms-list-toggle small {
    display: block;
    margin-top: 3px;
    color: #666;
    font-weight: 400;
    line-height: 1.4;
}

.edena-sms-list-details {
    display: none;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.edena-sms-list-details.is-open {
    display: block;
}

.edena-sms-step {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 10px 0;
    overflow: hidden;
    background: #fff;
}

.edena-sms-step-header {
    width: 100%;
    border: 0;
    background: #f7f7f7;
    color: #222;
    cursor: pointer;
    padding: 13px 14px;
    text-align: left;
}

.edena-sms-step-header span {
    display: grid;
    gap: 3px;
}

.edena-sms-step-header strong {
    font-size: 1rem;
}

.edena-sms-step-header small {
    color: #666;
    font-weight: 500;
    line-height: 1.35;
}

.edena-sms-step.is-open .edena-sms-step-header {
    background: #eef6ff;
}

.edena-sms-step-body {
    display: none;
    padding: 14px;
}

.edena-sms-step.is-open .edena-sms-step-body {
    display: block;
}

.edena-sms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 6px 18px;
}

.edena-sms-priority-alert {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 12px;
    align-items: start;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #cf1738;
    border-radius: 18px;
    background: #fff1f3;
    color: #8c1027;
    font-weight: 700;
}

.edena-sms-priority-alert strong {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    border-radius: 999px;
    background: #cf1738;
    color: #fff;
    padding: 3px 9px;
    font-size: 0.82rem;
}

.edena-sms-priority-alert span {
    display: block;
    min-width: 0;
    line-height: 1.35;
}

.edena-sms-priority-alert.is-hidden {
    display: none;
}

.edena-sms-day-moments {
    display: grid;
    gap: 10px;
}

.edena-sms-day-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px 16px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.edena-sms-day-row:first-child {
    border-top: 0;
}

.edena-sms-day-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 12px;
}

.edena-sms-inline-error {
    margin-top: 10px;
    color: #9b1c14;
    font-weight: 700;
}

.edena-sms-inline-error p {
    margin: 5px 0 0;
}

.edena-sms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 12px;
}

.edena-sms-actions button,
.edena-sms-choice-actions button,
.edena-sms-step-next,
.edena-sms-submit,
.edena-sms-inline-form button {
    border: 0;
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
}

.edena-sms-actions button,
.edena-sms-choice-actions button,
.edena-sms-step-next,
.edena-sms-inline-form button {
    background: #f1f1f1;
    color: #222;
}

.edena-sms-step-next {
    margin-top: 12px;
    font-weight: 700;
}

.edena-sms-submit {
    width: 100%;
    background: #222;
    color: #fff;
    font-weight: 700;
}

.edena-sms-inline-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    margin: 12px 0;
}

.edena-sms-inline-form-code {
    grid-template-columns: minmax(140px, 220px) auto;
}

.edena-sms-inline-form button {
    min-height: 42px;
}

.edena-sms-notice {
    border-radius: 6px;
    margin: 18px 0;
    padding: 12px 14px;
}

.edena-sms-info {
    background: #eef6ff;
    border: 1px solid #9fc4e8;
}

.edena-sms-success {
    background: #e7f7ec;
    border: 1px solid #9dd8ad;
}

.edena-sms-error {
    background: #fff0f0;
    border: 1px solid #e6aaa5;
}

.edena-sms-account-reminder {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(42, 35, 51, 0.42);
}

.edena-sms-account-reminder-panel {
    width: min(100%, 460px);
    border: 1px solid #c9b178;
    border-radius: 8px;
    padding: 24px;
    background: #f5f0ea;
    color: #2a2333;
    box-shadow: 0 24px 70px rgba(42, 35, 51, 0.24);
}

.edena-sms-account-reminder-kicker {
    margin: 0 0 8px;
    color: #5c4033;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.edena-sms-account-reminder-panel h2 {
    margin: 0 0 10px;
    color: #2a2333;
    font-family: Playfair Display, Cormorant Garamond, Georgia, serif;
    font-size: 1.7rem;
    line-height: 1.15;
}

.edena-sms-account-reminder-panel p {
    margin: 0 0 18px;
    line-height: 1.5;
}

.edena-sms-account-reminder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.edena-sms-account-reminder-actions form {
    margin: 0;
}

.edena-sms-account-reminder-primary,
.edena-sms-account-reminder-actions button {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border-radius: 6px;
    padding: 10px 14px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.edena-sms-account-reminder-primary {
    border: 1px solid #2a2333;
    background: #2a2333;
    color: #fff;
}

.edena-sms-account-reminder-actions button {
    border: 1px solid #c9b178;
    background: transparent;
    color: #5c4033;
}

.edena-sms-success,
.edena-sms-error {
    border-radius: 6px;
    margin: 14px 0;
    padding: 12px 14px;
}

.edena-sms-express-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 18px 0;
}

.edena-sms-express-grid > div {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.edena-sms-express-grid > div:only-child {
    grid-column: 1 / -1;
}

.edena-sms-express-actions {
    margin: 20px 0 10px;
}

.edena-sms-option-list {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.edena-sms-option-list h2 {
    margin-bottom: 0;
}

.edena-sms-option-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin: 0;
    padding: 14px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.edena-sms-option-card.has-price {
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
}

.edena-sms-option-card:hover,
.edena-sms-option-card.is-selected,
.edena-sms-option-card:has(input[type="checkbox"]:checked) {
    border-color: #7b6655;
    box-shadow: 0 8px 24px rgba(123, 102, 85, 0.12);
}

.edena-sms-option-card.is-selected,
.edena-sms-option-card:has(input[type="checkbox"]:checked) {
    border-width: 2px;
    background: #f5f0ea;
    box-shadow: 0 10px 28px rgba(123, 102, 85, 0.20);
    padding: 13px;
}

.edena-sms-option-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.edena-sms-option-content {
    display: grid;
    gap: 4px;
}

.edena-sms-option-card span,
.edena-sms-option-card small {
    color: #666;
}

.edena-sms-option-price {
    display: grid;
    justify-items: end;
    gap: 2px;
    min-width: 132px;
    border-left: 1px solid #ececec;
    padding-left: 14px;
    text-align: right;
}

.edena-sms-option-price span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    background: #b5163a;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    padding: 4px 9px;
}

.edena-sms-option-price strong {
    color: #111;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.05;
}

.edena-sms-option-price.is-discounted strong {
    color: #b5163a;
}

.edena-sms-option-price small {
    color: #555;
    font-weight: 600;
}

.edena-sms-option-price s {
    color: #777;
}

.edena-sms-offer-note {
    color: #666;
    font-size: 0.86rem;
    margin: 8px 0 0;
}

.edena-sms-option-sticky-summary {
    display: none;
}

.edena-sms-option-selection:has([data-edena-booking-option]:checked) .edena-sms-option-sticky-summary,
.edena-sms-option-sticky-summary.is-visible {
    position: sticky;
    bottom: 12px;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #d4c4b5;
    border-radius: 8px;
    background: rgba(245, 240, 234, 0.97);
    box-shadow: 0 14px 35px rgba(61, 50, 42, 0.14);
    margin: 16px 0 4px;
    padding: 12px;
}

.edena-sms-option-sticky-summary span {
    color: #2d2a27;
    font-weight: 800;
}

.edena-sms-option-review[hidden] {
    display: none;
}

.edena-sms-option-review {
    position: fixed;
    z-index: 999998;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 18, 18, 0.42);
    padding: 18px;
}

.edena-sms-option-review-panel {
    width: min(430px, 100%);
    border: 1px solid #ead5dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 18, 18, 0.22);
    padding: 20px;
}

.edena-sms-option-review-panel h3 {
    margin: 0 0 8px;
}

.edena-sms-option-review-panel p {
    margin: 0 0 12px;
}

.edena-sms-option-review-panel ul {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.edena-sms-option-review-panel li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 1px solid #eee0e4;
    border-radius: 8px;
    padding: 10px;
}

.edena-sms-option-review-panel li span {
    color: #2d2a27;
    font-weight: 600;
}

.edena-sms-option-review-panel li button {
    border: 1px solid #d8c9cf;
    border-radius: 6px;
    background: #fff;
    color: #8d1230;
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 8px 10px;
}

.edena-sms-option-review-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.edena-sms-express-actions button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #2f2924;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 18px;
}

.edena-sms-express-actions .edena-sms-secondary-button {
    border: 1px solid #d4c4b5;
    background: #f5f0ea;
    color: #2f2924;
}

.edena-sms-express-actions .edena-sms-option-review-panel li button {
    width: auto;
    border: 1px solid #d8c9cf;
    border-radius: 6px;
    background: #fff;
    color: #8d1230;
    font-size: 0.86rem;
    padding: 8px 10px;
}

.edena-sms-express-actions.is-loading button,
.edena-sms-express-actions button:disabled {
    cursor: wait;
    opacity: 0.75;
}

.edena-sms-express-progress {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(3px);
    padding: 24px;
}

.edena-sms-express-progress-panel {
    width: min(360px, 100%);
    border: 1px solid #eadfd5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(35, 30, 25, 0.16);
    padding: 28px 24px;
    text-align: center;
}

.edena-sms-express-logo {
    color: #222;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.edena-sms-express-logo img {
    display: block;
    max-width: 96px;
    max-height: 54px;
    height: auto;
    margin: 0 auto;
}

.edena-sms-express-spinner {
    width: 42px;
    height: 42px;
    border: 3px solid #efe6de;
    border-top-color: #222;
    border-radius: 50%;
    margin: 0 auto 18px;
    animation: edena-sms-spin 0.85s linear infinite;
}

.edena-sms-express-progress-message {
    min-height: 44px;
    margin: 0;
    color: #2d2a27;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

@keyframes edena-sms-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .edena-sms-section,
    .edena-sms-list-card {
        padding: 14px;
    }

    .edena-sms-fields,
    .edena-sms-express-grid,
    .edena-sms-inline-form {
        grid-template-columns: 1fr;
    }

    .edena-sms-option-card,
    .edena-sms-option-card.has-price {
        grid-template-columns: minmax(0, 1fr);
    }

    .edena-sms-option-price {
        justify-items: start;
        border-left: 0;
        border-top: 1px solid #ececec;
        padding-left: 0;
        padding-top: 10px;
        text-align: left;
    }

    .edena-sms-option-review-actions {
        grid-template-columns: 1fr;
    }

    .edena-sms-option-sticky-summary {
        grid-template-columns: 1fr;
    }

    .edena-sms-day-row,
    .edena-sms-day-slots {
        grid-template-columns: 1fr;
    }

    .edena-sms-priority-alert {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        border-radius: 16px;
    }

    .edena-sms-priority-alert strong {
        width: fit-content;
    }

    .edena-sms-inline-form button {
        width: 100%;
    }

    .edena-sms-account-reminder {
        align-items: end;
        padding: 14px;
    }

    .edena-sms-account-reminder-panel {
        padding: 20px;
    }

    .edena-sms-account-reminder-actions,
    .edena-sms-account-reminder-actions form,
    .edena-sms-account-reminder-primary,
    .edena-sms-account-reminder-actions button {
        width: 100%;
    }

    .edena-sms-account-reminder-primary,
    .edena-sms-account-reminder-actions button {
        justify-content: center;
    }
}
