.elementor-3568 .elementor-element.elementor-element-dc91cea{overflow:visible;}.elementor-3568 .elementor-element.elementor-element-f22cca0{width:100%;max-width:100%;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- ONAR RADIO MEC CUSTOM STYLING --- */
.mec-wrap, .mec-container {
    background-color: #050a18 !important; /* Midnight Blue */
    font-family: 'Outfit', sans-serif !important;
}

/* Τα κουτιά των ημερών */
.mec-weekly-view-week-dt, .mec-calendar-day-head {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
}

/* Η τρέχουσα ημέρα (Highlight) */
.mec-weekly-view-week-dt.mec-weekly-view-week-dt-active, 
.mec-calendar-day-active {
    background-color: #00d4ff !important; /* Το γαλάζιο σου */
    color: #050a18 !important;
}

/* Τίτλοι εκπομπών */
.mec-event-title a {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
}

/* Ώρες εκπομπής */
.mec-event-time {
    color: #9bb0c8 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

/* Glassmorphism στα Events */
.mec-weekly-view-event {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px !important;
    transition: 0.3s;
}

.mec-weekly-view-event:hover {
    background: rgba(0, 212, 255, 0.1) !important;
    border-color: #00d4ff !important;
}

/* Mobile Fixes για το Πρόγραμμα */
@media (max-width: 768px) {
    .mec-weekly-view-week-dt { padding: 5px !important; font-size: 12px !important; }
}/* End custom CSS */