/* Palette and type follow the site: footer #293237, brand blue #2F6DB1, green accent #a3d75e, square buttons. */

.asums-cc {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #293237;
	color: #d4d6d7;
	border-top: 3px solid #2f6db1;
	box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.18);
	font: 14px/1.6 "Open Sans", Arial, sans-serif;
}

.asums-cc[hidden] {
	display: none;
}

.asums-cc__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 32px;
}

.asums-cc__text {
	flex: 1 1 480px;
	margin: 0;
	color: #d4d6d7;
}

.asums-cc__text a {
	color: #fff;
	text-decoration: underline;
}

.asums-cc__text a:hover {
	color: #a3d75e;
}

.asums-cc__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.asums-cc__btn {
	margin: 0;
	padding: 12px 22px;
	border: 1px solid #2f6db1;
	border-radius: 0;
	background: #2f6db1;
	color: #fff;
	font: 500 12px/1.4 "Krona One", Arial, sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.asums-cc__btn:hover {
	background: #fff;
	color: #000;
}

.asums-cc__btn--ghost {
	background: transparent;
	border-color: #9c9c9c;
}

.asums-cc__btn--ghost:hover {
	border-color: #fff;
}

.asums-cc__btn:focus-visible,
.asums-legal a:focus-visible,
.asums-legal__cookie:focus-visible {
	outline: 2px solid #a3d75e;
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.asums-cc__actions {
		width: 100%;
	}

	.asums-cc__btn {
		flex: 1 1 auto;
	}
}

/* Legal links row, moved to the bottom of #colophon by consent.js */

.asums-legal {
	padding: 14px 20px;
	background: #293237;
	border-top: 1px solid rgba(221, 224, 230, 0.2);
	text-align: center;
	font: 13px/1.9 "Open Sans", Arial, sans-serif;
}

.asums-legal a,
.asums-legal__cookie {
	display: inline-block;
	margin: 0 12px;
	padding: 0;
	border: 0;
	background: none;
	color: #d4d6d7;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

.asums-legal a:hover,
.asums-legal__cookie:hover {
	color: #a3d75e;
	text-decoration: underline;
}

/* Click-to-load map (replaces the Elementor Google Maps widget) */

.asums-map {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 400px;
	padding: 24px;
	background: #eef1f3;
	border: 1px solid #d7dee1;
	text-align: center;
	font: 14px/1.6 "Open Sans", Arial, sans-serif;
	color: #3f3f3f;
}

.asums-map__address {
	margin: 0;
	font: 500 18px/1.4 "Montserrat", Arial, sans-serif;
	color: #293237;
}

.asums-map__btn {
	padding: 12px 22px;
	border: 1px solid #2f6db1;
	border-radius: 0;
	background: #2f6db1;
	color: #fff;
	font: 500 12px/1.4 "Krona One", Arial, sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.asums-map__btn:hover {
	background: #fff;
	color: #000;
}

.asums-map__btn:focus-visible {
	outline: 2px solid #2f6db1;
	outline-offset: 2px;
}

.asums-map__note {
	margin: 0;
	font-size: 13px;
	color: #54595f;
}

.asums-map__note a {
	color: #2f6db1;
}

.asums-smartcaptcha {
	margin: 12px 0;
	min-height: 102px;
}
