/* ===== REGULAMIN PAGE STYLES ===== */
.page-header {
    padding: 20px;
    text-align: center;
}

.ta-center {
    text-align: center;
}

.regulamin-content {
    padding: 10px;
    margin: 0 auto;
}

.regulamin-content h1 {
    color: #facc15;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.regulamin-content h2 {
    color: #facc15;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(250, 204, 21, 0.2);
}

.regulamin-content p {
    color: #e5e7eb;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .regulamin-content {
        padding: 20px;
        border-radius: 12px;
    }

    .regulamin-content h1 {
        font-size: 24px;
    }

    .regulamin-content h2 {
        font-size: 18px;
    }

    .regulamin-content p {
        font-size: 14px;
    }
}
