/* ============================================================
   REGULAMIN PAGE
   ============================================================ */

.regulamin-page {
    background: #fff;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
    color: #1f2530;
}

.regulamin-wrap {
    max-width: 1120px;
}

.regulamin-page__header {
    border-bottom: 4px solid #ffcc00;
    margin-bottom: 1.4rem;
    padding-bottom: 0.9rem;
}

.regulamin-page__title {
    margin: 0;
    font-size: 2.05rem;
    line-height: 1.15;
    font-weight: 900;
    color: #14213d;
    letter-spacing: 0.01em;
}

.regulamin-section {
    margin-bottom: 1.5rem;
}

.regulamin-section h2 {
    font-size: 1.22rem;
    font-weight: 800;
    color: #14213d;
    margin: 0 0 0.7rem;
    font-family: "Georgia", "Times New Roman", serif;
}

.regulamin-section ol,
.regulamin-section ul {
    margin: 0 0 1rem 1.25rem;
    padding: 0;
}

.regulamin-section li {
    margin-bottom: 0.52rem;
    color: #1f2530;
    line-height: 1.68;
    font-size: 1rem;
}

.regulamin-section strong {
    color: #101828;
}

.regulamin-section a {
    color: #004a9f;
    text-decoration: underline;
    text-decoration-color: rgba(0, 74, 159, 0.35);
    text-underline-offset: 2px;
}

.regulamin-section a:hover {
    text-decoration-color: rgba(0, 74, 159, 0.9);
}

.regulamin-page__footer-note {
    margin-top: 1.9rem;
    padding-top: 0.95rem;
    border-top: 1px solid #dde3ea;
    color: #5b6473;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .regulamin-page__title {
        font-size: 1.68rem;
    }

    .regulamin-section h2 {
        font-size: 1.1rem;
    }

    .regulamin-section li {
        font-size: 0.96rem;
    }
}
