.elementor-3 .elementor-element.elementor-element-697b42cd{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7a9a6238 *//* Główny kontener - spójny z resztą dokumentów */
#content.site-main {
    max-width: 1000px;
    margin: 60px auto;
    padding: 60px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border-radius: 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #444;
    line-height: 1.8;
}

/* Nagłówek strony */
.page-header {
    text-align: center;
    margin-bottom: 70px;
}

.page-header h1.entry-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-header::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #1a1a1a;
    margin: 0 auto;
}

/* Pierwszy akapit (wstęp) */
.page-content > p:first-of-type {
    text-align: center;
    font-style: italic;
    color: #888;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

/* Sekcje główne (H2) */
.page-content h2.wp-block-heading {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    background: #f9f9f9;
    padding: 18px 25px;
    border-left: 6px solid #1a1a1a;
    margin-top: 60px;
    margin-bottom: 30px;
    border-radius: 0 6px 6px 0;
}

/* Podsekcje RODO (H3) */
.page-content h3.wp-block-heading {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 2px solid #eee;
}

/* Listy punktowane - z efektem hover i lepszym odstępem */
.page-content ul.wp-block-list {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 30px;
}

.page-content ul.wp-block-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    transition: all 0.2s ease;
}

.page-content ul.wp-block-list li:last-child {
    border-bottom: none;
}

.page-content ul.wp-block-list li::before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Zagnieżdżone listy (np. podstawy prawne) */
.page-content ul.wp-block-list ul.wp-block-list {
    margin-top: 10px;
    margin-bottom: 0;
    background: #fcfcfc;
    border-radius: 6px;
}

.page-content ul.wp-block-list ul.wp-block-list li {
    border-bottom: none;
    padding: 5px 0 5px 30px;
    font-size: 0.95rem;
}

/* Wyróżnienie "Zakres danych", "Cel", "Podstawa" */
.page-content li strong {
    color: #1a1a1a;
    display: inline-block;
    min-width: 130px;
}

/* Separatory */
hr.wp-block-separator {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 60px 0;
}

/* Dane administratora (Sekcja 1) */
.page-content p strong {
    color: #000;
}

/* Linki kontaktowe */
.page-content a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}

.page-content a:hover {
    background: #1a1a1a;
    color: #fff;
    border-bottom-color: #1a1a1a;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Responsywność */
@media (max-width: 768px) {
    #content.site-main {
        padding: 30px 20px;
        margin: 20px 10px;
    }
    
    .page-header h1.entry-title {
        font-size: 1.8rem;
    }

    .page-content h2.wp-block-heading {
        font-size: 1.3rem;
        padding: 12px 15px;
    }
}/* End custom CSS */