/* ========================================
   ADMIN EVENTOS - CSS ADICIONAL RESPONSIVE
   ======================================== */

/* Nota: Los estilos principales están en admin_eventos.js inline */
/* Este archivo solo tiene ajustes adicionales si son necesarios */

.btn-icon {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.2s;
}

.btn-icon:hover {
    background: #f5f5f5;
}

/* Ajustes Mobile Adicionales */
@media (max-width: 768px) {
    .modal-footer {
        flex-direction: column-reverse;
    }

    .modal-footer button {
        width: 100%;
    }
}