.at-cookie-consent {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 2147482990;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: env(safe-area-inset-bottom, 0px);
	background: var(--at-navy, #193348);
	color: #fff;
	box-shadow: 0 -8px 32px rgba(9, 28, 44, 0.35);
}

body.at-has-contact-bar .at-cookie-consent {
	bottom: calc(3.25rem + env(safe-area-inset-bottom, 0px));
	padding-bottom: 0;
}

.at-cookie-consent[hidden],
.at-cookie-consent.at-cookie-consent--closed {
	display: none !important;
}

.at-cookie-consent__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.875rem 1.25rem;
	max-width: var(--at-max-width, 1400px);
	margin: 0 auto;
	padding: 0.875rem 1.25rem;
	box-sizing: border-box;
}

.at-cookie-consent__text {
	flex: 1 1 16rem;
	margin: 0;
	font-family: var(--at-font, 'Heebo', 'Rubik', system-ui, sans-serif);
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.at-cookie-consent__link {
	color: var(--at-primary-light, #36CAF1);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.at-cookie-consent__link:hover,
.at-cookie-consent__link:focus-visible {
	color: #fff;
}

.at-cookie-consent__btn {
	flex: 0 0 auto;
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 0.55rem 1.35rem;
	min-height: 2.5rem;
	background: var(--at-primary, #1EBDE3);
	color: var(--at-navy-dark, #091C2C);
	font: inherit;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.2;
	cursor: pointer;
	transition: filter 0.15s ease, background-color 0.15s ease;
}

.at-cookie-consent__btn:hover {
	filter: brightness(1.05);
}

.at-cookie-consent__btn:focus-visible {
	outline: 3px solid var(--at-yellow, #FFC93C);
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.at-cookie-consent__inner {
		padding: 0.75rem 1rem;
		gap: 0.75rem;
	}

	.at-cookie-consent__btn {
		width: 100%;
	}
}
