.twa-place-maps {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	max-width: 100%;
	margin-block: 0.35rem;
}

.twa-place-maps__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.55rem 0.9rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font-size: 0.925em;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-underline-offset: 0.18em;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.twa-place-maps__link:hover {
	border-color: var(--wp--preset--color--contrast, #173f38);
	background: var(--wp--preset--color--contrast, #173f38);
	color: var(--wp--preset--color--base, #fffdf7);
	transform: translateY(-1px);
}

.twa-place-maps__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
	text-decoration: underline;
}

@media (max-width: 420px) {
	.twa-place-maps {
		display: flex;
		width: 100%;
	}

	.twa-place-maps__link {
		flex: 1 1 12rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.twa-place-maps__link {
		transition: none;
	}

	.twa-place-maps__link:hover {
		transform: none;
	}
}
