/*----------------------------------------------
|     Event Calendar List Styles Over Write     | 
------------------------------------------------*/
/* 1. Search Input - Removing borders and adjusting padding */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    border-style: none !important;
    padding: 20px 20px 20px 40px !important;
}

/* 2. Buttons - Shared background color */
.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector__button {
    background-color: #fff !important;
}

/* 3. Event Titles - Links and Hover states */
.tribe-events-calendar-list__event-title a {
    color: #141827 !important;
    transition: color 0.2s ease-in-out; /* Added for a smoother feel */
}

.tribe-events-calendar-list__event-title a:hover {
    color: #ec2622 !important;
}
/*-----------------------------------------------------
|     END styles - Michael (5/8/2026 DO NOT DELETE    | 
------------------------------------------------------*/