/* Celtic Tree Zodiac Finder */

.ct-hero {
  text-align: center;
  padding: 1.15rem 1rem 1.25rem;
  background: linear-gradient(180deg, #16321f, #2a5235);
  border: 1px solid #122718;
  border-radius: 12px;
  margin: 0 0 1rem;
  color: #ecf3e6;
}

.ct-hero__label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a9c9a4;
}

.ct-hero__tree {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}

.ct-hero__arch {
  margin: 0.15rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: #d8c98a;
}

.ct-hero__meta {
  margin: 0;
  font-size: 0.88rem;
  color: #c5d8be;
}

.ct-person {
  margin: 0;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

.ct-birth-line {
  margin: 0.1rem 0 1rem;
  color: var(--color-muted, #6b5e58);
  font-size: 0.9rem;
}

.ct-grid {
  margin-bottom: 0.4rem;
}

.ct-card {
  border: 1px solid #e0d4c4;
  border-left: 4px solid #2f6b3c;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin: 0 0 0.7rem;
  background: #fffdf8;
}

.ct-card--lore {
  border-left-color: #8a6d3b;
}

.ct-card__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.ct-table td {
  vertical-align: top;
}

.ct-table td:nth-child(4) {
  white-space: nowrap;
}

.ct-row--mine {
  background: #eef5e9;
}

.ct-row--mine td {
  font-weight: 600;
  color: #1d4226;
}
