/*
 * THE ROAD - MEC Grid Location Under Title
 * Front-end styling
 */

.mec-wrap [class*="mec-event-grid-"] .mec-grid-event-location,
.mec-wrap [class*="mec-event-grid-"] .mec-event-loc-place,
.mec-wrap [class*="mec-event-grid-"] .mec-event-address {
    display: none !important;
}

.mec-wrap [class*="mec-event-grid-"] .trl-mec-grid-location {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.mec-wrap .mec-event-grid-modern .trl-mec-grid-location,
.mec-wrap .mec-event-grid-clean .trl-mec-grid-location,
.mec-wrap .mec-event-grid-classic .trl-mec-grid-location,
.mec-wrap .mec-event-grid-minimal .trl-mec-grid-location,
.mec-wrap .mec-event-grid-simple .trl-mec-grid-location,
.mec-wrap .mec-event-grid-novel .trl-mec-grid-location {
    opacity: 0.92;
}

.mec-wrap [class*="mec-event-grid-"] .mec-event-title + .trl-mec-grid-location {
    position: relative;
}

.mec-wrap [class*="mec-event-grid-"] .mec-event-title + .trl-mec-grid-location::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 999px;
    background: currentColor;
    vertical-align: middle;
    transform: translateY(-1px);
    opacity: 0.5;
}
