.marsalma-rules {
    --rules-blue: #0d4175;
    --rules-sky: #58b7ef;
    --rules-ink: #101820;
    max-width: 980px;
    color: var(--rules-ink);
}

.marsalma-rules__lead {
    margin: 0 0 34px;
    padding: 22px 24px;
    border-left: 5px solid var(--rules-sky);
    border-radius: 7px;
    background: #f3f6f8;
    font-size: 18px;
    line-height: 1.55;
}

.marsalma-rules section {
    margin: 0 0 18px;
    padding: 24px 26px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(13, 65, 117, .06);
}

.marsalma-rules h2 {
    margin: 0 0 15px;
    color: var(--rules-blue);
    font-size: clamp(22px, 2.4vw, 29px);
    line-height: 1.2;
}

.marsalma-rules p,
.marsalma-rules li,
.marsalma-rules dd {
    color: #28343e;
    line-height: 1.58;
}

.marsalma-rules p:last-child,
.marsalma-rules ul:last-child,
.marsalma-rules ol:last-child { margin-bottom: 0; }
.marsalma-rules li + li { margin-top: 6px; }
.marsalma-rules a { color: var(--rules-blue); font-weight: 700; }
.marsalma-rules code { padding: 3px 7px; border-radius: 5px; background: #edf3f8; color: var(--rules-blue); }

.marsalma-rules__terms { display: grid; gap: 8px; margin: 0; }
.marsalma-rules__terms > div {
    display: grid;
    grid-template-columns: minmax(160px, .55fr) minmax(0, 1.45fr);
    gap: 18px;
    padding: 13px 15px;
    border-radius: 7px;
    background: #f3f3f3;
}
.marsalma-rules__terms dt { color: var(--rules-blue); font-weight: 750; }
.marsalma-rules__terms dd { margin: 0; }

.marsalma-rules__facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}
.marsalma-rules__facts > div {
    padding: 18px;
    border-radius: 7px;
    background: var(--rules-blue);
    color: #fff;
}
.marsalma-rules__facts span,
.marsalma-rules__facts strong { display: block; color: #fff; }
.marsalma-rules__facts span { margin-bottom: 8px; opacity: .78; }
.marsalma-rules__facts strong { font-size: 22px; }

.marsalma-rules__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    margin-top: 20px;
    padding: 18px;
    border-radius: 7px;
    background: #edf5fb;
}
.marsalma-rules__contact strong { flex-basis: 100%; }

@media (max-width: 620px) {
    .marsalma-rules__lead,
    .marsalma-rules section { padding: 18px; }
    .marsalma-rules__terms > div { grid-template-columns: 1fr; gap: 4px; }
}
