/* Trang Chính sách dịch vụ, bảo mật — bổ sung trên nền about-page (LHB) */

.policy-page .about-block h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--about-navy);
    margin: 20px 0 8px;
    line-height: 1.35;
}

.policy-page .about-block h3:first-of-type {
    margin-top: 14px;
}

.policy-hotline {
    margin: 22px 0 0;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid var(--about-gold-line);
    font-size: 15px;
    line-height: 1.55;
    color: #334155;
}

.policy-hotline a {
    color: var(--about-navy);
    font-weight: 700;
    text-decoration: none;
}

.policy-hotline a:hover {
    text-decoration: underline;
}

.policy-back {
    margin-top: 8px;
    font-size: 14px;
}

.policy-back a {
    color: var(--about-navy);
    font-weight: 700;
    text-decoration: none;
}

.policy-back a:hover {
    text-decoration: underline;
}
