/* Reorganized from wwwroot/css/HomeScreen/styles-768.css. */
/* Tablet Portrait (768px – 1023px) */

@media (min-width: 768px) and (max-width: 991px) {

    .detail-post-title {
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: bold;
        color: var(--fr-purple);
    }

    .detail-post-publish_date {
        font-size: 13px;
        color: grey;
    }

    .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.7rem !important;
    }
}
