﻿body {
    background: #f8f9fa;
}

.policy-container {
    max-width: 960px;
    margin: 60px auto;
}

.policy-card {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.policy-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
}

.policy-subtitle {
    color: #6c757d;
    margin-bottom: 40px;
}

.section-title {
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
   /* border-bottom: 2px solid #d4af37;*//*เส้นทอง ด้านล่าง*/
    font-size: 1.35rem;
    font-weight: 600;
    color: #212529;
}

.policy-card p {
    line-height: 1.9;
    color: #495057;
}

.policy-card ul {
    padding-left: 1.3rem;
}

.policy-card li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #495057;
}

.contact-box {
    background: #f8f9fa;
    border-left: 4px solid #d4af37;
    padding: 20px;
    border-radius: 8px;
}

    .contact-box strong {
        display: inline-block;
        width: 120px;
    }
