/* Reorganized from wwwroot/css/HomeScreen/styles-1280.css. */
/* Desktop (1280px – 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
    .detail-post-title {
        font-size: 1.8em;
        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;
    }
}
