/* VISITING HOURS · ZİYARET SAATLERİ — the voice edition.
   Generated by build/site_voice.py. Edit the builder, never this file.
   No color of its own (every value is a token the base sheet already defines and check S13
   already weighs), no motion (check S12), no case transform, no webfont, no CDN, no script. */

details.voice {
  margin: 0 0 2.4rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.5rem 0;
}
details.voice > summary {
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 0.9rem;
  list-style: none;
}
details.voice > summary::-webkit-details-marker { display: none; }
details.voice > summary::before { content: "\25B8\00A0"; color: var(--ink-faint); }
details.voice[open] > summary::before { content: "\25BE\00A0"; }
details.voice > summary:hover { color: var(--accent); }
details.voice audio {
  display: block;
  width: 100%;
  max-width: 26rem;
  margin: 0.85rem 0 0.35rem;
}

p.voice-held {
  margin: 0 0 2.4rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.voice-colophon { margin-top: 1.15rem; }

@media print {
  details.voice, p.voice-held { display: none; }
}
