.elementor-2044 .elementor-element.elementor-element-6b63b97f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7cb5f5b7 *//* Kontener główny - eleganckie tło i marginesy */
#content.site-main {
    max-width: 1000px;
    margin: 60px auto;
    padding: 60px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); /* Delikatny cień pod "kartą" regulaminu */
    border-radius: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #444;
    line-height: 1.8;
}

/* Nagłówek główny - Styl "Brandowy" */
.page-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.page-header h1.entry-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.page-header::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1a1a1a; /* Czarny akcent pod tytułem */
    margin: 20px auto;
}

/* Stylizacja sekcji (H2) - Dodanie numeracji w kółkach */
.page-content h2.wp-block-heading {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    background: #f9f9f9; /* Subtelne tło dla nagłówków */
    padding: 15px 25px;
    border-left: 5px solid #1a1a1a;
    margin-top: 50px;
    margin-bottom: 25px;
    border-radius: 0 4px 4px 0;
}

/* Stylizacja list - Nowoczesne check-marki lub minimalistyczne kropki */
.page-content ul.wp-block-list {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 30px;
}

.page-content ul.wp-block-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: padding-left 0.3s ease;
}

.page-content ul.wp-block-list li:last-child {
    border-bottom: none;
}

.page-content ul.wp-block-list li::before {
    content: "→"; /* Elegancka strzałka zamiast kropki */
    position: absolute;
    left: 5px;
    color: #999;
    font-weight: 300;
}

.page-content ul.wp-block-list li:hover {
    padding-left: 40px;
    color: #000;
}

/* Ważne ostrzeżenie (Wyjątek w pkt 6) */
.page-content h3.wp-block-heading {
    background: #fff5f5;
    color: #c53030;
    padding: 20px;
    border-radius: 6px;
    border: 1px dashed #feb2b2;
    font-size: 1.1rem;
    margin: 30px 0;
}

/* Dane firmy (Sekcja 1 i 8) */
.page-content p strong {
    color: #000;
    font-weight: 600;
}

.page-content p {
    margin-bottom: 20px;
}

/* Separator - niemal niewidoczny */
hr.wp-block-separator {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #eee, transparent);
    margin: 60px 0;
}

/* Linki / E-mail */
.page-content a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    transition: all 0.2s;
}

.page-content a:hover {
    border-bottom-color: #1a1a1a;
    background: #f0f0f0;
}

/* Responsywność dla urządzeń mobilnych */
@media (max-width: 768px) {
    #content.site-main {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .page-header h1.entry-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */