/**
 * URAUA.INFO - Footer Mobile Styles (дополнение к original-design.css)
 * Мобильные стили для нового футера
 */
@media (max-width: 768px) {
    .single-post-wrapper {
        grid-template-columns: 1fr !important;
        padding: 15px !important;
    }
    .single-post-sidebar {
        display: none !important;
    }
    .single-post-content-col {
        max-width: 100% !important;
    }
    .site-footer {
        padding: 30px 0 0 !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-bottom: 0 !important;
    }
    .site-footer .container {
        padding: 0 15px !important;
        max-width: 100% !important;
    }
    html, body {
        overflow-x: hidden !important;
    }
    body {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .footer-content-new {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 !important;
    }
    .footer-left,
    .footer-center,
    .footer-right {
        width: 100% !important;
        text-align: center !important;
    }
    .footer-logo {
        display: flex !important;
        justify-content: center !important;
    }
    .footer-description {
        text-align: center !important;
    }
    .footer-links-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }
    .footer-menu-col {
        width: 100% !important;
        text-align: center !important;
    }
    .footer-social-new {
        justify-content: center !important;
    }
    .footer-legal {
        padding: 0 15px !important;
    }
    .footer-bottom-new {
        padding: 20px 15px 0 !important;
    }
    .footer-links-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .footer-menu-col {
        text-align: center !important;
    }
    .header-search {
        position: relative !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .header-search::before {
        content: '\f002';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 18px;
        color: var(--color-primary, #d32f2f);
        pointer-events: none;
        z-index: 1;
    }
    .header-search form {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.95) !important;
        z-index: 9999 !important;
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
        margin: 0 !important;
    }
    .header-search form.active {
        display: flex !important;
    }
    .header-search input[type="search"] {
        width: 100% !important;
        max-width: 500px !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
        border: 2px solid white !important;
        background: white !important;
        color: #2f3a4a !important;
        border-radius: 8px !important;
    }
    .header-search button[type="submit"] {
        display: none !important;
    }
}
