.spvod-watch-panel {
	--spvod-action-red: #a80f19;
	--spvod-action-red-dark: #850c14;
	--spvod-action-red-hover: #bd1420;
	--spvod-action-text: #ffffff;
	--spvod-muted-text: rgba(255, 255, 255, 0.66);
	--spvod-disabled-text: rgba(255, 255, 255, 0.48);
	width: 100%;
}

.spvod-watch-panel,
.spvod-watch-panel * {
	box-sizing: border-box;
}

.spvod-watch-panel__loading,
.spvod-watch-panel__diagnostic {
	color: var(--spvod-muted-text);
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 25.5px;
	margin: 0;
}

.spvod-watch-panel__body {
	width: 100%;
}

.spvod-watch-panel__action {
	background: linear-gradient(
		180deg,
		var(--spvod-action-red-hover) 0%,
		var(--spvod-action-red) 55%,
		var(--spvod-action-red-dark) 100%
	);
	border: 2px solid var(--spvod-action-red-hover);
	border-radius: 3px;
	box-shadow: none;
	color: var(--spvod-action-text);
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 34px;
	min-height: 50px;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, color 0.3s;
	width: 100%;
}

.spvod-watch-panel__action:hover {
	background: var(--spvod-action-red-hover);
	border-color: rgba(255, 255, 255, 0.74);
	color: var(--spvod-action-text);
}

.spvod-watch-panel__action:focus-visible {
	box-shadow: 0 0 0 3px rgba(168, 15, 25, 0.45);
	outline: 2px solid rgba(255, 255, 255, 0.88);
	outline-offset: 3px;
}

.spvod-watch-panel__action:disabled,
.spvod-watch-panel__action[aria-disabled="true"] {
	background: rgba(130, 20, 28, 0.18);
	border-color: rgba(190, 65, 72, 0.5);
	color: var(--spvod-disabled-text);
	cursor: not-allowed;
	opacity: 0.75;
}

.spvod-watch-panel__action:disabled:hover,
.spvod-watch-panel__action[aria-disabled="true"]:hover {
	background: rgba(130, 20, 28, 0.18);
	border-color: rgba(190, 65, 72, 0.5);
	color: var(--spvod-disabled-text);
}

.spvod-watch-panel__details {
	margin-top: 10px;
	width: 100%;
}

.spvod-watch-panel__detail,
.spvod-watch-panel__notice {
	align-items: flex-start;
	color: var(--spvod-muted-text);
	display: flex;
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.45;
	margin: 5px 0 0;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}

.spvod-watch-panel__notice {
	margin-top: 10px;
}

.spvod-watch-panel__routing-error {
	color: var(--spvod-muted-text);
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	margin: 8px 0 0;
}

.spvod-watch-panel__processing {
	background: rgba(255, 255, 255, .08);
	border-left: 3px solid currentColor;
	margin: 1rem 0 0;
	padding: .75rem 1rem;
}

.spvod-watch-panel .spvod-watch-panel__versions-content,
.spvod-watch-panel .spvod-watch-panel__versions-label,
.spvod-watch-panel .spvod-watch-panel__versions-list {
	display: block;
	min-width: 0;
}

.spvod-watch-panel .spvod-watch-panel__versions-list {
	overflow-wrap: anywhere;
}

.spvod-watch-panel__icon {
	color: currentColor;
	flex: 0 0 auto;
	height: 16px;
	margin-right: 8px;
	margin-top: 2px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.spvod-watch-panel__icon path,
.spvod-watch-panel__icon circle {
	fill: none;
}
