:root {
	color-scheme: light;
}

body.pw-radio-stream-fullscreen {
	margin: 0;
	background:
		radial-gradient(circle at 18% 15%, rgb(19 103 233 / 12%), transparent 34rem),
		radial-gradient(circle at 88% 84%, rgb(14 57 91 / 10%), transparent 30rem),
		#f6f8fb;
	color: #0e395b;
	font-family:
		Inter,
		ui-sans-serif,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;
}

.pw-radio-stream-fullscreen__main {
	display: grid;
	min-block-size: 100vh;
	min-block-size: 100svh;
	place-items: center;
	padding: clamp(1rem, 4vw, 3rem);
	box-sizing: border-box;
}

.pw-radio-stream-fullscreen__main > .wp-block-pw-radio-stream-player {
	inline-size: min(100%, 42rem);
}

@media (prefers-reduced-motion: reduce) {

	body.pw-radio-stream-fullscreen {
		scroll-behavior: auto;
	}
}
