/* Canonical media layout for YEHAVHA SPECIAL interviews.
   Article HTML owns media identity and captions; this file owns presentation only. */
.special-photo,.special-video{margin:18px 0 24px}
.special-photo-frame,.special-video-link{display:block;overflow:hidden;width:100%;border-radius:12px;background:#0d1117;box-shadow:0 8px 24px rgba(15,23,42,.12)}
.special-photo-frame{aspect-ratio:16/10}
.special-video-link{aspect-ratio:16/9}
.special-photo-frame img,.special-video-link img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.special-photo-frame:focus-visible,.special-video-link:focus-visible{outline:3px solid #225f96;outline-offset:3px}
.special-photo-caption,.special-video-caption{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin-top:10px;color:#66707b;font-size:13px;line-height:1.65}
.special-photo-caption strong,.special-video-caption strong{color:#151a20;font-size:14px;font-weight:900;letter-spacing:.02em}
.special-photo-caption a,.special-video-caption a{color:#225f96;font-weight:800;text-decoration:none}
.special-photo-caption a:hover,.special-photo-caption a:focus-visible,.special-video-caption a:hover,.special-video-caption a:focus-visible{text-decoration:underline}
.special-body-photo{margin:22px 0}
.special-body-photo img{display:block;width:100%;height:auto;border-radius:10px}
@media(max-width:600px){.special-photo,.special-video{margin-top:14px}}
