.smcdw-widget {
	color: inherit;
	font: inherit;
	width: 100%;
}

.smcdw-store-link {
	align-items: center;
	color: inherit;
	column-gap: 0.5rem;
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.6;
	text-decoration: none;
}

.smcdw-store-link:hover,
.smcdw-store-link:focus {
	text-decoration: underline;
}

.smcdw-widget__icon-wrap {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 1;
	width: 26px;
}

.smcdw-widget__icon {
	display: inline-block;
	font-size: 1em;
}

.smcdw-widget--vendor-location {
	display: grid;
	gap: 0.45rem;
}

.smcdw-location-row {
	align-items: center;
	column-gap: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}

.smcdw-meta-row {
	align-items: center;
	column-gap: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}

.smcdw-location-row__label {
	font-weight: 600;
}

.smcdw-meta-row__label {
	font-weight: 600;
}

.smcdw-location-row__value {
	min-width: 0;
}

.smcdw-meta-row__value {
	min-width: 0;
}

@media (max-width: 767px) {
	.smcdw-location-row,
	.smcdw-meta-row,
	.smcdw-store-link {
		column-gap: 0.35rem;
		row-gap: 0.25rem;
	}
}
