/* Keep horizontal gestures inside the gallery, without widening the page. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.marquee {
  contain: inline-size;
}

@media (max-width: 360px) {
  .corCard {
    min-width: 0;
    gap: 4px;
  }

  .corCard img {
    width: 32px;
    height: 28px;
  }

  .corCard .font-bold {
    font-size: 12px;
  }
}
