.xbet-faq {
    margin: 18px 0;
}

.xbet-faq__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.xbet-faq__item {
    border-radius: 16px;
    background: rgba(15, 32, 58, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px 18px;
    box-shadow: 0 14px 28px rgba(4, 9, 18, 0.32);
}

.xbet-faq__question {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.xbet-faq__answer {
    background: rgba(11, 28, 54, 0.88);
    border-radius: 12px;
    padding: 16px 20px;
    color: rgba(244, 247, 255, 0.86);
    line-height: 1.6;
}

.xbet-faq__answer p {
    margin: 0;
}

.xbet-faq-editor {
    border: 1px solid #d7dce6;
    border-radius: 8px;
    padding: 20px;
    background: #f8f9fc;
}

.xbet-faq-editor__title {
    margin-top: 0;
}

.xbet-faq-editor__item {
    border: 1px solid #dce1f1;
    background: #ffffff;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
}

.xbet-faq-editor__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.xbet-faq-editor__add {
    margin-top: 12px;
}
