.ak-xv-player {
	background: #111;
	border-radius: 8px;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

.ak-xv-stage {
	aspect-ratio: 16 / 9;
	background: #050505;
	position: relative;
	width: 100%;
}

.ak-xv-stage iframe,
.ak-xv-placeholder {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ak-xv-placeholder {
	background: #191919 center / cover no-repeat;
	cursor: pointer;
}

.ak-xv-placeholder::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62));
	content: "";
	inset: 0;
	position: absolute;
}

.ak-xv-play {
	background: #f05a28;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0;
	padding: 14px 22px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ak-xv-toolbar {
	align-items: center;
	background: #1b1b1b;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 8px;
}

.ak-xv-toolbar button,
.ak-xv-overlay-ad {
	background: #2d2d2d;
	border: 1px solid #3f3f3f;
	border-radius: 6px;
	color: #f7f7f7;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 10px;
	text-decoration: none;
}

.ak-xv-toolbar button:hover,
.ak-xv-overlay-ad:hover {
	background: #f4a100;
	border-color: #f4a100;
	color: #111;
}

.ak-xv-overlay-ad {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
}

.ak-xv-pause-roll {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	display: none;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.ak-xv-pause-roll a {
	background: #f05a28;
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	padding: 14px 18px;
	text-decoration: none;
}

.ak-xv-vast {
	background: #050505;
	inset: 0;
	position: absolute;
	z-index: 6;
}

.ak-xv-vast video {
	background: #000;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ak-xv-vast-bar {
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
	color: #fff;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.ak-xv-vast-click,
.ak-xv-vast-skip {
	background: #f05a28;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 10px;
	text-decoration: none;
}

.ak-xv-vast-skip[disabled] {
	background: #333;
	color: #bbb;
	cursor: wait;
}

.ak-xv-player.ak-xv-floating {
	bottom: 18px;
	box-shadow: 0 16px 46px rgba(0, 0, 0, 0.35);
	max-width: min(420px, calc(100vw - 24px));
	position: fixed;
	right: 18px;
	width: 34vw;
	z-index: 9999;
}

@media (max-width: 720px) {
	.ak-xv-player {
		border-radius: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.ak-xv-toolbar {
		justify-content: stretch;
	}

	.ak-xv-toolbar button {
		flex: 1;
	}

	.ak-xv-player.ak-xv-floating {
		bottom: 0;
		max-width: none;
		right: 0;
		width: 100vw;
	}
}
