/*
Theme Name: TTTIGER Four Pages 1.6.4 Nav + Mobile Fix
Theme URI: https://tttigerfan.com/
Author: Codex
Description: Minimal child theme that preserves TTTIGER Four Pages 1.6.2 and fixes active navigation and narrow mobile layouts.
Version: 1.7.0
Template: tttiger-four-pages-v1.6.2-safe-20260803
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: tttigerfan
*/

.tt-mobile-panel a.is-current,
.tt-mobile-panel a[aria-current="page"] {
    color: var(--tt-blue);
}

@media (max-width: 420px) {
    .tt-hero h1 {
        max-width: 100%;
        padding-left: 0.08em;
        font-size: 44px;
        letter-spacing: 0.08em;
    }

    .tt-pain-section .tt-feature-grid {
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
    }

    .tt-pain-section .tt-feature-card {
        width: 100%;
        min-width: 0;
        padding: 26px 20px;
    }

    .tt-pain-section .tt-feature-title {
        min-width: 0;
        align-items: flex-start;
        gap: 14px;
    }

    .tt-pain-section .tt-feature-title h3,
    .tt-pain-section .tt-feature-card p {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .tt-pain-section .tt-feature-title h3 {
        font-size: 22px;
    }
}
