.mcc-spinner {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.mcc-upcoming-events-list {
    list-style: none;
    padding-left: 0;
}
.mcc-upcoming-events-list li {
    margin-bottom: 6px;
}

.mcc-upcoming-events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mcc-upcoming-events-list li.mcc-event-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
    background: #f9f9f9;
    padding: 8px 12px;
    border-radius: 8px;
    padding-bottom: 10px !important;
}

.mcc-date-box {
    text-align: center;
    width: 50px;
    flex-shrink: 0;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    font-family: sans-serif;
    padding: 4px 0;
}

.mcc-date-dayabbr {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.mcc-date-day {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

.mcc-date-month {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.mcc-event-details a {
    color: #0073aa;
    text-decoration: none;
}

.mcc-event-details a:hover {
    text-decoration: underline;
}

.mcc-event-details em {
    color: #555;
    font-style: normal;
    display: block;
    font-size: 0.85rem;
}
