.elementor-1888 .elementor-element.elementor-element-758d04d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-47fa029 *//* --- Terms of Service / Privacy Matching Style --- */
.privacy-section {
    padding: 80px 0;
    background-color: #f8fafc; /* Light grey background */
}

.container-small {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy-header {
    text-align: center;
    margin-bottom: 50px;
}

.privacy-header h1 {
    font-size: 3rem;
    color: #0f172a;
    margin: 15px 0;
}

.privacy-header p {
    color: #64748b;
    font-size: 0.9rem;
}

/* The Content Card */
.privacy-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.policy-block {
    margin-bottom: 40px;
}

.policy-block:last-child {
    margin-bottom: 0;
}

.policy-block h2 {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 15px;
    border-bottom: 2px solid #eff6ff;
    display: inline-block;
}

.policy-block p, .policy-block li {
    color: #334155;
    line-height: 1.8;
}

.policy-block ul {
    padding-left: 20px;
    margin-top: 15px;
}

.policy-block li {
    margin-bottom: 10px;
}

.privacy-footer {
    text-align: center;
    margin-top: 50px;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .privacy-card {
        padding: 30px 20px;
    }
    .privacy-header h1 {
        font-size: 2.2rem;
    }
}/* End custom CSS */