.biz-location-text {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  max-width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
}

.biz-location-text--sm {
  font-size: 0.8125rem;
}

.biz-location-text--md {
  font-size: 0.875rem;
}

.biz-location-text--base {
  font-size: 0.9375rem;
}

.biz-location-text__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  color: #9ca3af;
}

.biz-location-text--md .biz-location-text__icon {
  width: 1rem;
  height: 1rem;
}

.biz-location-text__label {
  min-width: 0;
  line-height: 1.4;
}

.business-listing-card__location {
  max-width: 100%;
}

.business-listing-card__meta .biz-location-text {
  width: 100%;
}

.owner-biz-page__location {
  margin-top: 0.15rem;
}

.business-profile__location.biz-location-text {
  margin-top: 0.5rem;
}

.business-profile__location .biz-location-text__icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--bharat-primary);
}

@media (min-width: 1024px) {
  .business-profile__location.biz-location-text {
    font-size: 0.875rem;
  }
}

.admin-biz-view__location.biz-location-text {
  margin-top: 0.35rem;
}

.owner-settings-intro__meta.biz-location-text,
.owner-sticky-drawer__meta.biz-location-text {
  margin-top: 0.35rem;
}

.featured-business-card__meta .biz-location-text {
  width: 100%;
}

.blog-business-embed__meta .biz-location-text {
  width: 100%;
}

.empty-business-cta__location.biz-location-text {
  justify-content: center;
  margin-top: 0.5rem;
}
