/* Start custom CSS for html, class: .elementor-element-890bd02 *//* --- Sekcja o32: Regulamin Promocji Pełna Szerokość --- */
.o32-full {
    width: 100%;
    background-color: #fdfdfd;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding: 60px 0;
    margin: 0;
}

.o32-bleed-container {
    width: 100%;
    padding: 0 40px;
}

.o32-header-full {
    border-bottom: 2px solid #004b87;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.o32-header-full h2 {
    color: #004b87;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

.o32-body-full {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.o32-section h3 {
    color: #004b87;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    background: #eef2f6;
    padding: 10px 15px;
    border-left: 5px solid #00a896;
}

.o32-section ol {
    list-style: none;
    counter-reset: promo-item;
    padding-left: 0;
}

.o32-section ol > li {
    counter-increment: promo-item;
    margin-bottom: 12px;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
}

.o32-section ol > li::before {
    content: counter(promo-item) ". ";
    font-weight: 800;
    color: #004b87;
    min-width: 30px;
    flex-shrink: 0;
}

.o32-section ul {
    list-style: none;
    padding-left: 30px;
    margin: 10px 0;
}

.o32-section ul li {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
}

.o32-section ul li::before {
    content: "•";
    color: #00a896;
    font-weight: bold;
    position: absolute;
    left: -20px;
}

.o32-section a {
    color: #00a896;
    text-decoration: none;
    font-weight: 600;
}

.o32-section a:hover {
    text-decoration: underline;
}

/* Responsywność */
@media (max-width: 768px) {
    .o32-bleed-container {
        padding: 0 20px;
    }
    .o32-header-full h2 {
        font-size: 18px;
    }
    .o32-section h3 {
        font-size: 16px;
    }
}/* End custom CSS */