/**
 * Compliance-Komponenten.
 */

.vs-age-gate,
.vs-cookie-modal {
	backdrop-filter: blur(10px);
}

.vs-age-gate__panel,
.vs-cookie-modal__panel {
	position: relative;
	width: min(100%, 620px);
	max-height: calc(100vh - 2rem);
	overflow: auto;
	padding: clamp(1.5rem, 5vw, 3rem);
	border: 1px solid rgba(0, 255, 136, 0.32);
	border-radius: 24px;
	background: #121212;
	color: #fff;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
}

.vs-age-gate__eyebrow {
	margin: 0 0 0.55rem;
	color: #00ff88;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vs-age-gate h2,
.vs-cookie-modal h2 {
	margin: 0 0 0.75rem;
	color: #fff;
	font-size: clamp(1.65rem, 5vw, 2.6rem);
	line-height: 1.12;
}

.vs-age-gate p,
.vs-cookie-modal p {
	color: #c9c9c9;
}

.vs-age-gate__actions,
.vs-cookie-modal__actions,
.vs-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.vs-age-gate .button,
.vs-cookie-banner .button,
.vs-cookie-modal .button,
.vs-withdrawal-form .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1rem;
	border: 1px solid #565656;
	border-radius: 10px;
	background: #242424;
	color: #fff;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.vs-age-gate .button.alt,
.vs-cookie-banner .button.alt,
.vs-cookie-modal .button.alt,
.vs-withdrawal-form .button.alt {
	border-color: #00ff88;
	background: #00ff88;
	color: #0a0a0a;
}

.vs-age-gate__legal {
	margin: 1.25rem 0 0;
	font-size: 0.9rem;
}

.vs-age-gate__legal a,
.vs-cookie-modal a {
	color: #00ff88;
}

.vs-cookie-banner {
	position: fixed;
	z-index: 999990;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	padding: 1.1rem;
	border: 1px solid #323232;
	border-radius: 18px;
	background: #121212;
	color: #fff;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
}

.vs-cookie-banner__content {
	display: grid;
	gap: 1rem;
	width: min(100%, 1240px);
	margin: 0 auto;
}

.vs-cookie-banner h2 {
	margin: 0 0 0.35rem;
	color: #fff;
	font-size: 1.2rem;
}

.vs-cookie-banner p {
	margin: 0;
	color: #c8c8c8;
	font-size: 0.92rem;
}

.vs-cookie-banner a {
	color: #00ff88;
}

.vs-cookie-modal__close {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}

.vs-consent-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #333;
	border-radius: 14px;
	background: #1c1c1c;
	color: #fff;
	cursor: pointer;
}

.vs-consent-option h3,
.vs-consent-option strong {
	margin: 0 0 0.2rem;
	color: #fff;
	font-size: 1rem;
}

.vs-consent-option p,
.vs-consent-option small {
	display: block;
	margin: 0;
	color: #b9b9b9;
	font-size: 0.87rem;
}

.vs-consent-option input {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	accent-color: #00ff88;
}

.vs-consent-always-on {
	flex: 0 0 auto;
	color: #00ff88;
	font-size: 0.82rem;
	font-weight: 800;
}

.vs-cookie-modal__privacy {
	margin: 1.1rem 0 0;
	text-align: center;
}

.vs-nicotine-warning {
	display: block;
	margin: 0.65rem 0;
	padding: 0.75rem 0.9rem;
	border-left: 4px solid #ffcc00;
	background: #fff7d5;
	color: #272000;
	font-size: 0.9rem;
	line-height: 1.45;
}

.vs-nicotine-warning--compact,
.vs-nicotine-warning--checkout {
	margin: 0.45rem 0 0;
	padding: 0.55rem 0.65rem;
	font-size: 0.78rem;
}

.vs-nicotine-warning--global {
	margin: 0 0 1.25rem;
}

.vs-checkout-age {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid #dedede;
	border-radius: 12px;
	background: #f8f8f8;
}

.vs-checkout-age h3 {
	margin-top: 0;
}

.vs-legal-template-notice {
	margin: 0 0 1.5rem;
	padding: 1rem;
	border: 2px solid #d63638;
	border-radius: 10px;
	background: #fff0f0;
	color: #651315;
}

.vs-withdrawal-form {
	max-width: 720px;
	margin: 2rem 0;
	padding: clamp(1rem, 4vw, 2rem);
	border: 1px solid #dedede;
	border-radius: 16px;
	background: #fff;
}

.vs-withdrawal-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 700;
}

.vs-withdrawal-form input[type="text"],
.vs-withdrawal-form input[type="email"] {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	border: 1px solid #aaa;
	border-radius: 8px;
}

.vs-withdrawal-review dl {
	display: grid;
	grid-template-columns: minmax(130px, 0.7fr) 1.3fr;
	gap: 0.6rem 1rem;
}

.vs-withdrawal-review dt {
	font-weight: 750;
}

.vs-withdrawal-review dd {
	margin: 0;
}

@media (min-width: 900px) {
	.vs-cookie-banner__content {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.vs-cookie-banner__actions {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.vs-age-gate__actions,
	.vs-cookie-banner__actions,
	.vs-cookie-modal__actions {
		flex-direction: column;
	}

	.vs-age-gate .button,
	.vs-cookie-banner .button,
	.vs-cookie-modal .button {
		width: 100%;
	}

	.vs-cookie-banner {
		right: 0.5rem;
		bottom: 0.5rem;
		left: 0.5rem;
	}

	.vs-withdrawal-review dl {
		grid-template-columns: 1fr;
	}
}
