.ade-consent {
	background:
		radial-gradient(circle at 90% 0, rgba(var(--ade-brand-rgb, 216, 180, 93), 0.1), transparent 38%),
		rgba(8, 9, 10, 0.96);
	border: 1px solid rgba(var(--ade-brand-rgb, 216, 180, 93), 0.42);
	border-radius: 6px;
	bottom: 1.8rem;
	box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.58);
	color: #f6f5f1;
	display: grid;
	gap: 1.8rem;
	left: 50%;
	max-width: 52rem;
	padding: 2.2rem;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 3.6rem);
	z-index: 100000;
}

.ade-consent[hidden],
.ade-privacy-control[hidden] {
	display: none;
}

.ade-consent h2 {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 5px 0 9px;
}

.ade-consent p {
	color: #a8aaab;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0;
}

.ade-consent__eyebrow {
	color: var(--ade-accent, #d8b45d) !important;
	font-size: 9px !important;
	letter-spacing: 1.8px !important;
}

.ade-consent__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.ade-consent button,
.ade-privacy-control {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 99.9rem;
	color: #fff;
	cursor: pointer;
	min-height: 3.8rem;
	padding: 7px 1.5rem;
}

.ade-consent .ade-consent__accept {
	background: var(--ade-accent, #d8b45d);
	border-color: var(--ade-accent, #d8b45d);
	color: #08090a;
	min-width: 11.2rem;
}

.ade-consent .ade-consent__essential {
	border: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 1.1rem;
	padding-inline: 4px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ade-consent__privacy {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.1rem;
	padding-top: 1.3rem;
	width: fit-content;
}

.ade-privacy-control {
	align-items: center;
	background: rgba(8, 9, 10, 0.88);
	bottom: 1.4rem;
	box-sizing: border-box;
	display: flex;
	font-size: 1.1rem;
	gap: 8px;
	height: 3.6rem;
	left: 1.4rem;
	min-height: 3.6rem;
	overflow: hidden;
	padding: 0 1rem;
	position: fixed;
	transition: width 200ms ease, border-color 200ms ease;
	white-space: nowrap;
	width: 3.6rem;
	z-index: 99990;
}

.ade-privacy-control:hover,
.ade-privacy-control:focus-visible {
	border-color: rgba(var(--ade-brand-rgb, 216, 180, 93), 0.55);
	outline: 0;
	width: 13.2rem;
}

.ade-privacy-control svg {
	flex: 0 0 auto;
	height: 1.5rem;
	width: 1.5rem;
}

@media (max-width: 600px) {
	.ade-consent {
		bottom: calc(var(--ade-player-size, 9.6rem) + 1rem);
		padding: 2rem;
		width: calc(100% - 2rem);
	}
}
