@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .grid-news-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .photo-report-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .pro-multi-column {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 10;
    }
    .menu.menu-open {
        display: flex;
    }
    .menu li {
        margin: 0;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }
    .header-main {
        position: relative;
    }
    .grid-news-items {
        grid-template-columns: 1fr;
    }
    .photo-report-items {
        grid-template-columns: 1fr;
    }
    .gallery-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hero-content {
        bottom: 20px;
        right: 20px;
        padding: 10px;
    }
    .gallery-items {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   ArvanNews2 - real mobile viewport protection
   Fixes Android Chrome/Desktop-site mode where the theme can
   be rendered inside a narrow right-aligned layout.
   The .arv-real-mobile class is added by mobile-fix.js only
   on touch devices, so normal desktop browsers are unaffected.
   ========================================================== */
html.arv-real-mobile,
html.arv-real-mobile body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

html.arv-real-mobile .site-header,
html.arv-real-mobile .site-main,
html.arv-real-mobile .site-footer {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
}

html.arv-real-mobile .container {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html.arv-real-mobile .site-main > .container {
    width: calc(100% - 20px) !important;
}

html.arv-real-mobile .hero-news,
html.arv-real-mobile .news-layout,
html.arv-real-mobile .media-grid,
html.arv-real-mobile .category-columns {
    grid-template-columns: 1fr !important;
}

html.arv-real-mobile .hero-side {
    display: grid !important;
    grid-template-columns: 1fr !important;
}

html.arv-real-mobile .news-grid {
    grid-template-columns: 1fr !important;
}

html.arv-real-mobile .photo-grid {
    grid-template-columns: 1fr 1fr !important;
}

html.arv-real-mobile .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html.arv-real-mobile .video-list {
    grid-template-columns: 1fr !important;
}

html.arv-real-mobile .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
}

html.arv-real-mobile .footer-bottom {
    flex-direction: column !important;
    gap: 7px !important;
}

html.arv-real-mobile .brand-inner {
    min-height: 78px !important;
}

html.arv-real-mobile .brand strong {
    font-size: 21px !important;
}

html.arv-real-mobile .brand small {
    font-size: 9px !important;
}

html.arv-real-mobile .brand-mark {
    width: 40px !important;
    height: 40px !important;
    font-size: 23px !important;
}

html.arv-real-mobile .mobile-menu-btn {
    display: block !important;
}

html.arv-real-mobile .utility-bar {
    display: none !important;
}

html.arv-real-mobile .hero-image {
    height: 330px !important;
}

html.arv-real-mobile .hero-caption {
    right: 18px !important;
    left: 18px !important;
    bottom: 18px !important;
}

html.arv-real-mobile .hero-caption h1 {
    font-size: 23px !important;
}

html.arv-real-mobile .side-card a {
    grid-template-columns: 105px 1fr !important;
}

html.arv-real-mobile .side-thumb {
    height: 82px !important;
}

html.arv-real-mobile .menu {
    display: none;
    position: absolute !important;
    right: 10px !important;
    left: 10px !important;
    top: 100% !important;
    flex-direction: column !important;
}

html.arv-real-mobile .menu.menu-open {
    display: flex !important;
}

html.arv-real-mobile .breaking-inner {
    height: 44px !important;
}

html.arv-real-mobile .breaking-label {
    font-size: 11px !important;
    margin-left: 8px !important;
}

html.arv-real-mobile .ticker-track a {
    font-size: 12px !important;
}
