.er2026-wrap { max-width: 1100px; margin: 0 auto; }
.er2026-legend { display:flex; gap:10px; margin: 12px 0 16px; flex-wrap:wrap; }
.er2026-pill { padding: 6px 10px; border-radius: 999px; font-size: 13px; color:#fff; }
.er2026-available { background:#2ecc71; }
.er2026-pre { background:#f39c12; }
.er2026-reserved { background:#e74c3c; }

.er2026-modal { position:fixed; inset:0; background: rgba(0,0,0,.45); display:none; align-items:center; justify-content:center; padding:16px; z-index:9999; }
.er2026-modal.is-open { display:flex; }
.er2026-modal__content { background:#fff; width:min(720px, 100%); border-radius:12px; padding:16px 16px 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25); position:relative; max-height: 85vh; overflow-y: auto; }
.er2026-modal__close { position:absolute; right:10px; top:8px; border:none; background:transparent; font-size:26px; line-height:1; cursor:pointer; }

.er2026-slot-info { background:#f7f7f7; border-radius:10px; padding:10px; margin:10px 0 12px; font-size:14px; }
.er2026-desc { margin-top:8px; }
.er2026-desc-list { margin: 6px 0 0 18px; padding:0; }
.er2026-desc-list li { margin: 4px 0; }

#er2026-form label { display:block; font-size:14px; margin-bottom:10px; }
#er2026-form input, #er2026-form textarea { width:100%; padding:10px; border:1px solid #ddd; border-radius:10px; outline:none; }
.er2026-grid { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:10px; }
@media (max-width: 780px) { .er2026-grid { grid-template-columns:1fr; } }

.er2026-consent { font-size:13px; color:#333; display:flex; gap:10px; align-items:flex-start; margin: 10px 0 12px; }
.er2026-consent input { width:auto; margin-top:3px; }

.er2026-btn { display:inline-block; padding:10px 14px; border:none; border-radius:10px; background:#111; color:#fff; cursor:pointer; font-weight:600; }
.er2026-btn:disabled { opacity:.6; cursor:not-allowed; }

.er2026-hint { color:#666; font-size:13px; margin:10px 0 0; }
.er2026-msg { margin:10px 0 0; font-size:14px; }

.er2026-evt { display:flex; gap:6px; align-items:flex-start; }
.er2026-evt-icon.dashicons { font-size: 16px; width: 16px; height: 16px; line-height: 16px; margin-top: 1px; }
.er2026-evt-title { line-height:1.1; }

/* Mantiene el botón de cerrar visible al hacer scroll */
.er2026-modal__close{position:sticky; top:0; float:right;}
