/* Move subscribe button 
.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
    float: left;
    margin-left: 0px;
}*/
/* Header changes */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 700px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.tribe-events-header {
    display: none !important;
}



/* Event Item Changes */
.tribe-events-calendar-list__event-header {
    background: none;
}

.tribe-events-calendar-list__event-details {
	width: 100% !important;
    margin-bottom: 20px !important;
}

.tribe-events-calendar-list__event-description, .tribe-events-calendar-list__event-description p {
    font-size: 16px;
    font-family: roboto, sans-serif;
}


/* 1. Container: Align left and remove default center-flex
.tribe-events-c-subscribe-dropdown {
    justify-content: flex-start !important;
    margin-top: 30px !important;
} */

/* 2. The Main Button: BRAFB Navy */
.tribe-events-c-subscribe-dropdown__button {
    background-color: #002d56 !important; /* BRAFB Navy */
    color: #ffffff !important;
    border: none !important;
    transition: background-color 0.3s ease !important;
}

/* Hover: BRAFB Orange */
.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events-c-subscribe-dropdown__button:focus {
    background-color: #f15a24 !important; /* BRAFB Orange */
    color: #ffffff !important;
}


/* Event button styles */ 
.brafb-meeting-container {
    margin-top: 15px !important;
    margin-bottom: 10px;
    display: block;
}

.brafb-meeting-button {
    display: inline-block;
    background-color: #002d56 !important; /* BRAFB Navy */
    color: #ffffff !important;
    padding: 10px 22px !important;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.brafb-meeting-button:hover {
    background-color: #f15a24 !important; /* BRAFB Orange */
}