.alchemy-cookie-consent-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--alchemy-cookie-consent-container-bg, #fff);
	border-top: 1px solid var(--alchemy-cookie-consent-container-border, #e2e2e2);
	box-shadow: var(--alchemy-cookie-consent-shadow, 0 -2px 12px rgba(0, 0, 0, 0.08));
	z-index: 999999;
	font-family: var(--alchemy-cookie-consent-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
	padding: var(--alchemy-cookie-consent-container-padding, 16px);
}

.alchemy-cookie-consent-hidden {
	display: none;
}

.alchemy-cookie-consent-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.alchemy-cookie-consent-message {
	flex: 1 1 320px;
	margin: 0;
	font-size: var(--alchemy-cookie-consent-font-size, 14px);
	line-height: 1.5;
	color: var(--alchemy-cookie-consent-text-color, #333);
}

.alchemy-cookie-consent-policy-link {
	color: var(--alchemy-cookie-consent-accent, #1a73e8);
	text-decoration: underline;
	white-space: nowrap;
	margin-left: 4px;
}

.alchemy-cookie-consent-categories {
	display: flex;
	gap: 16px;
	flex: 1 1 100%;
	font-size: var(--alchemy-cookie-consent-font-size, 14px);
	color: var(--alchemy-cookie-consent-text-color, #333);
}

.alchemy-cookie-consent-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.alchemy-cookie-consent-btn {
	border-radius: var(--alchemy-cookie-consent-button-radius, 4px);
	padding: var(--alchemy-cookie-consent-button-padding, 8px) calc(var(--alchemy-cookie-consent-button-padding, 8px) * 2);
	font-size: var(--alchemy-cookie-consent-button-font-size, 14px);
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.alchemy-cookie-consent-btn-solid {
	background: var(--alchemy-cookie-consent-accent, #1a73e8);
	color: var(--alchemy-cookie-consent-button-text, #fff);
}

.alchemy-cookie-consent-btn-solid:hover,
.alchemy-cookie-consent-btn-solid:focus-visible {
	background: var(--alchemy-cookie-consent-button-hover, #155cba);
}

.alchemy-cookie-consent-btn-outline {
	background: transparent;
	border-color: var(--alchemy-cookie-consent-button-outline-color, #ccc);
	color: var(--alchemy-cookie-consent-text-color, #333);
}

.alchemy-cookie-consent-btn-outline:hover,
.alchemy-cookie-consent-btn-outline:focus-visible {
	background: var(--alchemy-cookie-consent-button-outline-hover-bg, #f5f5f5);
}

.alchemy-cookie-consent-btn-text {
	background: transparent;
	color: #555;
	text-decoration: underline;
}

.alchemy-cookie-consent-btn-text:hover,
.alchemy-cookie-consent-btn-text:focus-visible {
	color: var(--alchemy-cookie-consent-accent, #1a73e8);
}

.alchemy-cookie-consent-revisit {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 999998;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--alchemy-cookie-consent-revisit-bg, rgba(255, 255, 255, 0.55));
	border: 1px solid rgba(0, 0, 0, 0.08);
	cursor: pointer;
	font-size: 18px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	transition: background-color 0.15s ease;
}

.alchemy-cookie-consent-revisit:hover,
.alchemy-cookie-consent-revisit:focus-visible {
	background: var(--alchemy-cookie-consent-revisit-bg-hover, rgba(255, 255, 255, 1));
}

.alchemy-cookie-consent-policy-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.alchemy-cookie-consent-policy-table th,
.alchemy-cookie-consent-policy-table td {
	border: 1px solid #e2e2e2;
	padding: 8px;
	text-align: left;
	font-size: 14px;
}

.alchemy-cookie-consent-reopen-link {
	background: none;
	border: none;
	padding: 0;
	color: var(--alchemy-cookie-consent-accent, #1a73e8);
	text-decoration: underline;
	cursor: pointer;
	font-size: inherit;
}

.alchemy-cookie-consent-privacy-choices {
	background: none;
	border: none;
	padding: 0;
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font-size: inherit;
}
