.aopc-consent {
	box-sizing: border-box;
	color: #ffffff;
	font-family: inherit;
}

.aopc-consent *,
.aopc-consent *::before,
.aopc-consent *::after {
	box-sizing: border-box;
}

.aopc-consent__banner {
	align-items: center;
	background: #111214;
	border: 1px solid rgba(244, 196, 49, 0.34);
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
	color: #ffffff;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	left: 18px;
	margin-inline: auto;
	max-width: 980px;
	padding: 16px;
	position: fixed;
	right: 18px;
	z-index: 1000;
}

.aopc-consent__copy {
	min-width: 0;
}

.aopc-consent__copy h2,
.aopc-preferences__panel h2 {
	color: inherit;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 6px;
}

.aopc-consent__copy p,
.aopc-preferences__panel p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

.aopc-consent__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.aopc-consent__links a {
	color: #f4c431;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aopc-consent__actions,
.aopc-preferences__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.aopc-button {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0;
	min-height: 40px;
	text-decoration: none;
}

.aopc-button-primary {
	background: #d71920;
	border: 1px solid #d71920;
	color: #ffffff;
	padding: 9px 14px;
}

.aopc-button-secondary {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.44);
	color: #ffffff;
	padding: 9px 14px;
}

.aopc-button-link {
	background: transparent;
	border: 0;
	color: #f4c431;
	padding: 9px 4px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aopc-button:focus-visible,
.aopc-preferences__close:focus-visible,
.aopc-preference input:focus-visible {
	outline: 3px solid #f4c431;
	outline-offset: 3px;
}

.aopc-consent__preferences {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	grid-column: 1 / -1;
	margin-top: 2px;
	padding-top: 14px;
}

.aopc-preferences__panel {
	color: #ffffff;
	width: 100%;
}

.aopc-preferences__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 0 0 14px;
}

.aopc-preferences__panel p {
	color: rgba(255, 255, 255, 0.76);
}

.aopc-preferences__close {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	min-height: 40px;
	padding: 7px 11px;
}

.aopc-preferences__options {
	display: grid;
	gap: 10px;
	padding: 14px 0 0;
}

.aopc-preference {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	padding: 14px;
}

.aopc-preference.is-locked {
	background: rgba(244, 196, 49, 0.14);
	border-color: rgba(244, 196, 49, 0.34);
}

.aopc-preference label {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0;
}

.aopc-preference span,
.aopc-preference strong,
.aopc-preference small {
	display: block;
}

.aopc-preference span {
	min-width: 0;
}

.aopc-preference small {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.4;
	margin-top: 3px;
}

.aopc-preference input {
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.aopc-preferences__actions {
	padding: 12px 0 0;
}

.aopc-consent__preferences .aopc-button-secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.44);
}

.aopc-consent__preferences .aopc-button-link {
	color: #f4c431;
}

.aopc-consent__status {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

@media (max-width: 720px) {
	.aopc-consent__banner {
		border-bottom: 0;
		border-left: 0;
		border-radius: 16px 16px 0 0;
		border-right: 0;
		bottom: 0;
		gap: 14px;
		grid-template-columns: 1fr;
		left: 0;
		margin: 0;
		max-height: 82dvh;
		max-width: 100%;
		overflow-y: auto;
		padding: 16px;
		right: 0;
		width: 100%;
	}

	.aopc-consent__copy,
	.aopc-consent__copy p,
	.aopc-consent__actions {
		max-width: 100%;
		min-width: 0;
	}

	.aopc-consent__copy p,
	.aopc-preference small {
		overflow-wrap: anywhere;
	}

	.aopc-consent__actions,
	.aopc-preferences__actions {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: stretch;
		width: 100%;
	}

	.aopc-consent__actions .aopc-button,
	.aopc-preferences__actions .aopc-button {
		width: 100%;
	}

	.aopc-preferences__panel {
		max-width: 100%;
		width: 100%;
	}

	.aopc-preferences__header {
		gap: 12px;
		padding: 0 0 12px;
	}

	.aopc-preferences__options {
		padding: 12px 0 0;
	}

	.aopc-preference {
		gap: 12px;
		min-width: 0;
		padding: 12px;
	}

	.aopc-preferences__actions {
		padding: 12px 0 0;
	}
}
