.elementor-285 .elementor-element.elementor-element-ccf940e{--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;}.elementor-285 .elementor-element.elementor-element-4d1832d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-9440f86 *//* ============================================
   GAUDENS LTD - GDPR Pages Modern CSS
   For Privacy Policy & Terms of Service
   Paste in Elementor > Custom CSS
   ============================================ */

/* === PAGE CONTAINER === */
.gdpr-legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #2d3748;
    line-height: 1.8;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* === MAIN TITLE === */
.gdpr-legal-page h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 20px;
}

.gdpr-legal-page h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

/* === LAST UPDATED DATE === */
.last-updated {
    display: inline-block;
    font-size: 14px;
    color: #64748b;
    background: #e2e8f0;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

/* === SECTION HEADINGS (H2) === */
.gdpr-legal-page h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #3b82f6;
    transition: all 0.3s ease;
}

.gdpr-legal-page h2:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

/* === SUB HEADINGS (H3) === */
.gdpr-legal-page h3 {
    font-size: 18px;
    font-weight: 600;
    color: #334155;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid #8b5cf6;
}

/* === PARAGRAPHS === */
.gdpr-legal-page p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 18px;
    line-height: 1.9;
}

/* === LISTS === */
.gdpr-legal-page ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.gdpr-legal-page ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #475569;
}

.gdpr-legal-page ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
}

/* Nested lists */
.gdpr-legal-page ul ul {
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 20px;
}

.gdpr-legal-page ul ul li::before {
    width: 6px;
    height: 6px;
    background: #94a3b8;
}

/* === CONTACT BOX === */
.contact-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 28px 32px;
    border-radius: 16px;
    margin: 25px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-box strong {
    font-size: 20px;
    color: #1e293b;
    display: block;
    margin-bottom: 15px;
}

/* === LINKS === */
.gdpr-legal-page a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.gdpr-legal-page a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: width 0.3s ease;
}

.gdpr-legal-page a:hover {
    color: #8b5cf6;
}

.gdpr-legal-page a:hover::after {
    width: 100%;
}

/* === PART DIVIDER (PART A / PART B) === */
.section-divider {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 60px 0 40px 0;
    padding: 25px 30px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* === LEGAL BASIS BOX === */
.legal-basis {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    padding: 16px 20px;
    border-left: 4px solid #3b82f6;
    border-radius: 0 12px 12px 0;
    margin: 15px 0;
    font-size: 14px;
    color: #1e40af;
}

.legal-basis strong {
    color: #1e3a8a;
}

/* === HIGHLIGHT BOX (Important notices) === */
.highlight-box {
    background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
    padding: 20px 24px;
    border-left: 4px solid #eab308;
    border-radius: 0 12px 12px 0;
    margin: 25px 0;
    font-size: 15px;
    color: #854d0e;
}

.highlight-box strong {
    color: #713f12;
    font-size: 16px;
}

/* === IMPORTANT BOX === */
.important {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px 24px;
    border-radius: 12px;
    margin: 25px 0;
    border: 1px dashed #cbd5e1;
    font-size: 15px;
}

.important strong {
    color: #334155;
}

/* === BOLD TEXT === */
.gdpr-legal-page strong {
    color: #1e293b;
    font-weight: 600;
}

/* === EMOJI ICONS === */
.contact-box a[href^="mailto:"]::before {
    content: '📧 ';
}

.contact-box a[href^="tel:"]::before {
    content: '📞 ';
}

/* === SMOOTH SCROLL === */
html {
    scroll-behavior: smooth;
}

/* === SELECTION COLOR === */
.gdpr-legal-page ::selection {
    background: #3b82f6;
    color: #ffffff;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .gdpr-legal-page {
        padding: 40px 20px;
    }
    
    .gdpr-legal-page h1 {
        font-size: 32px;
    }
    
    .gdpr-legal-page h2 {
        font-size: 20px;
        padding: 14px 16px;
    }
    
    .section-divider {
        font-size: 20px;
        padding: 20px;
        letter-spacing: 1px;
    }
    
    .contact-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .gdpr-legal-page h1 {
        font-size: 26px;
    }
    
    .gdpr-legal-page h2 {
        font-size: 18px;
    }
    
    .section-divider {
        font-size: 16px;
    }
}

/* ============================================
   DARK MODE SUPPORT (Optional)
   ============================================ */

@media (prefers-color-scheme: dark) {
    .gdpr-legal-page.dark-mode {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
        color: #e2e8f0;
    }
    
    .gdpr-legal-page.dark-mode h1,
    .gdpr-legal-page.dark-mode h2,
    .gdpr-legal-page.dark-mode h3 {
        color: #f1f5f9;
    }
    
    .gdpr-legal-page.dark-mode h2 {
        background: #1e293b;
        border-color: #3b82f6;
    }
    
    .gdpr-legal-page.dark-mode p,
    .gdpr-legal-page.dark-mode li {
        color: #cbd5e1;
    }
    
    .gdpr-legal-page.dark-mode .contact-box {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        border-color: #475569;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .gdpr-legal-page {
        background: white;
        padding: 20px;
    }
    
    .gdpr-legal-page h2 {
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
    
    .section-divider {
        background: #1e293b;
        box-shadow: none;
    }
    
    .contact-box {
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
}/* End custom CSS */