/* Estilos para las notificaciones flash */
#msg-flash {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1050; /* Debe estar por encima de otros elementos */
    min-width: 350px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}