/* Article additions; typography, navigation and colours inherit the main site. */
.midtown-video { width: min(100%, 390px); margin: 34px auto 46px; }
.midtown-video video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; background: var(--ink); border-radius: 16px; }
.midtown-video figcaption { margin-top: 12px; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.midtown-video-article h3 { margin: 28px 0 10px; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.3rem, 3vw, 1.65rem); font-weight: 500; }
.midtown-video-article .article-cta a { overflow-wrap: anywhere; }
.video-credits { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; line-height: 1.7; }
.video-credits summary { cursor: pointer; color: var(--taupe-dark); font-weight: 700; }
.video-credits p { margin-top: 14px; }
@media (max-width: 480px) { .midtown-video { margin: 24px auto 32px; } }
