/* events.................................................................... */

.custom-team-border {
    border: 3px solid #1e2c4a !important; 
    border-radius: 10px; 
}

/* Ensure the accordion header looks clean when active */
.custom-event-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa; /* Keeps the background light */
    color: #1e2c4a; /* Changes text to team color when open */
    box-shadow: none; /* Removes the default bootstrap blue shadow */
    border-bottom: 1px solid #1e2c4a;
}

.custom-event-accordion .accordion-button:focus {
    box-shadow: inset 0 0 0 0.25rem rgba(154, 33, 37, 0.219); /* Removes the default focus shadow */
    border-color: #1e2c4a;
}