.r123-faq {
    margin: 16px 0;
}

.r123-faq__title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px;
}

.r123-faq__item {
    border-top: 1px solid #e0e0e0;
}

.r123-faq__item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.r123-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    user-select: none;
}

.r123-faq__question::-webkit-details-marker {
    display: none;
}

.r123-faq__chevron {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-bottom: 4px;
}

.r123-faq__item[open] .r123-faq__chevron {
    transform: rotate(-135deg);
    margin-bottom: -4px;
}

.r123-faq__answer {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding-bottom: 14px;
}

.r123-faq__answer a {
    color: #2951a3;
    text-decoration: underline;
}
