/* Reorganized from wwwroot/css/HomeScreen/styles-992.css. */
@media (min-width: 992px) and (max-width: 1199px) {
    .detail-post-title {
        font-size: 1.5em;
        line-height: 1.4em;
        font-weight: bold;
        color: var(--fr-purple);
    }

    .detail-post-publish_date {
        font-size: 12px;
        color: grey;
    }
    .text-xs {
        font-size: 0.55rem !important;
    }
}
