/* Marketplace guidance needs one quiet boundary against the darker regional
   surface. The light palette already has sufficient tonal separation. */
@media (prefers-color-scheme: dark) {
  :root[data-style="classic"]:not([data-theme="light"]) .buying-safety-store-card {
    box-shadow: inset 0 0 0 1px var(--color-outline);
  }
}

:root[data-style="classic"][data-theme="dark"] .buying-safety-store-card {
  box-shadow: inset 0 0 0 1px var(--color-outline);
}

:root[data-style="city"] .home-buying-safety .buying-safety-store-card {
  background: var(--color-surface);
  border: var(--fp-outline-width) solid var(--fp-ink);
  border-radius: var(--fp-card-radius);
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--fp-ink) 24%, transparent);
}
