﻿.rules-text {
    margin: 0 auto;
    color: #333;
    line-height: 1.7;
    font-size: 1.1rem;
}

    .rules-text p {
        margin-bottom: 1rem;
        text-align: justify;
    }

    .rules-text h2,
    .rules-text h3,
    .rules-text h4 {
        color: #1b6ec2;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

    .rules-text ul,
    .rules-text ol {
        margin-left: 1.5rem;
        margin-bottom: 1rem;
    }

    .rules-text li {
        margin-bottom: 0.5rem;
    }

    .rules-text a {
        color: #0077cc;
        text-decoration: none;
    }

        .rules-text a:hover {
            text-decoration: underline;
        }

/* Адаптивность */
@media (max-width: 767px) {
    .rules-text {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    h1 {
        font-size: 1.6rem;
    }

    .rules-text h2 {
        font-size: 1.25rem;
    }
}
