/* =========================================================================
   detailseo.css — PC 店铺详情页 SEO 内容区块样式
   [2026-09-10] 新增：把移动端详情页已上线的改写四件套内容（introduce 店铺描述 /
   reason 推荐理由 / faq 推荐FAQ）同步渲染到 PC 详情页，保证 PC 与移动端内容一致。
   设计对齐 PC 现有详情页区块：#question / #shopScreenshot 同款白卡（#fff、
   margin-top:15px、padding:35px 30px）、标题 18px #686868 bold。
   注意：类名统一 dseo- 前缀，避免与 detail.css / detailv2.css 既有规则冲突。
   ========================================================================= */

#shopDesc,
#shopReason,
#shopFaq {
    background-color: #fff;
    margin-top: 15px;
    padding: 35px 30px;
    border-radius: 8px;
}

#shopDesc .dseo-title,
#shopReason .dseo-title,
#shopFaq .dseo-title {
    font-size: 18px;
    color: #686868;
    margin-bottom: 20px;
    font-weight: bold;
}

/* 店铺描述正文 */
#shopDesc .dseo-text {
    font-size: 14px;
    line-height: 2;
    color: #666;
    text-align: justify;
}

/* 推荐理由：逐句一行，品牌橙竖条（与移动端视觉语言一致） */
#shopReason .dseo-reason {
    margin: 0;
    padding: 0;
    list-style: none;
}

#shopReason .dseo-reason li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #666;
}

#shopReason .dseo-reason li:last-child {
    margin-bottom: 0;
}

#shopReason .dseo-reason li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f15500;
}

/* 推荐FAQ：Q/A 交替 */
#shopFaq .dseo-faq-item {
    margin-bottom: 18px;
}

#shopFaq .dseo-faq-item:last-child {
    margin-bottom: 0;
}

#shopFaq .dseo-faq-q {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 6px;
}

#shopFaq .dseo-faq-q .dseo-badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    background-color: #f15500;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: 1px;
}

#shopFaq .dseo-faq-a {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    padding-left: 26px;
}

#shopFaq .dseo-faq-a .dseo-badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    background-color: #eef2fc;
    color: #537ada;
    font-size: 12px;
    margin-right: 8px;
    vertical-align: 1px;
}
