/* Reorganized from wwwroot/css/HomeScreen/styles-480.css. */
/*480px (large mobile)*/
@media (min-width: 480px) and (max-width: 767px) {

    .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;
        }
}
