/**
 * Bundlr storefront styles (optional — submit URL in the dev portal as the CSS
 * URL). storefront.js inlines its critical styles so the widget renders even
 * without this file; this just hardens scoping against aggressive merchant themes.
 */
.bundlr-widget,
.bundlr-widget * {
  box-sizing: border-box;
}
.bundlr-widget {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  line-height: 1.4;
  text-align: left;
}
.bundlr-widget img {
  max-width: none;
  display: block;
}
.bundlr-widget .bundlr-cta {
  font-family: inherit;
  transition: transform 0.12s ease, filter 0.12s ease;
}
.bundlr-widget .bundlr-cta:hover {
  filter: brightness(1.04) saturate(1.05);
}
.bundlr-widget .bundlr-cta:active {
  transform: scale(0.99);
}
@media (prefers-reduced-motion: reduce) {
  .bundlr-widget .bundlr-cta {
    transition: none;
  }
}
