.vjs-player.svelte-ouammt {
		display: block;
		width: 100%;
		height: 100%;
	}
	.vjs-status.svelte-ouammt {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		padding: 1.5rem;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		text-align: center;
		border-radius: 0.5rem;
	}
	.vjs-status--error.svelte-ouammt {
		color: #fca5a5; /* red-300 */
	}