.vds-stream-wrap {
	margin: 0 0 1.5em;
}

/* Vidstack sizes the player to its container; keep it full width. */
.vds-stream-wrap media-player {
	width: 100%;
}

.vds-stream-description {
	margin-top: 0.75em;
	font-size: 0.95em;
	line-height: 1.5;
}

.vds-stream-error {
	padding: 0.75em 1em;
	border-left: 4px solid #d63638;
	background: #fcf0f1;
	color: #8a1f1f;
}

/* Hide the built-in Google Cast button when casting is disabled for this stream.
   Vidstack's default layout renders in light DOM, so the button is selectable. */
.vds-no-cast .vds-google-cast-button {
	display: none !important;
}
