/* Geo audience recommendation strip */
.jewdiy-geo-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 7px 16px;
  font: 600 11px/1.4 var(--jewdiy-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jewdiy-muted, #6b7168);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(249, 246, 240, 0.92) 100%);
  border-bottom: 1px solid rgba(230, 224, 212, 0.9);
}

.jewdiy-geo-hint-label {
  color: var(--jewdiy-gold, #b8862d);
}

.jewdiy-geo-hint-values {
  color: var(--jewdiy-ink-soft, #2c3329);
  letter-spacing: 0.06em;
}

@media (max-width: 640px) {
  .jewdiy-geo-hint {
    font-size: 10px;
    padding-inline: 12px;
  }
}

.checkout-page .jewdiy-geo-hint {
  position: sticky;
  top: 0;
  z-index: 8;
}
