/* ==========================================================================
   MUANG THAI LIFE PLUS - MOBILE STYLES (Mobile First)
   ========================================================================== */
body {
    font-family: 'Sarabun', sans-serif;
    color: #444;
}

.s-container {
    padding-left: 15px;
    padding-right: 15px;
}

.product-hero .product-badge {
    font-size: 0.85rem;
}

.product-hero .entry-title {
    font-size: 2rem !important;
}

.product-hero .product-key-stats {
    gap: 15px !important;
    flex-direction: column;
}

.product-hero .product-key-stats .stat-box {
    width: 100%;
}

.product-hero .product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-hero .product-actions a {
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
}

.product-description .entry-content {
    padding: 25px !important;
}

.benefits-grid {
    grid-template-columns: 1fr !important;
}

.plans-wrapper {
    margin: 0 -15px;
    padding: 0 15px 20px;
}

.plans-wrapper .plans-grid {
    justify-content: flex-start !important;
}

.plans-wrapper .plan-column {
    min-width: 85vw;
}

.comparison-hero .entry-title {
    font-size: 1.8rem !important;
}

.premium-compare-table th {
    font-size: 1rem !important;
    min-width: 150px;
}

.premium-compare-table td {
    font-size: 0.9rem !important;
}