/**
 * PARCOURS REGIONAL PAGES
 * Responsive overrides for golf-bangkok, golf-phuket, golf-chiang-mai, golf-centre-sud pages
 */

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem !important;
    }

    .hero-section .subtitle {
        font-size: 0.9rem !important;
        letter-spacing: 2px !important;
    }

    .grid-responsive {
        grid-template-columns: 1fr !important;
    }

    .course-card img,
    .gallery-img {
        height: 180px !important;
    }

    .section {
        padding: 2rem 0 !important;
    }
}
