/*
* Theme Name: Astra Child
* Template:   astra
*/

/* Make article the anchor for absolute positioning */
.tribe-events-pro-photo__event article {
    position: relative;
}

/* Venue pill over the image */
.tribe-common .tribe-events-pro-photo__event-venue {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(80, 80, 80, 0.75);
    color: #fff;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 8px;
    margin: 0;
    z-index: 1;
    line-height: 1.5;
    backdrop-filter: blur(4px);
}


.tribe-common .tribe-events-pro-photo__event-organizer {
    order: 5;
    font-size: var(--tec-font-size-2);
    color: var(--tec-color-text-event-date);
}


.tribe-events-pro .tribe-events-pro-photo__event-datetime {
    font-size: var(--tec-font-size-4) !important;
}