/* Reorganized from wwwroot/css/HomeScreen/styles-320.css. */
/*≥320px (small mobile)*/
@media (max-width: 479px) {
    .category-chip.active {
        text-decoration: underline;
        border-radius: 4px !important;
        color: var(--fr-purple) !important;
        font-weight: 600;
        pointer-events: none; /* disable clicking */
        cursor: default; /* show disabled cursor */
        opacity: 0.8; /* optional: make it look less clickable */
    }

        .news-one-press__content {
            padding: 55px 25px 13px;
        }
    .news-one-date-press-release {
        padding: 5px 8px 10px;
        z-index: 2;
        height: 45px;
    }
}
