
@media (max-width: 991.98px) {
    .month-events-container {
        flex: 1;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .month-events-content {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        padding: 0.5rem;
    }

    /* Smaller fonts for mobile */
    .month-event-date {
        font-size: 0.7rem;
    }

    .month-event-title {
        font-size: 0.8rem;
    }

    .month-delimiter {
        font-size: 0.75rem;
        margin: 0 1rem 0.5rem 1rem;
    }

    .month-matches-header {
        padding: 0.5rem 1rem;
    }

    .month-matches-header h6 {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
}
