.nb-line-tag {
  padding: 2px 8px;
  border-radius: 3px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.6;
}

.nb-station-name {
  font-size: 14px;
  color: var(--text-dark);
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nb-distance {
  font-size: 13px;
  color: var(--text-placeholder);
  flex-shrink: 0;
}

.cmd-nearby-item {
  gap: 8px;
  align-items: center;
}

.nb-lines-wrap {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.detail-empty-box {
  text-align: left;
  padding: 16px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
  background: #f9fafb;
  border-radius: 8px;
}

.detail-empty {
  text-align: center;
  padding: 24px 0;
  color: var(--text-placeholder);
  font-size: 13px;
}

.detail-footer-copyright {
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
  color: var(--text-placeholder);
}

.property-service-card {
  margin: 0 12px 16px;
}

.consultant-avatar-wrap {
  width: 120px !important;
  height: 120px !important;
  margin: 0 auto 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 4px;
  background: var(--white);
}

.consultant-qr-text {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.consultant-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f8cff, #6b8cff);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.consultant-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--tu-text-t1);
  margin-bottom: 4px;
}

.consultant-exp {
  font-size: 12px;
  color: var(--text-soft);
  margin-bottom: 10px;
}

.consultant-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #10b981;
}

.cmd-sub-head--mt14 {
  margin-top: 14px;
}

.cmd-sec-head--mt16 {
  margin-top: 16px;
}

.m-stats-section--mt14 {
  margin-top: 14px;
}

.detail-more-link {
  color: var(--brand-primary);
  text-decoration: none;
  margin-left: 4px;
}
