.page-tai-xiu {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light background */
    line-height: 1.6;
    background-color: #FFFFFF; /* Assuming default body background is white */
}

/* --- General Section Styles --- */
.page-tai-xiu__section-padding {
    padding: 60px 0;
}

.page-tai-xiu__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-tai-xiu__section-title {
    font-size: clamp(28px, 4vw, 38px); /* H1 is special, others use clamp */
    font-weight: 700;
    color: #017439; /* Primary color for titles */
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}}