/* Frontend Author Studio — optional YouTube video embed, injected above a
   single post's content. Renders outside .fas-shell (on the theme's own
   article template), so it carries its own copy of the site tokens instead
   of depending on .fas-shell's scoped custom properties. */
.fas-interview {
	--fas-deep: #0b1320;
	box-sizing: border-box;
}

.fas-interview-video {
	aspect-ratio: 16 / 9;
	background: var(--fas-deep);
	margin: 0 0 20px;
	width: 100%;
}

.fas-interview-video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
