.wp-block-columns.is-style-default {
  align-items: stretch;
}

.wp-block-columns .wp-block-group {
  height: 100%;
}

/* TEC pages: make fixed header full width */
.single-tribe_events .header-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

/* Remove block constraint from header */
.single-tribe_events .header-wrapper.is-layout-constrained {
    max-width: none !important;
}

/* Add space below fixed header */
.single-tribe_events .tribe-events {
    padding-top: 120px;
}

/* TEC Pro photo grid - remove all list markers */
.tribe-common ul,
.tribe-common ol {
    list-style: none !important;
    padding-left: 0 !important;
}

.tribe-common li::marker {
    content: "" !important;
}

/* TEC Photo View: larger images, preserve aspect ratio */
.tribe-events-pro-photo__event img {
    width: 100% !important;
    height: auto !important;
}

/* Hide TEC Photo View header only */
.tribe-events-view--photo .tribe-events-header {
    display: none !important;
}

/* Hide Photo View navigation */
.tribe-events-pro-photo-nav,
.tribe-events-c-nav {
    display: none !important;
}

.tribe-events-c-subscribe-dropdown__container {display: none !important;}

/* Make TEC inner container fill the wide area */
.tribe-common-l-container.tribe-events-l-container {
    max-width: none !important;
    width: 100% !important;
}

/* Match Gutenberg wide layout */
.tribe-events-view--photo .tribe-common-l-container {
    max-width: 100% !important;
}

/* Keep text at the bottom aligned */
.tribe-events-pro-photo__event-details {
    flex-grow: 1 !important;
}


/* Align Photo View text with images */
.tribe-events-pro-photo__event-details {
    padding-left: 0 !important;
    padding-right: 0 !important;
} 

.tribe-events-pro-photo--grid .tribe-common-g-col {
    flex-basis: 50% !important;
    max-width: 50% !important;
}

/* TEC Photo View: tighten column gutters */
.tribe-events-view--photo .tribe-common-g-row--gutters > .tribe-common-g-col {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

/* TEC Photo View: make image fill blue wrapper */
.tribe-events-pro-photo__event-featured-image-wrapper img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
}

.tribe-events-pro-photo__event-featured-image-wrapper > * ,
.tribe-events-pro-photo__event-featured-image-wrapper > * > * {
    width: 100% !important;
    max-width: 100% !important;
}

/* Date column = 25% */
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag {
    width: 10% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

/* Details column = 75% */
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-details {
    width: 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
}


.single-tribe_events .header-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    z-index: 9999 !important;
}

/* Single TEC event: clear fixed header */
.single-tribe_events .tec-block__single-event {
    margin-top: 120px !important;
}

/* TEC Photo View: rounded image container */
.tribe-events-pro-photo__event-featured-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.tribe-events-pro-photo__event-featured-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.tribe-events-pro-photo__event-title {
    font-size: 1.5rem !important;
    line-height: 1.6;
}

.tribe-events-pro-photo__event-date-tag-month {
    font-size: 1.0rem !important;
    line-height: 1.6;
}

.tribe-events-calendar-list__month-separator-text {
    font-size: 1.5rem !important;
    line-height: 1.6;
}

.tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 1.0rem !important;
    line-height: 1.6;
}

/* Make List View image column wider */
.tribe-events-calendar-list__event-featured-image-wrapper {
    flex: 0 0 45% !important;
    max-width: 45% !important;
}

/* 40% image / 60% details */
.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.tribe-events-calendar-list__event-details.tribe-common-g-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

/* TEC List View: round image wrapper and force clipping */
.tribe-events-calendar-list__event-featured-image-wrapper {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper * {
    border-radius: inherit !important;
}

.tribe-events-calendar-list__event-description {
    font-size: 1.0rem !important;
    line-height: 1.6;
}