.voice-elevenlabs-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--border));
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent-soft), var(--bg-card) 58%);
}
.voice-elevenlabs-copy { display: flex; flex-direction: column; gap: 0.25rem; min-width: 0; }
.voice-elevenlabs-copy strong { color: var(--ink); font: 500 1.05rem/1.25 Fraunces, Georgia, serif; }
.voice-elevenlabs-copy > span:last-child { color: var(--ink-dim); font-size: 0.79rem; line-height: 1.45; }
.voice-elevenlabs-kicker { color: var(--accent); font: 0.66rem/1.25 "JetBrains Mono", ui-monospace, monospace; letter-spacing: 0.03em; }
.voice-elevenlabs-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font: 500 0.74rem/1.2 "JetBrains Mono", ui-monospace, monospace;
}
.voice-elevenlabs-call:hover { background: var(--accent-hover); }
[data-theme="dark"] .voice-elevenlabs-call { color: #1c1a17; }
@media (max-width: 640px) {
  .voice-elevenlabs-entry { grid-template-columns: 1fr; }
  .voice-elevenlabs-call { width: 100%; }
}
