/* Guide article shared mobile overrides — loaded last to win source order */
@media (max-width: 640px) {
    .guide-page { padding: 16px 14px 48px !important; }
    .guide-body { padding: 20px 16px 28px !important; }
    .guide-hero { padding: 24px 16px !important; }
    .stats-strip { grid-template-columns: repeat(2, 1fr) !important; }
    .stat-cell { padding: 14px 12px !important; }
    .city-grid { grid-template-columns: 1fr !important; }
    .tax-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .bottom-calc-cta {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        padding: 20px 16px !important;
    }
    .bottom-calc-cta-text { min-width: 0 !important; }
    .bottom-calc-cta a {
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .compare-wrap { border-radius: 8px !important; }
    .guide-disclaimer { padding-top: 16px !important; }
}

@media (max-width: 480px) {
    .stats-strip { grid-template-columns: repeat(2, 1fr) !important; }
    .tax-grid { grid-template-columns: 1fr !important; }
    .stat-num { font-size: 1.2rem !important; }
    .guide-hero h1, .guide-hero h1.guide-title { font-size: 1.35rem !important; }
}
