:root {
	--wpp-cookie-consent-primary: #1a56a3;
	--wpp-cookie-consent-primary-hover: #154785;
	--wpp-cookie-consent-ink: #000411;
	--wpp-cookie-consent-muted: #545454;
	--wpp-cookie-consent-surface: #ffffff;
	--wpp-cookie-consent-soft: #eef3f8;
	--wpp-cookie-consent-soft-hover: #d9e7f9;
}

#cc-main {
	--cc-bg: var(--wpp-cookie-consent-surface);
	--cc-primary-color: var(--wpp-cookie-consent-ink);
	--cc-secondary-color: var(--wpp-cookie-consent-muted);
	--cc-btn-primary-bg: var(--wpp-cookie-consent-primary);
	--cc-btn-primary-color: #fff;
	--cc-btn-primary-border-color: var(--wpp-cookie-consent-primary);
	--cc-btn-primary-hover-bg: var(--wpp-cookie-consent-primary-hover);
	--cc-btn-primary-hover-color: #fff;
	--cc-btn-primary-hover-border-color: var(--wpp-cookie-consent-primary-hover);
	--cc-btn-secondary-bg: var(--wpp-cookie-consent-soft);
	--cc-btn-secondary-color: var(--wpp-cookie-consent-ink);
	--cc-btn-secondary-border-color: #c8dcf6;
	--cc-btn-secondary-hover-bg: var(--wpp-cookie-consent-soft-hover);
	--cc-btn-secondary-hover-color: var(--wpp-cookie-consent-ink);
	--cc-btn-secondary-hover-border-color: #90b9ed;
	--cc-toggle-on-bg: var(--wpp-cookie-consent-primary);
	--cc-link-color: var(--wpp-cookie-consent-primary);
	--cc-separator-border-color: #e4edf7;
	--cc-cookie-category-block-bg: #f5f8fc;
	--cc-cookie-category-block-border: #e4edf7;
	--cc-cookie-category-block-hover-bg: #eef3f8;
	--cc-overlay-bg: rgba(0, 4, 17, 0.55);
	--cc-font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.wpp-cookie-consent-settings-btn {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 99990;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.55rem 0.85rem;
	border: 1px solid #c8dcf6;
	border-radius: 999px;
	background: #fff;
	color: var(--wpp-cookie-consent-ink);
	font: 600 0.8125rem/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
	box-shadow: 0 8px 24px rgba(26, 86, 163, 0.16);
	cursor: pointer;
}

.wpp-cookie-consent-settings-btn:hover,
.wpp-cookie-consent-settings-btn:focus-visible {
	background: #f5f8fc;
	border-color: var(--wpp-cookie-consent-primary);
	color: var(--wpp-cookie-consent-primary);
	outline: 2px solid transparent;
}

.wpp-cookie-consent-settings-btn:focus-visible {
	outline: 2px solid var(--wpp-cookie-consent-primary);
	outline-offset: 2px;
}

.wpp-cookie-consent-settings-btn__icon {
	display: inline-flex;
}

.wpp-cookie-consent-shortcode {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

html.show--consent .wpp-cookie-consent-settings-btn,
html.show--preferences .wpp-cookie-consent-settings-btn {
	display: none;
}

@media (max-width: 640px) {
	.wpp-cookie-consent-settings-btn__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.wpp-cookie-consent-settings-btn {
		padding: 0.7rem;
	}
}
