
/* Hide the date tag  */
.tribe-events-calendar-list__event-date-tag{
    display: none;
}

/* Reorder the header */
.tribe-events-calendar-list__event-header {
    display: flex !important;
    flex-direction: column;
}

.tribe-events-calendar-list__event-title { 
    order: 1;
    margin-bottom: 40px !important;
}
.tribe-events-calendar-list__event-datetime-wrapper { 
    order: 2;
}
.tribe-events-calendar-list__event-venue { 
    order: 3;
}

/* Format the time/date/venue of event */
.tribe-events-calendar-list__event-venue,
.tribe-events-calendar-list__event-datetime {
    display: block;
    text-align: left;
}

.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-list__event-datetime span,
address.tribe-events-calendar-list__event-venue * {
    font-family: "Source Serif 4"; !important
    text-transform: uppercase;
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    font-weight: normal !important 
}

.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-list__event-datetime span {
    color: #A1A3A4 !important
}
address.tribe-events-calendar-list__event-venue * { 
    color: #EDB76C !important
}



/* Format the CTA */
.tribe-events-c-small-cta {
    display: none !important
}
    
/* Hide br tag */
br {
    /*display:none;*/
}

/* Flip the image */
.tribe-events-calendar-list__event {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
}

/* Set both children as half width */
.tribe-events-calendar-list__event  > div {
    margin: 0 !important;
    padding: 25px !important;
    width: 50% !important;    
}

/* description align left*/
.tribe-events-calendar-list__event-description .tribe-common p {
	text-align: left !important;
}

/* Postponed tag for TCCHE Seattle 2026 (post-10000076) */
.post-10000076 .tribe-events-calendar-list__event-date {
    display: none;
}
.post-10000076 .tribe-events-calendar-list__event-venue::before {
    content: "Postponed";
    display: inline-block;
    font-family: "Source Serif 4", serif;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #c0392b;
    padding: 4px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
    line-height: 1.4;
}