/* 别墅术语对照表专属样式：负责分类色条、表格层级与移动端阅读体验。 */
.post.villa-terms {
  --villa-ink: #1f2328;
  --villa-muted: #5f6368;
  --villa-line: #e3e3e0;
  color: var(--villa-ink);
}

.post.villa-terms > p:first-of-type {
  color: var(--villa-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
  padding: 0;
}

.post.villa-terms > h2 {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.5;
  margin: 26px auto 10px;
  padding: 8px 12px;
}

.post.villa-terms > h2::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  flex: 0 0 10px;
  height: 10px;
}

.post.villa-terms > h2:nth-of-type(1) { background: #eeedfe; color: #534ab7; }
.post.villa-terms > h2:nth-of-type(2) { background: #e1f5ee; color: #0f6e56; }
.post.villa-terms > h2:nth-of-type(3) { background: #e6f1fb; color: #185fa5; }
.post.villa-terms > h2:nth-of-type(4) { background: #eaf3de; color: #3b6d11; }
.post.villa-terms > h2:nth-of-type(5) { background: #faeeda; color: #854f0b; }
.post.villa-terms > h2:nth-of-type(6) { background: #faece7; color: #993c1d; }

.post.villa-terms > .villa-terms-table {
  border: 1px solid var(--villa-line);
  border-radius: 8px;
  margin-bottom: 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post.villa-terms .villa-terms-table table {
  border-collapse: collapse;
  color: var(--villa-ink);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  min-width: 720px;
  width: 100%;
}

.post.villa-terms .villa-terms-table th,
.post.villa-terms .villa-terms-table td {
  border: 1px solid var(--villa-line);
  padding: 9px 11px;
  text-align: left;
  vertical-align: top;
}

.post.villa-terms .villa-terms-table th {
  background: #f6f6f4;
  color: var(--villa-muted);
  font-size: 12px;
  font-weight: 600;
}

.post.villa-terms .villa-terms-table tbody tr:nth-child(even) td {
  background: #fcfcfb;
}

.post.villa-terms .villa-terms-table td:first-child {
  font-weight: 600;
  min-width: 110px;
  white-space: nowrap;
}

.post.villa-terms .villa-terms-table td:nth-child(3) {
  color: #a4321a;
  min-width: 230px;
}

.post.villa-terms > blockquote {
  background: #fdf6f4;
  border: 0;
  border-left: 4px solid #993c1d;
  border-radius: 6px;
  color: #6b3a28;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
  margin: 24px auto;
  padding: 14px 16px;
}

.post.villa-terms > blockquote strong {
  color: #a4321a;
}

@media (max-width: 700px) {
  .post.villa-terms > h2 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 22px;
  }

  .post.villa-terms > .villa-terms-table {
    border-radius: 6px;
    margin-bottom: 22px;
  }

  .post.villa-terms .villa-terms-table table {
    font-size: 12px;
  }

  .post.villa-terms > blockquote {
    font-size: 12px;
  }
}
