.faq-item__panel p {
    margin-bottom: 10px;
}

.faq-item__panel p:last-child {
    margin-bottom: 0;
}

.site-rules-page__section ul,
.faq-item__panel ul {
    padding-left: 30px;
    list-style-type: disc;
}

.faq-item__panel ul li {
    margin-bottom: 10px;
}

.site-rules-page__section ul li {
    margin-bottom: 0px;
}

.field-error {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #d31217;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}