/* ===== Privacy Policy ===== */

.privacy-policy-page {
    padding: 100px 0 4rem;
}

.privacy-policy-page .pp-title {
    font-family: popbl;
    font-size: 2rem;
    color: #ee1b24;
    margin-bottom: 1.5rem;
}

.privacy-policy-page .pp-content {
    font-family: "Poppins", "Segoe UI", sans-serif;
    color: #333333;
    line-height: 1.7;
}

.privacy-policy-page .pp-content h1 {
    font-family: popbl;
    font-size: 1.5rem;
    color: #111111;
    margin: 0 0 1.25rem;
}

.privacy-policy-page .pp-content h2 {
    font-family: popbl;
    font-size: 1.15rem;
    color: #111111;
    margin: 1.5rem 0 0.75rem;
}

.privacy-policy-page .pp-content p {
    font-size: 14px;
    margin: 0 0 1rem;
}

.privacy-policy-page .pp-content strong {
    font-weight: 700;
}

.privacy-policy-page .pp-content a {
    color: #ee1b24;
    text-decoration: underline;
}

.privacy-policy-page .pp-content ol,
.privacy-policy-page .pp-content ul {
    font-size: 14px;
    margin: 0 0 1rem;
    padding-left: 1.5rem;
}

.privacy-policy-page .pp-content ol {
    list-style: decimal;
}

.privacy-policy-page .pp-content ul {
    list-style: disc;
}

.privacy-policy-page .pp-content ol ul,
.privacy-policy-page .pp-content ul ul,
.privacy-policy-page .pp-content ul ol,
.privacy-policy-page .pp-content ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.privacy-policy-page .pp-content li {
    margin-bottom: 0.5rem;
}
