.news-grid,
.news-grid.full-page {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    height: 56px;
    overflow: visible;
    line-height: 0;
    background: transparent;
    padding: 0;
}

.logo-image {
    display: block;
    height: 42px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    background: transparent;
}

@media (max-width: 1024px) {
    .news-grid,
    .news-grid.full-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    html.js-enabled .nav-links {
        display: none !important;
    }

    html.js-enabled .mobile-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    html.js-enabled .mobile-nav {
        display: block !important;
    }

    html.js-enabled .overlay.active {
        display: block !important;
    }

    html.js-enabled .scroll-top {
        display: flex !important;
    }

    .news-grid,
    .news-grid.full-page {
        grid-template-columns: 1fr !important;
    }

    .nav-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.75rem;
    }

    .logo {
        margin-right: auto;
        min-width: 0;
        height: 48px;
    }

    .logo-image {
        height: 40px;
        max-width: 180px;
        background: transparent;
    }

    html.js-enabled .nav-links {
        display: none !important;
    }

    .nav-links {
        display: none !important;
    }

    html.js-enabled .mobile-menu {
        display: flex !important;
    }

    .mobile-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        order: 3;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    }

    html.js-enabled .mobile-nav {
        display: block !important;
    }

    .mobile-nav {
        display: block !important;
        right: -100% !important;
        left: auto !important;
    }

    .mobile-nav.active {
        right: 0 !important;
    }

    html.js-enabled .overlay.active {
        display: block !important;
    }

    .overlay.active {
        display: block !important;
    }

    html.js-enabled .scroll-top {
        display: flex !important;
    }

    .scroll-top {
        display: flex !important;
    }
}
