/* 客户评价模块 our-comment-v1 */
.our-comment-v1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* 板块顶部小标题 Eyebrow */
.our-comment-v1__eyebrow {
    color: #995599;
    letter-spacing: 1px;

    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    text-transform: uppercase;
}

/* 板块主标题 H2 规范：29px/700/line-height:1.5 */
.our-comment-v1__heading h2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 板块引导描述文本 */
.our-comment-v1__heading p.text-light {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* 五星评分样式 */
.our-comment-v1__stars {
    letter-spacing: 4px;
    font-size: 24px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 标签 Banner Tag 原有样式保留，适配全局行高1.5 */
.banner-tag {
    display: inline-flex;
    padding: 4px 10px;
    background: rgba(138, 43, 226, 0.12);
    color: #5b1a9e;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
    min-height: 27px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 评价卡片容器 */
.our-comment-v1__card {
    border-radius: 2px;
    padding: 1.5rem;
}

.our-comment-v1\_\_card p.lh-lg {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;

display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 客户信息 meta 小字 */
.our-comment-v1__meta {
    font-size: 15px;
    line-height: 1.5;
}

/* 栅格行间距 同板块gap 18px */
.our-comment-v1 .row.g-4 {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

/* 移动端适配 767.98px断点 */
@media (max-width:767.98px){
    .our-comment-v1__stars {
        font-size: 20px;
    }
    .our-comment-v1__heading h2 {
        font-size: 24px;
    }
    .our-comment-v1__eyebrow {
        font-size: 16px;
    }
}
