/* ============================================================
   GESTIONAR VISITAS — Tab-specific overrides.
   Reuses .ev-* classes from admin-eventos.css for the table,
   chips, popover and modals; this file only adds the bits that
   differ (narrower modals because visits have fewer fields).
   ============================================================ */

/* Modal modificar — 4 fields + tipo, no need for 720px width. */
.modal-visita-modificar { position: relative; text-align: left; padding: 28px 32px; max-width: 560px; }
.modal-visita-modificar .ev-modificar-section:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }

/* Detalle modal: visits don't have services or package sections, so a
   slightly narrower modal keeps the content from feeling stretched.   */
.modal-visita-detalle { max-width: 640px; }

@media (max-width: 640px) {
    .modal-visita-modificar { padding: 22px 18px; }
    .modal-visita-detalle   { padding: 22px 18px; }
}
