/**
 * Custom styling for The Events Calendar
 */

/* Event container styling */
.tribe-events-calendar-list__event {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #eee;
}

/* County display styling */
.tribe-event-county {
    font-size: .8rem;
    color: #666;
    margin-bottom: 5px;
    font-weight: normal;
    display: block !important;
    text-transform: uppercase;
}

/* Election type styling */
.tribe-event-election-type {
    font-size: 1rem;
    color: #444;
    margin-top: 8px;
    font-weight: normal;
    font-style: italic;
    padding: 3px 0;
    display: block !important;
    visibility: visible !important;
}

/* Hide time display and original categories */
.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-date-tag,
.tribe-events-calendar-list__event .tribe-events-c-small-cta,
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-cost,
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-categories {
    display: none !important;
}

/* Style the date display */
.tribe-events-list .tribe-events-list-event-title {
    font-size: 1.5em;
   
}

.tribe-events-calendar-list__event-title{
    margin-bottom:0px !important;
    padding-bottom:0px;
}

/* Event title styling */
.tribe-events-calendar-list__event-title,
.tribe-events-calendar-list__event-title-link {
    font-family: 'Lora', serif !important;
}

/* Style the event date in list view */
.tribe-events-list-separator-month {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 2.5em 0 1em;
    text-transform: uppercase;
    font-weight: bold;
}

/* Style the day number display */
.tribe-events-list .tribe-event-day-number {
    font-size: 1.8em;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #333;
}

/* Style the search box */
.tribe-events-bar {
    margin-bottom: 2em;
}

/* Make event titles more prominent */
.tribe-events-list .tribe-events-list-event-title a {
    color: #002A7B; /* Blue Dark from your theme */
    font-weight: bold;
}

/* Style the event type/category */
.tribe-events-list .tribe-events-event-meta .tribe-events-category {
    display: block;
    margin-top: 0.5em;
}

/* Style the month/year headers */
.tribe-events-list-separator-month {
    background-color: #002A7B; /* Blue Dark from your theme */
    color: white;
    text-align: center;
    padding: 0.75em;
    border-radius: 4px;
}

/* Style the Find Events button */
.tribe-events-button, 
#tribe-events .tribe-events-button {
    background-color: #BF251B; /* Red from your theme */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.tribe-events-button:hover, 
#tribe-events .tribe-events-button:hover {
    background-color: #a01e15;
}

/* Style the view selector */
.tribe-events-view-selector {
    margin-bottom: 1.5em;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .tribe-events-list .tribe-events-list-event-title {
        font-size: 1.2em;
    }
    
    .tribe-event-county {
        font-size: 0.9rem;
    }
}
