:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-804f07f */.bp-legal-container {
    max-width: 850px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 20px;
    color: #1d1d1f;
}

/* Header Styling */
.bp-legal-header {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 30px;
}

.bp-legal-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1d1d1f;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.bp-legal-header p {
    font-size: 14px;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

/* Content Styling */
.bp-legal-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.bp-legal-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1d1d1f;
    margin: 40px 0 15px 0;
    padding-left: 12px;
    border-left: 4px solid #FF3503; /* Electric orange accent line */
    line-height: 1.2;
}

.bp-legal-content h3:first-child {
    margin-top: 0;
}

.bp-legal-content p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

/* Bullet Points */
.bp-legal-content ul {
    margin: 0 0 30px 0;
    padding-left: 20px;
}

.bp-legal-content li {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 10px;
}

.bp-legal-content strong {
    color: #1d1d1f;
    font-weight: 700;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .bp-legal-container {
        padding: 40px 15px;
    }
    .bp-legal-content {
        padding: 25px;
    }
    .bp-legal-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */