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

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

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

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

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

.alchemy-consent-categories {
	display: flex;
	gap: 16px;
	flex: 1 1 100%;
	font-size: 14px;
	color: #333;
}

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

.alchemy-consent-btn {
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

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

.alchemy-consent-btn-outline {
	background: transparent;
	border-color: #ccc;
	color: #333;
}

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

.alchemy-consent-revisit {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 999998;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--alchemy-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-consent-revisit:hover,
.alchemy-consent-revisit:focus-visible {
	background: var(--alchemy-consent-revisit-bg-hover, rgba(255, 255, 255, 1));
}

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

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

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