/* Estilos personalizados para el Widget de Calendario 20ab3897 */

/* Color del texto para el día de hoy, selección de vistas activas y texto general */
.calendar_widget_379967bb .today,
.calendar_widget_379967bb .active,
.calendar_widget_379967bb .view-selector .active,
.calendar_widget_379967bb .current-day {
    color: #002A28 !important;
    font-weight: bold;
}

/* Efecto glassmorphism y bordes redondeados para botones */
.calendar_widget_379967bb button,
.calendar_widget_379967bb .btn,
.calendar_widget_379967bb .view-selector button {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px !important;
    color: #002A28 !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease !important;
}

/* Hover de los botones */
.calendar_widget_379967bb button:hover,
.calendar_widget_379967bb .btn:hover,
.calendar_widget_379967bb .view-selector button:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}
