.subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-muted);
  margin: 0.25rem 0 0.5rem;
}
.icon {
  inline-size: 28px;
  block-size: 28px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #0b1226;
  display: inline-grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--gold);
}

.icon-middle {
  inline-size: 56px;   /* Breite */
  block-size: 56px;    /* Höhe */
  font-size: 2.0rem;   /* Schrift/Icon-Symbol entsprechend größer */
  border-radius: 12px; /* optional etwas größere Rundung */
}

.icon-large {
  inline-size: 64px;   /* Breite */
  block-size: 64px;    /* Höhe */
  font-size: 2.4rem;   /* Schrift/Icon-Symbol entsprechend größer */
  border-radius: 12px; /* optional etwas größere Rundung */
}