.hs-cookie-consent {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 2147483000;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.hs-cookie-consent__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(920px, 100%);
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	background: #1d252c;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
	color: #fff;
	pointer-events: auto;
}

.hs-cookie-consent__body p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.hs-cookie-consent__body a {
	color: #9bd5ff;
	text-decoration: underline;
}

.hs-cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.hs-cookie-consent__button {
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid #2585c7;
	border-radius: 5px;
	background: #2585c7;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
}

.hs-cookie-consent__button--secondary {
	border-color: #fff;
	background: transparent;
}

.hs-cookie-consent__button:focus-visible {
	outline: 3px solid #ffbf3f;
	outline-offset: 2px;
}

.hs-contact-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.hs-contact-link:hover,
.hs-contact-link:focus {
	color: inherit;
}

@media (max-width: 680px) {
	.hs-cookie-consent {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.hs-cookie-consent__body,
	.hs-cookie-consent__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hs-cookie-consent__body {
		gap: 14px;
		padding: 16px;
	}
}
