/* Reorganized from wwwroot/css/HomeScreen/styles-1440.css. */
/* Large Desktop (1440px – 1919px) */
@media (min-width: 1440px) and (max-width: 1511px) {
    .detail-post-title {
        font-size: 2em;
        line-height: 1.4em;
        font-weight: bold;
        color: var(--fr-purple);
    }

    .detail-post-publish_date {
        font-size: 13px;
        color: grey;
    }
    .text-xs {
        font-size: 0.8rem !important;
    }
}
