/* Restaurant detail facet links.
 * Real internal links back to the restaurant filter, styled like the existing chips.
 */
.eia-restaurant-tags .eia-detail-filter-link,
.eia-detail-fact__values .eia-detail-filter-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 999px;
	background: #f1f1f1;
	color: #222;
	font-size: 0.82rem;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.eia-restaurant-tags .eia-detail-filter-link:hover,
.eia-restaurant-tags .eia-detail-filter-link:focus-visible,
.eia-detail-fact__values .eia-detail-filter-link:hover,
.eia-detail-fact__values .eia-detail-filter-link:focus-visible {
	background: #e5252a;
	color: #fff;
	text-decoration: none;
}
.eia-location-status{font-size:14px;}