.active-sm-contact {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	align-items: center;
}

.active-sm-contact__name {
	font-weight: 700;
}

.active-sm-contact a,
.active-sm-copyright a,
.active-sm-eshop-fallback a {
	color: inherit;
	text-underline-offset: .18em;
}

.active-sm-eshop {
	min-height: 8rem;
}

.active-sm-eshop-fallback {
	padding: clamp(1rem, 3vw, 2rem);
	border: 1px solid currentColor;
	text-align: center;
}

.active-sm-eshop__disclosure {
	margin-block-start: 1rem;
	font-size: .875rem;
	opacity: .78;
}
