.chillophi-fortune-card {
  display: grid;
  gap: 18px;
  text-align: center;
  padding: 24px 20px;
}

.chillophi-fortune-card h1,
.chillophi-fortune-card__quote {
  margin: 0;
  color: var(--tgg-postTitle, #f4f8ff);
  font-family: var(--tgg-font-title, Georgia, serif);
}

.chillophi-fortune-card h1 {
  font-size: clamp(1.45rem, 4.2vw, 2rem);
}

.chillophi-fortune-card__icon {
  margin: 0;
  font-size: 2rem;
}

.chillophi-fortune-card__quote {
  font-size: clamp(1.3rem, 4vw, 1.85rem);
  line-height: 1.35;
}

.chillophi-fortune-card__author,
.chillophi-fortune-card__numbers,
.chillophi-fortune-card__vibe-label {
  margin: 0;
  color: var(--tgg-muted, rgba(255,255,255,0.78));
}

.chillophi-fortune-card__vibes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.chillophi-fortune-card__vibe.is-active {
  background: color-mix(in srgb, var(--tgg-link, #9ec2ff) 22%, var(--tgg-surface, #1a2435));
}

.chillophi-fortune-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.chillophi-fortune-card__trigger {
  justify-self: center;
}
