.faq-seo-block {
    margin: 32px 0;
    direction: rtl;
    text-align: right;
}
.faq-seo-title {
    margin-bottom: 16px;
}
.faq-seo-item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 8px;
}
.faq-seo-question {
    cursor: pointer;
    font-weight: 600;
    outline: none;
}
.faq-seo-answer {
    margin-top: 10px;
    line-height: 1.8;
}

.faq-seo-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 24px;
    direction: rtl;
}
.faq-seo-rating {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    direction: ltr; /* برای درست چیده شدن لایه ستاره‌ها از چپ به راست */
}
.faq-seo-stars-outer {
    color: #d8d8d8;
    letter-spacing: 2px;
}
.faq-seo-stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5a623;
    letter-spacing: 2px;
}
.faq-seo-rating-value {
    font-weight: 600;
}
.faq-seo-rating-label {
    color: #666;
    font-size: 13px;
}
