/**
 * Center identification in MEC event cards imported by FPMT Event Feed.
 */
.mec-wrap .fpmt-efc-center-label {
    display: block;
    margin-top: 8px;
    color: #8a8a8a !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.mec-wrap .mec-event-loc-place.fpmt-efc-center-label {
    margin-top: 0;
}

@media (max-width: 767px) {
    .mec-wrap .fpmt-efc-center-label {
        font-size: 13px;
    }
}
