/* 商户详情页样式 */

/* 面包屑 */
.breadcrumb {
    font-size: 15px;
    padding: 12px 0;
}

/* 商户头部区域 */
.merchant-header-section {
    padding: 24px 0;
}

.merchant-header-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* LOGO */
.merchant-logo {
    flex-shrink: 0;
    width: 120px !important;
    height: 120px !important;
}

.merchant-logo img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

/* 主要信息区 */
.merchant-main-info {
    flex: 1;
}

.merchant-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.merchant-title-row h1 {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* 认证标签 */
.merchant-verified {
    background: #dcfce7;
    color: #166534;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* 信息行 */
.merchant-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.merchant-info-row span {
    color: #fff;
}

/* 服务标签容器 */
.merchant-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

/* 服务标签 */
.service-tag {
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    color: #fff;
}

.service-tag-blue { background: #3b82f6; }
.service-tag-green { background: #10b981; }
.service-tag-orange { background: #f59e0b; }
.service-tag-red { background: #ef4444; }
.service-tag-purple { background: #8b5cf6; }
.service-tag-pink { background: #ec4899; }

/* 描述文字 */
.merchant-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 侧边栏 */
.merchant-sidebar {
    flex-shrink: 0;
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    min-width: 300px;
}

.merchant-sidebar-item {
    margin-bottom: 12px;
}

.merchant-sidebar-label {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 4px;
}

.merchant-sidebar-value {
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

/* 区块标题栏 */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.section-count {
    font-size: 14px;
    color: #6b7280;
}

.section-count-num {
    color: #3b82f6;
}

.section-link {
    font-size: 14px;
    color: #3b82f6;
}

/* 服务项目 */
.service-name {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.service-desc {
    font-size: 13px;
    color: #64748b;
    margin: 4px 0;
}

.service-price {
    font-size: 15px;
    color: #ef4444;
    font-weight: 600;
}

/* 案例标题 */
.case-title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
}

/* 新闻标题 */
.news-title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
}

/* FAQ */
.faq-question {
    font-weight: 600;
    margin-bottom: 8px;
}

.faq-answer {
    color: #64748b;
}

/* 通用容器字体 */
.container {
    font-size: 15px;
}


/* 服务商列表页样式 */
.ml-item-logo {
    flex-shrink: 0;
    margin-right: 30px;
}

.ml-item-logo img, .ml-item-logo video {
    width: 120px !important;
    height: 120px !important;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 30px;
}

.ml-item-logo-default {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #3b82f6, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
/* 服务商列表页样式 */
.ml-logo-wrap {
    flex-shrink: 0 !important;
    margin-right: 30px;
}

.ml-logo-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: contain;
    background: #f9fafb;
}

.ml-logo-default {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #3b82f6, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 48px;
}

.ml-card {
    height: 150px;
    display: flex !important;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.2s;
    text-decoration: none;
}

.ml-info {
    align-items: flex-start;
    flex: 1 !important;
    min-width: 0;
}

.ml-title-row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ml-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.ml-verified {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
    background: #dcfce7;
    color: #166534;
}

.ml-district {
    font-size: 14px;
    color: #6b7280;
}

.ml-contact {
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

.ml-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 列表项间距调整 */
.space-y-3 > * + * {
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)) !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse));
}

.mb-6 {
    margin-bottom: 2rem;
}
