.elementor-4806 .elementor-element.elementor-element-559cd35{--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-56e2e8b *//* --- Cookie Policy & Legal Pages Styling (iLovePDF Theme) --- */

/* Main Container */
.legal-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #ffffff;
    color: #47474f; /* Professional dark grey text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    text-align: left; /* Strict Left Alignment */
    box-sizing: border-box;
}

/* Page Header */
.legal-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.legal-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2a2a2a; /* Near black */
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.legal-meta {
    font-size: 14px;
    color: #9e9e9e; /* Light grey for dates */
    font-weight: 400;
}

/* Headings within content */
.legal-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Paragraphs & Lists */
.legal-content p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #47474f;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-content li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #47474f;
}

.legal-content strong {
    font-weight: 600;
    color: #2a2a2a;
}

/* Links */
.legal-link {
    color: #3b82f6; /* Your Brand Blue */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.legal-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Optional: Cookie Table Styling (If you add a list of specific cookies later) */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}

.cookie-table th {
    text-align: left;
    padding: 12px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
    color: #2a2a2a;
    font-weight: 600;
}

.cookie-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .legal-container {
        padding: 30px 20px;
    }
    
    .legal-header h1 {
        font-size: 28px;
    }
    
    .legal-content h2 {
        font-size: 20px;
        margin-top: 30px;
    }
    
    .legal-content h3 {
        font-size: 17px;
    }
}/* End custom CSS */