/* Start custom CSS for html, class: .elementor-element-c172608 *//* --- Sekcja o31: Regulamin Pełna Szerokość --- */
.o31-full {
    width: 100%;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 60px 0;
    margin: 0;
}

.o31-bleed-container {
    width: 100%;
    padding: 0 40px; /* Margines wewnętrzny dla czytelności tekstu */
}

.o31-header-full {
    border-bottom: 2px solid #004b87;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.o31-header-full h2 {
    color: #004b87;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
}

.o31-body-full {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o31-section h3 {
    color: #004b87;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 4px solid #00a896;
    padding-left: 15px;
}

.o31-section ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.o31-section ol > li {
    counter-increment: item;
    margin-bottom: 12px;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.o31-section ol > li::before {
    content: counter(item) ". ";
    font-weight: 800;
    color: #004b87;
    min-width: 30px;
    flex-shrink: 0;
}

.o31-section ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 10px;
}

.o31-section ul li {
    margin-bottom: 5px;
}

/* Responsywność */
@media (max-width: 768px) {
    .o31-bleed-container {
        padding: 0 20px;
    }
    .o31-header-full h2 {
        font-size: 18px;
    }
    .o31-section h3 {
        font-size: 16px;
    }
    .o31-section ol > li {
        font-size: 13px;
    }
}/* End custom CSS */