/* mv-listing-modals.css — v7.19.0 */
.mv-modal-backdrop{
    position:fixed;inset:0;background:rgba(15,23,42,.55);
    display:flex;align-items:center;justify-content:center;
    z-index:99999;padding:1rem;animation:mv-modal-fade .15s ease-out;
}
.mv-modal-card{
    background:#fff;border-radius:14px;max-width:480px;width:100%;
    padding:24px 22px;box-shadow:0 25px 60px rgba(0,0,0,.35);
    font-family:inherit;
}
.mv-modal-card h3{margin:0 0 .6rem;font-size:1.25rem;color:#b91c1c;}
.mv-modal-text{margin:.2rem 0 1.2rem;color:#334155;line-height:1.45;}
.mv-modal-actions{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap;}
.mv-modal-actions .mv-btn{min-width:140px;}
.mv-btn-danger{background:#dc2626 !important;border-color:#dc2626 !important;color:#fff !important;}
.mv-btn-danger:hover{background:#b91c1c !important;border-color:#b91c1c !important;}

/* Banner edición */
.mv-edit-credit-banner{
    display:flex;gap:.8rem;align-items:flex-start;
    padding:14px 16px;border-radius:12px;
    background:#fff8e6;border:1px solid #f0c36d;color:#7a4d00;
    margin:0 0 16px;font-size:.95rem;line-height:1.45;
}
.mv-edit-credit-banner strong{display:block;margin-bottom:.25rem;color:#5b3a00;}
.mv-edit-credit-banner .mv-btn{margin-top:.5rem;}

/* Listado: fechas */
.mv-listing-dates{
    display:flex;gap:1rem;flex-wrap:wrap;
    font-size:.82rem;color:#64748b;margin-top:.35rem;
}
.mv-listing-dates span strong{color:#334155;}
.mv-listing-dates .mv-date-expired{color:#dc2626;font-weight:600;}

@keyframes mv-modal-fade{from{opacity:0}to{opacity:1}}
