/**
 * Lot 2 (plan modal repas) — Modal « configuration de siège ».
 * Overlay/positionnement autonomes ; le contenu réutilise les utilitaires ep-*.
 */

.ep-lsc-seat-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.ep-lsc-seat-modal-dialog {
    background: #fff;
    width: 100%;
    max-width: 420px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

body.ep-lsc-seat-modal-open {
    overflow: hidden;
}

.ep-lsc-seat-modal-close {
    background: none;
    border: 0;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    color: inherit;
}

.ep-lsc-seat-modal-info-row {
    margin-bottom: 4px;
}

.ep-lsc-seat-modal-sections select,
.ep-lsc-seat-modal-sections input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
}

.ep-lsc-seat-modal-section {
    margin-top: 12px;
}

.ep-lsc-seat-modal-footer .ep-lsc-seat-modal-confirm {
    width: 100%;
}

.ep-lsc-seat-modal-confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ep-lsc-seat-modal-confirm.ep-lsc-seat-modal-remove {
    background-color: #d63638;
    border-color: #d63638;
}
