.lp-shop-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	
}

.lp-shop-item__name {
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-bottom: 1px solid #000;
}

.lp-shop-item__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.lp-shop-item__label {
	flex-shrink: 0;
	min-width: 66px;
	text-align-last: justify;
}

.lp-shop-item__value {
	flex: 1;
}

.lp-shop-item__map {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	color: #0366d6;
	text-decoration: underline;
}

.lp-shop-item__map:hover {
	opacity: 0.8;
}