/* Amarante direct-contact actions. Loaded by the first-party lead router. */
.amarante-mobile-contact {
	display: none;
}

@media (max-width: 767px) {
	body {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	.amarante-mobile-contact {
		position: fixed;
		z-index: 9998;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		min-height: 64px;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		background: #111827;
		border-top: 1px solid rgba(255,255,255,.18);
		box-shadow: 0 -8px 28px rgba(15,23,42,.24);
	}

	.amarante-mobile-contact a {
		display: flex;
		min-width: 0;
		min-height: 56px;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding: 10px 7px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		border-right: 1px solid rgba(255,255,255,.18);
	}

	.amarante-mobile-contact a:last-child {
		border-right: 0;
	}

	.amarante-mobile-contact a:focus-visible,
	.amarante-mobile-contact a:hover {
		background: #075f9c;
		outline: 2px solid #fff;
		outline-offset: -4px;
	}

	.amarante-mobile-contact span[aria-hidden="true"] {
		font-size: 18px;
	}

	.has-cookie-banner .amarante-mobile-contact,
	body:has(.cky-consent-container:not(.cky-hide)) .amarante-mobile-contact {
		z-index: 9990;
	}
}
