.rule-content {
    font-size: 0.875rem;
    line-height: 1.6;
}

.rule-content h1,
.rule-content h2,
.rule-content h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.rule-content p {
    margin-bottom: 0.5rem;
}

.rule-content ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

.rule-content ol {
    list-style-type: decimal;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

.rule-content ul li::marker {
    font-size: 1.25em;
}

.rule-content strong {
    font-weight: 600;
}
