/* FILTER SECTION */
.schedule-filter {
    display: none !important;
}

/* SCHEDULE TABLE DESKTOP */
.match-schedule {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0px 10px !important;
}

.schedule-table-wrapper {
    display: block !important;
}

.schedule-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.schedule-table th,
.schedule-table td {
    border: 1px solid #ddd !important;
    padding: 10px !important;
    text-align: center !important;
    color: #ff4500 !important;
}

.schedule-table th {
    font-weight: bold !important;
    color: #ffd700 !important;
}

.schedule-table td {
    color: #ff4500 !important;
}

.event {
    margin: 5px 0 !important;
}

.arena {
    background-color: #e7c21f !important;
    font-weight: bold !important;
    color: #333 !important;
    padding: 2px 5px !important;
    border-radius: 6px !important;
}

/* SCHEDULE TABLE MOBILE */
.schedule-mobile {
    display: none !important;
}

.schedule-mobile-day {
    margin-bottom: 20px !important;
}

.schedule-mobile-day h3 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
    color: #ffd700 !important;
    padding: 5px !important;
}

.schedule-mobile-day p {
    margin: 5px 0 !important;
    color: #ff4500 !important;
    padding: 5px !important;
}

/* RESPONSIVE TABLE SWITCH */
@media (max-width: 768px) {
    .schedule-table-wrapper {
        display: none !important;
    }
    .schedule-mobile {
        display: block !important;
    }
}
