.beauty-card {
  border: 1px solid var(--ink);
  background: #f6f5ef;
  padding: 16px;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 8px;
}
.score-ring { width: 78px; height: 78px; border-radius: 50%; background: var(--acid); display: grid; place-content: center; text-align: center; }
.score-ring strong { font-size: 31px; line-height: .9; }
.score-ring small { font: 9px monospace; margin-top: 5px; }
.beauty-copy { display: grid; gap: 9px; }
.beauty-copy p { font: 9px monospace; letter-spacing: .12em; margin: 0 0 3px; }
.beauty-copy h3 { font-size: 16px; margin: 0; }
.beauty-copy h3 button { width: 18px; height: 18px; padding: 0; border: 1px solid; border-radius: 50%; background: transparent; font-size: 11px; cursor: pointer; }
.score-factors { display: flex; gap: 12px; flex-wrap: wrap; }
.score-factors span { font-size: 10px; color: var(--muted); }
.score-factors b { color: var(--ink); font-family: monospace; }
.beauty-copy > small { font-size: 10px; color: var(--muted); }
