.hss-address-map {
	width: 100%;
	height: 290px;
	border-radius: var(--hss-border-radius);
	overflow: hidden;
}

dl.hss-address-list {
	display: grid;
	row-gap: 10px;
	column-gap: 15px;
	grid-template-columns: 120px 1fr;
}

dl.hss-address-list dt,
dl.hss-address-list dd {
	margin: 0;
	padding: 0;
}