/* legal content section start */

.legal-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.legal-updated-date {
    margin-bottom: 14px;
    color: #6d7480;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.legal-content h2 {
    margin: 0 0 20px;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.legal-content h3 {
    margin: 32px 0 10px;
    color: #004A92;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
}

.legal-content h4 {
    margin: 0 0 8px;
    color: #004A92;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.legal-content p {
    margin: 0 0 16px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

.legal-content ul,
.legal-content ol {
    margin: 0 0 20px;
    padding-left: 17px;
	list-style-type: disc;
}

.legal-content li {
    margin-bottom: 8px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.legal-content li:last-child {
    margin-bottom: 0;
}

.legal-content a {
    color: #004A92;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #F9B42B;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #F39B00;
}

.legal-contact-box {
    margin-top: 22px;
    padding: 25px 27px;
    background: #FFF4DA;
    border: 1px solid #F9B42B;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.legal-contact-box p {
    margin-bottom: 7px;
    line-height: 1.65;
}

.legal-contact-box p:last-child {
    margin-bottom: 0;
}

/* legal content section end */

@media (max-width: 991px) {

    .legal-content-wrapper {
        max-width: 100%;
    }

    .legal-content h2 {
        font-size: 34px;
    }

}

@media (max-width: 767px) {

    .legal-updated-date {
        font-size: 13px;
    }

    .legal-content h2 {
        margin-bottom: 17px;
        font-size: 30px;
    }

    .legal-content h3 {
        margin-top: 27px;
        font-size: 21px;
    }

    .legal-content h4 {
        font-size: 18px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .legal-content ul,
    .legal-content ol {
        padding-left: 20px;
    }

    .legal-contact-box {
        padding: 22px 20px;
        border-radius: 12px;
    }

}