/* Media Queries for Newspaper Classic Theme */

@media (max-width: 1200px) {
    .footer-columns {
        flex-wrap: wrap;
    }
    
    .footer-about {
        border-right: none;
        border-bottom: 1px solid var(--rule-color);
        padding-right: 0;
        padding-bottom: 2rem;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    .section.head {
        padding: 3rem 0;
    }

    .section.head h1 {
        font-size: 2.2rem;
    }

    .section.head h1::first-letter {
        font-size: 3.5rem;
    }

    .section {
        padding: 3rem 0;
    }

    .section header h2 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .section header h2::before,
    .section header h2::after {
        width: 30px;
    }

    .site-logo a {
        font-size: 2rem;
        letter-spacing: 4px;
    }

    .site-nav ul {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .site-nav li:not(:last-child)::after {
        display: none;
    }

    .site-nav a {
        font-size: 0.75rem;
    }

    .footer-columns {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .footer-links ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .section.head h1 {
        font-size: 1.8rem;
    }

    .section.head h1::first-letter {
        font-size: 2.8rem;
    }

    .header-inner::before {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }

    .site-logo a {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
}
