/* The tutorial video modal, opened from the sidebar footer Help menu.
   The floating notification card this file used to style was removed in
   2026-08 along with its auto-show. */

.ii-video-tutorial-embed {
	aspect-ratio: 16 / 9;
	width: 100%;
	border-radius: var(--ii-radius-md, 12px);
	overflow: hidden;
}

.ii-video-tutorial-embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
