/* 首页资料卡 — 深红标题 + 白底彩色正文（参考一肖一码样式） */
.home-text-card {
  margin: 10px;
  border: 1px solid #4a4a4a;
  background: #fff;
}

.home-text-card__title {
  margin: 0;
  padding: 10px 8px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.35;
  color: #ffff00;
  background: #7b3030;
  letter-spacing: 0.5px;
}

.home-text-card__body {
  padding: 8px 10px 10px;
  background: #fff;
}

.home-text-card__line {
  margin: 0;
  padding: 3px 0;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.55;
  color: #111;
}

.home-text-card__line + .home-text-card__line {
  margin-top: 2px;
}

.htc-bracket {
  color: #c026d3;
  font-weight: 900;
}

.htc-num {
  color: #2563eb;
  font-weight: 700;
}

.htc-zodiac {
  color: #15803d;
  font-weight: 700;
}

.htc-hit {
  color: #dc2626;
  font-weight: 900;
}

.home-text-card__line .htc-paren {
  color: #ea580c !important;
  font-weight: 900;
}

.home-text-card__divider {
  margin: 8px 0;
  padding: 0;
  line-height: 0;
}

.home-text-card__divider-img {
  display: block;
  width: 100%;
  height: auto;
}
