.wismolabs-cookie-consent {
	background: var(--e-global-color-0a6a988, #fff);
	border-top: 1px solid var(--e-global-color-0314024, #d9dde6);
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	color: #000;
	inset: auto 0 0 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.wismolabs-cookie-consent *,
.wismolabs-cookie-consent *::before,
.wismolabs-cookie-consent *::after {
	box-sizing: border-box;
}

.wismolabs-cookie-consent__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	margin: 0 auto;
	max-width: 1290px;
	padding: 10px;
	width: 100%;
}

.wismolabs-cookie-consent__message {
	flex: 1 1 auto;
	font-family: var(--e-global-typography-51b0a96-font-family, Arial), sans-serif;
	font-size: var(--e-global-typography-51b0a96-font-size, 16px);
	font-weight: var(--e-global-typography-51b0a96-font-weight, 400);
	line-height: var(--e-global-typography-51b0a96-line-height, 1.5);
	letter-spacing: var(--e-global-typography-51b0a96-letter-spacing, 0);
	margin: 0;
}

.wismolabs-cookie-consent__message a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wismolabs-cookie-consent__button {
	align-items: center;
	background: var(--e-global-color-secondary, #fff);
	border: 1px solid var(--e-global-color-e2aede5, #cfd5df);
	color: #000;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--e-global-typography-text-font-family, Arial), sans-serif;
	font-size: 16px;
	font-weight: var(--e-global-typography-text-font-weight, 400);
	justify-content: center;
	line-height: 1.15;
	min-height: 36px;
	min-width: 48px;
	padding: 6px 18px;
	white-space: nowrap;
}

.wismolabs-cookie-consent__button:hover,
.wismolabs-cookie-consent__button:focus {
	color: #000;
}

.wismolabs-cookie-consent__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.wismolabs-cookie-consent__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding-right: 46px;
	}
}
