.btn-no-wrap {
    white-space: nowrap;
}

.mhfa-news-date-updated {
    display: block;
}

@media only screen and (min-width: 768px) {
    .single .dynamic-entry-content h2,
    .single .dynamic-entry-content h3,
    .single .dynamic-entry-content h4,
    .single .dynamic-entry-content h5,
    .single .dynamic-entry-content h6 {
        text-align: center !important;
    }
}

.tribe-events-calendar-list__event-date-tag {
    padding-top: 20px !important;

    &:after, &:before {
        content: "";
        border: var(--mhfa-orange-primary) solid 3px !important;
        height: 18px;
        width: 10px;
        position: absolute;
        top: calc(-5px * 0.40);
        left: 30%;
        background: #ffffff;
        border-radius: 5px;
    }

    &:before {
        left: calc(70% - 10px);
        z-index:99;
    }
}

.tribe-events-calendar-list__event-date-tag-datetime {
    border: var(--mhfa-orange-primary) solid 3px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    justify-content: center;
    max-height: 65px;

    &:before {
        content: "";
        height: 35%;
        top: -35%;
        left: -3px;
        width: 100%;
        position: absolute;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top: var(--mhfa-orange-primary) solid 3px;
        border-right: var(--mhfa-orange-primary) solid 3px;
        border-left: var(--mhfa-orange-primary) solid 3px;
        box-sizing: content-box;
    }

    span {
        color: var(--mhfa-orange-primary) !important;
        font-weight: bold !important;
    }
}
