.hsg-consent-banner {
	align-items: center;
	background: var(--hsg-consent-bg, #ffffff);
	border: 1px solid #d6dee7;
	border-radius: 8px;
	box-shadow: 0 16px 48px rgba(22, 32, 42, .18);
	box-sizing: border-box;
	color: var(--hsg-consent-text, #16202a);
	display: flex;
	gap: 18px;
	inset: auto 24px 24px 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 920px;
	padding: 18px;
	position: fixed;
	z-index: 99999;
}

.hsg-consent-banner,
.hsg-consent-banner * {
	box-sizing: border-box;
}

.hsg-consent-bottom_left {
	inset: auto auto 24px 24px;
	margin: 0;
	max-width: min(650px, calc(100vw - 48px));
	width: 650px;
}

.hsg-consent-bottom_right {
	inset: auto 24px 24px auto;
	margin: 0;
	max-width: min(650px, calc(100vw - 48px));
	width: 650px;
}

.hsg-consent-bottom_bar {
	border-radius: 0;
	inset: auto 0 0 0;
	max-width: none;
}

.hsg-consent-center_modal {
	inset: 50% auto auto 50%;
	max-width: 560px;
	transform: translate(-50%, -50%);
	width: calc(100% - 48px);
}

.hsg-consent-style-clinical {
	border-left: 5px solid var(--hsg-consent-accent, #155b47);
}

.hsg-consent-style-light {
	background: var(--hsg-consent-bg, #ffffff);
	border-color: #c7d3df;
	box-shadow: 0 10px 32px rgba(22, 32, 42, .12);
}

.hsg-consent-style-dark {
	background: var(--hsg-consent-bg, #16202a);
	border-color: #33485d;
	color: var(--hsg-consent-text, #ffffff);
}

.hsg-consent-style-dark .hsg-consent-banner__copy p,
.hsg-consent-style-dark .hsg-consent-banner__preferences label,
.hsg-consent-style-dark .hsg-consent-banner__empty {
	color: #dce3ea;
}

.hsg-consent-style-dark .hsg-consent-banner__link {
	color: var(--hsg-consent-accent, #b9f0df) !important;
}

.hsg-consent-style-minimal {
	box-shadow: 0 8px 24px rgba(22, 32, 42, .12);
}

.hsg-consent-banner[hidden] {
	display: none;
}

.hsg-consent-preferences[hidden] {
	display: none;
}

.hsg-consent-indicator[hidden] {
	display: none !important;
}

.hsg-consent-indicator {
	align-items: center;
	appearance: none !important;
	background: var(--hsg-consent-indicator-bg, #155b47) !important;
	border: 1px solid color-mix(in srgb, var(--hsg-consent-indicator-bg, #155b47) 85%, #ffffff) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 28px rgba(22, 32, 42, .2) !important;
	box-sizing: border-box !important;
	color: var(--hsg-consent-indicator-text, #ffffff) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	gap: 8px;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 42px !important;
	padding: 9px 13px 9px 10px !important;
	position: fixed;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	z-index: 99998;
}

.hsg-consent-indicator-bottom_left {
	inset: auto auto 18px 18px;
}

.hsg-consent-indicator-bottom_right {
	inset: auto 18px 18px auto;
}

.hsg-consent-indicator:focus,
.hsg-consent-indicator:hover {
	background: var(--hsg-consent-indicator-bg, #155b47) !important;
	color: var(--hsg-consent-indicator-text, #ffffff) !important;
	filter: brightness(.94);
	outline: 2px solid color-mix(in srgb, var(--hsg-consent-indicator-bg, #155b47) 45%, #ffffff);
	outline-offset: 2px;
}

.hsg-consent-indicator span {
	background: color-mix(in srgb, var(--hsg-consent-indicator-text, #ffffff) 18%, transparent);
	border: 2px solid currentColor;
	border-radius: 999px;
	display: block;
	height: 22px;
	position: relative;
	width: 22px;
}

.hsg-consent-indicator span::before,
.hsg-consent-indicator span::after,
.hsg-consent-indicator span i::before {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 3px;
	position: absolute;
	width: 3px;
}

.hsg-consent-indicator span::before {
	left: 6px;
	top: 5px;
}

.hsg-consent-indicator span::after {
	right: 5px;
	top: 9px;
}

.hsg-consent-indicator span i::before {
	bottom: 5px;
	left: 9px;
}

.hsg-consent-indicator strong {
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hsg-consent-banner__copy strong {
	color: var(--hsg-consent-text, #16202a);
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 6px;
}

.hsg-consent-banner__copy p {
	color: var(--hsg-consent-text, #16202a);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.hsg-consent-banner__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	min-width: 220px;
}

.hsg-consent-banner__empty {
	color: #596a7a;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 3px 0 0 22px;
}

.hsg-consent-preferences {
	background: rgba(22, 32, 42, .32);
	box-sizing: border-box;
	inset: 0;
	padding: 24px;
	position: fixed;
	z-index: 100000;
}

.hsg-consent-preferences,
.hsg-consent-preferences * {
	box-sizing: border-box;
}

.hsg-consent-preferences__panel {
	background: var(--hsg-consent-bg, #ffffff);
	border: 1px solid #d6dee7;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(22, 32, 42, .28);
	color: var(--hsg-consent-text, #16202a);
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-height: calc(100vh - 48px);
	max-width: 940px;
	overflow: hidden;
}

.hsg-consent-preferences__header {
	align-items: center;
	border-bottom: 1px solid #eef2f6;
	display: flex;
	justify-content: space-between;
	padding: 14px 18px;
}

.hsg-consent-preferences__header strong {
	color: var(--hsg-consent-text, #16202a);
	font-size: 18px;
	line-height: 1.25;
}

.hsg-consent-preferences__close {
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #6b879f !important;
	cursor: pointer !important;
	font-size: 24px !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 2px 6px !important;
}

.hsg-consent-preferences__body {
	overflow: auto;
	padding: 18px;
}

.hsg-consent-preferences__body > p {
	color: var(--hsg-consent-text, #16202a);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 14px;
}

.hsg-consent-category {
	border-top: 1px solid #eef2f6;
	padding: 0;
}

.hsg-consent-category__summary {
	align-items: center;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--hsg-consent-text, #16202a) !important;
	cursor: pointer !important;
	display: flex !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	justify-content: space-between;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	min-height: 64px !important;
	padding: 18px 0 !important;
	text-align: left !important;
	text-transform: none !important;
	width: 100% !important;
}

.hsg-consent-category__summary span {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.hsg-consent-category__summary span::before {
	color: var(--hsg-consent-accent, #155b47);
	content: "›";
	font-size: 20px;
	font-weight: 400;
	transform: rotate(0deg);
	transition: transform .16s ease;
}

.hsg-consent-category.is-open .hsg-consent-category__summary span::before {
	transform: rotate(90deg);
}

.hsg-consent-category__summary em {
	color: #008a00;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

.hsg-consent-category__details {
	padding: 0 0 22px 32px;
}

.hsg-consent-category__details[hidden] {
	display: none;
}

.hsg-consent-category__details p {
	color: var(--hsg-consent-text, #16202a);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 16px;
}

.hsg-consent-cookie-detail {
	background: #f7f9fb;
	border-radius: 8px;
	display: grid;
	gap: 12px 22px;
	grid-template-columns: 100px minmax(0, 1fr);
	padding: 18px 22px;
}

.hsg-consent-cookie-detail span {
	color: #596a7a;
	font-size: 13px;
	font-weight: 800;
}

.hsg-consent-cookie-detail strong {
	color: #273746;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.hsg-consent-switch {
	display: inline-flex;
	margin: 0;
	position: relative;
}

.hsg-consent-switch input {
	opacity: 0;
	position: absolute;
}

.hsg-consent-switch i {
	background: #b8c4d0;
	border-radius: 999px;
	display: block;
	height: 28px;
	position: relative;
	transition: background .16s ease;
	width: 52px;
}

.hsg-consent-switch i::after {
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 1px 4px rgba(22, 32, 42, .22);
	content: "";
	height: 24px;
	inset: 2px auto auto 2px;
	position: absolute;
	transition: transform .16s ease;
	width: 24px;
}

.hsg-consent-switch input:checked + i {
	background: var(--hsg-consent-accent, #155b47);
}

.hsg-consent-switch input:checked + i::after {
	transform: translateX(24px);
}

.hsg-consent-switch input:focus + i {
	outline: 2px solid var(--hsg-consent-accent, #155b47);
	outline-offset: 2px;
}

.hsg-consent-preferences__actions {
	background: var(--hsg-consent-bg, #ffffff);
	border-top: 1px solid #eef2f6;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1.3fr 1fr;
	padding: 14px 18px;
}

.hsg-consent-preferences .hsg-consent-preferences__button {
	appearance: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	cursor: pointer !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 48px !important;
	padding: 13px 18px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: 100% !important;
}

.hsg-consent-preferences__button-primary {
	background: var(--hsg-consent-button-bg, #155b47) !important;
	border: 1px solid var(--hsg-consent-button-bg, #155b47) !important;
	color: var(--hsg-consent-button-text, #ffffff) !important;
}

.hsg-consent-preferences__button-secondary {
	background: var(--hsg-consent-bg, #ffffff) !important;
	border: 1px solid var(--hsg-consent-accent, #155b47) !important;
	color: var(--hsg-consent-accent, #155b47) !important;
}

.hsg-consent-banner .hsg-consent-banner__button,
.hsg-consent-banner .hsg-consent-banner__link {
	appearance: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 42px !important;
	min-width: 138px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	width: auto !important;
}

.hsg-consent-banner .hsg-consent-banner__button {
	background: var(--hsg-consent-button-bg, #155b47) !important;
	border: 1px solid var(--hsg-consent-button-bg, #155b47) !important;
	border-radius: 6px !important;
	color: var(--hsg-consent-button-text, #ffffff) !important;
	padding: 11px 18px !important;
}

.hsg-consent-banner .hsg-consent-banner__link {
	background: color-mix(in srgb, var(--hsg-consent-accent, #155b47) 8%, transparent) !important;
	border: 1px solid var(--hsg-consent-accent, #155b47) !important;
	border-radius: 6px !important;
	color: var(--hsg-consent-accent, #155b47) !important;
	padding: 11px 18px !important;
	text-decoration: none !important;
	text-underline-offset: 0 !important;
}

.hsg-consent-banner.hsg-consent-style-dark .hsg-consent-banner__link {
	color: var(--hsg-consent-accent, #b9f0df) !important;
}

.hsg-consent-banner .hsg-consent-banner__button:focus,
.hsg-consent-banner .hsg-consent-banner__button:hover {
	background: var(--hsg-consent-button-bg, #155b47) !important;
	border-color: var(--hsg-consent-button-bg, #155b47) !important;
	color: var(--hsg-consent-button-text, #ffffff) !important;
	filter: brightness(.92);
}

.hsg-consent-banner .hsg-consent-banner__link:focus,
.hsg-consent-banner .hsg-consent-banner__link:hover {
	background: color-mix(in srgb, var(--hsg-consent-accent, #155b47) 14%, transparent) !important;
	color: var(--hsg-consent-accent, #155b47) !important;
}

@media (max-width: 640px) {
	.hsg-consent-banner {
		align-items: stretch;
		display: block;
		inset: auto 12px 12px 12px;
		max-width: none;
		transform: none;
	}

	.hsg-consent-banner__button {
		margin-top: 14px !important;
		width: 100% !important;
	}

	.hsg-consent-banner__actions {
		display: block;
		min-width: 0;
	}

	.hsg-consent-banner__link {
		margin-top: 14px !important;
		width: 100% !important;
	}

	.hsg-consent-preferences {
		padding: 10px;
	}

	.hsg-consent-preferences__panel {
		max-height: calc(100vh - 20px);
	}

	.hsg-consent-preferences__actions {
		grid-template-columns: 1fr;
	}

	.hsg-consent-cookie-detail {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.hsg-consent-category__details {
		padding-left: 0;
	}
}
