.elementor-721 .elementor-element.elementor-element-344ef35 .elementor-heading-title{font-size:27px;font-weight:700;color:#000000;}.elementor-721 .elementor-element.elementor-element-afaf4f2{text-align:start;color:#000000;}body.elementor-page-721:not(.elementor-motion-effects-element-type-background), body.elementor-page-721 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-afaf4f2 *//* Privacy Policy / Terms page styling */
.privacy-policy-content,
.terms-content,
article.page {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

/* Main page title */
.privacy-policy-content h1,
.terms-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

/* "Last updated" line */
.privacy-policy-content p:first-of-type,
.last-updated {
    font-size: 14px;
    color: #767676;
    font-style: italic;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

/* Section headers (Comments, Cookies, etc.) */
.privacy-policy-content h2,
.privacy-policy-content strong:only-child,
.terms-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #1a1a1a;
    padding-top: 8px;
}

/* Remove excess top margin on the very first heading */
.privacy-policy-content h2:first-of-type {
    margin-top: 24px;
}

/* Paragraph spacing */
.privacy-policy-content p,
.terms-content p {
    margin-bottom: 16px;
}

/* Links inside policy text */
.privacy-policy-content a,
.terms-content a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.privacy-policy-content a:hover {
    color: #1d4ed8;
}

/* Optional: add a light card/container look */
.privacy-policy-content,
.terms-content {
    background: #ffffff;
    border-radius: 8px;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .privacy-policy-content,
    .terms-content {
        padding: 24px 16px 60px;
        font-size: 15px;
    }
    .privacy-policy-content h1 {
        font-size: 26px;
    }
    .privacy-policy-content h2 {
        font-size: 18px;
    }
}/* End custom CSS */