/* 主播/客人 H5 发版核对卡片（共用） */
.h5-build-card {
  margin-bottom: 12px;
  padding: 14px 16px;
}
.h5-build-card__label {
  margin: 0 0 10px;
  font-size: 12px;
  color: rgba(245, 230, 255, 0.65);
}
.h5-build-card__rows {
  margin: 0 0 8px;
  padding: 0;
}
.h5-build-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.4;
}
.h5-build-card__row dt {
  margin: 0;
  font-weight: 500;
  color: rgba(245, 230, 255, 0.75);
  flex: 0 0 auto;
}
.h5-build-card__row dd {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #e8d4ff;
  text-align: right;
  word-break: break-all;
}
.h5-build-card__status {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.45;
}
.h5-build-card__status.is-ok {
  color: #6ee7a8;
}
.h5-build-card__status.is-bad {
  color: #ffb4b4;
}
.h5-build-card__status.is-warn {
  color: #ffd166;
}
.h5-build-card__mods {
  margin: 0 0 10px;
  font-size: 11px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: rgba(245, 230, 255, 0.55);
  word-break: break-all;
}
.h5-build-card__hint {
  margin: 8px 0 0;
  font-size: 11px;
  color: rgba(245, 230, 255, 0.45);
  line-height: 1.45;
}
.h5-build-card .btn--block + .btn--block {
  margin-top: 8px;
}
.drawer .guest-build-card {
  flex-shrink: 0;
  margin: 0;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(40, 6, 12, 0.88);
}
.guest-build-card .h5-build-card__label,
.guest-build-card .h5-build-card__row dt {
  color: rgba(255, 230, 180, 0.78);
}
.guest-build-card .h5-build-card__row dd {
  color: #ffe9a8;
}
.guest-build-card .h5-build-card__mods {
  color: rgba(255, 230, 180, 0.55);
}
.guest-build-card .h5-build-card__hint {
  color: rgba(255, 230, 180, 0.45);
}
/* 个人中心 home.php */
.gh-card.h5-build-card .h5-build-card__label {
  display: none;
}
.gh-card.h5-build-card .gh-card__title {
  margin-bottom: 10px;
}
.gh-card.h5-build-card .h5-build-card__row dt {
  color: rgba(255, 240, 250, 0.75);
}
.gh-card.h5-build-card .h5-build-card__row dd {
  color: #ffd166;
}
.gh-card.h5-build-card .h5-build-card__hint {
  color: rgba(255, 240, 250, 0.5);
}
