.elementor-3 .elementor-element.elementor-element-f00c210{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-8407893 *//* Style dla spisu treści */
.regulamin-container .spis-tresci {
    background-color: #f0f8ff; /* Jasny błękit dla tła spisu treści */
    border: 1px solid #a8d5e5; /* Ramka w jaśniejszym kolorze granatu/błękitu */
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.regulamin-container .spis-tresci h2 {
    color: #1a4a75; /* Głęboki granat */
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #a8d5e5;
    text-align: center;
}

.regulamin-container .spis-tresci ul {
    list-style: none; /* Usuwa domyślne kropki */
    padding-left: 0;
}

.regulamin-container .spis-tresci ul li {
    margin-bottom: 5px;
}

.regulamin-container .spis-tresci ul li a {
    color: #2e78b7; /* Żywszy błękit dla linków w spisie */
    text-decoration: none;
    font-weight: bold;
}

.regulamin-container .spis-tresci ul li a:hover {
    text-decoration: underline;
    color: #1a4a75; /* Ciemniejszy kolor po najechaniu */
}

/* Style dla ostrzeżeń */
.regulamin-container strong[style*="color: #d9534f"] {
    color: #d9534f; /* Czerwony dla ważnych ostrzeżeń */
    font-weight: bold;
}

/* Ogólne style dla kontenera regulaminu */
.regulamin-container {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f8f8f8; /* Jasne tło, neutralne */
    color: #333; /* Ciemny tekst dla czytelności */
}

.regulamin-container .container-inner { /* Możesz to użyć wewnątrz Elementora dla paddingu */
    max-width: 960px;
    margin: 20px auto;
    background-color: #ffffff; /* Białe tło dla treści regulaminu */
    padding: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Nagłówki */
.regulamin-container h1 {
    font-size: 2.5em;
    color: #1a4a75; /* Głęboki, morski granat - profesjonalny */
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid #a8d5e5; /* Jaśniejszy odcień granatu/błękitu */
}

.regulamin-container h2 {
    font-size: 1.8em;
    color: #2e78b7; /* Żywszy błękit */
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.regulamin-container h3 {
    font-size: 1.4em;
    color: #4a90e2; /* Jaśniejszy błękit */
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Akapity i listy */
.regulamin-container p {
    margin-bottom: 15px;
}

.regulamin-container ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
}

.regulamin-container ul li {
    margin-bottom: 8px;
}

.regulamin-container ol {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 15px;
}

.regulamin-container ol li {
    margin-bottom: 8px;
}

/* Wyróżnienia */
.regulamin-container strong {
    font-weight: bold;
    color: #1a4a75; /* Kolor nagłówków */
}

/* Linki */
.regulamin-container a {
    color: #4a90e2;
    text-decoration: none;
}

.regulamin-container a:hover {
    text-decoration: underline;
}

/* Separator */
.regulamin-container hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 40px 0;
}

.regulamin-container .date-footer {
    text-align: right;
    font-style: italic;
    margin-top: 30px;
    color: #666;
}/* End custom CSS */