/* Featured listings — auto-generated */
.business-card.is-featured {
  position: relative;
  border: 2px solid #d4af37;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35), 0 1px 3px rgb(0 0 0 / 0.1);
  outline: 2px solid rgba(212, 175, 55, 0.15);
  outline-offset: 2px;
}
.business-card.is-featured:hover {
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.45), 0 10px 25px rgb(0 0 0 / 0.1);
}
.featured-badge {
  position: absolute; top: 8px; right: 8px;
  background: linear-gradient(135deg, #f5c542 0%, #d4af37 100%);
  color: #2b1d00; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em;
  padding: 4px 10px; border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2); z-index: 2;
  text-transform: uppercase; pointer-events: none;
  display: inline-flex; align-items: center; gap: 4px;
}
.featured-banner {
  background: linear-gradient(135deg, #f5c542 0%, #d4af37 100%);
  color: #2b1d00; padding: 8px 16px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.8rem; text-align: center;
}
