.imageItem {
  position: relative;
  font-weight: 600;
}
.imageItem .image {
  display: block;
  margin: 0;
}
.imageItem:not(.fullImage)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
}
.imageItem .selectionContainer {
  background-color: transparent;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageItem .selectionContainer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0.125rem;
  border-style: solid;
}
.imageItem .selectionContainer .selectionIcon {
  position: relative;
  display: block;
  border-radius: 50%;
  margin: 0;
}
.imageItem .caption {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
:global(.enact-locale-km) .imageItem .caption {
  font-size: 1.125rem;
}
:global(.enact-locale-si) .imageItem .caption {
  font-size: 1.125rem;
}
:global(.enact-locale-th) .imageItem .caption {
  font-size: 1.125rem;
}
:global(.enact-locale-vi) .imageItem .caption {
  font-size: 1.125rem;
}
.imageItem .label {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: 0.125rem;
}
:global(.enact-locale-km) .imageItem .label {
  font-size: 0.75rem;
}
:global(.enact-locale-si) .imageItem .label {
  font-size: 0.75rem;
}
:global(.enact-locale-th) .imageItem .label {
  font-size: 0.75rem;
}
:global(.enact-locale-vi) .imageItem .label {
  font-size: 0.75rem;
}
.imageItem.vertical.fullImage {
  padding: 1.75rem;
}
.imageItem.vertical.fullImage .image {
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  will-change: transform, box-shadow;
}
.imageItem.vertical.fullImage .image .selectionIcon {
  transition: transform 200ms ease-in-out;
}
.imageItem.vertical:not(.fullImage) {
  padding: 0.5rem 0.5rem 0.625rem;
  margin: 0 0.75rem 0.625rem 0.75rem;
}
.imageItem.vertical .selectionIcon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.imageItem.vertical .captions {
  margin-top: 0.625rem;
}
.imageItem.vertical .imageIcon {
  height: 2.75rem;
  width: 2.75rem;
  margin: 0 0.5rem 0 0;
}
.imageItem.vertical .label {
  height: 1.25rem;
}
.imageItem.vertical .placeholderCaption {
  height: 2.125rem;
}
.imageItem.vertical .placeholderLabel {
  height: 1.375rem;
}
.imageItem.horizontal {
  padding: 0.625rem 1rem;
  margin: 0 0.75rem 0.625rem 0.75rem;
}
.imageItem.horizontal .image {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 1rem 0 0;
}
:global(.enact-locale-right-to-left) .imageItem.horizontal .image {
  margin: 0 0 0 1rem;
}
.imageItem.horizontal .selectionIcon {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.imageItem:global(.neutral)::before {
  opacity: 0;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  will-change: box-shadow;
}
.imageItem:global(.neutral) .selectionContainer::after {
  border-color: transparent;
}
.imageItem:global(.neutral) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
.imageItem:global(.neutral) .caption {
  color: rgb(var(--sand-text-color-rgb, 230, 230, 230));
}
.imageItem:global(.neutral) .label {
  color: var(--sand-text-sub-color, #abaeb3);
}
.imageItem:global(.neutral).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
.imageItem:global(.neutral).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) .imageItem:global(.neutral).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus::before,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus .caption,
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus .label,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.neutral):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.neutral):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active .caption,
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.neutral):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast)::before {
  opacity: 0;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  will-change: box-shadow;
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast) .selectionContainer::after {
  border-color: transparent;
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast) .caption {
  color: rgb(var(--sand-text-color-rgb, 230, 230, 230));
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast) .label {
  color: var(--sand-text-sub-color, #abaeb3);
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
:global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus::before,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .caption,
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .label,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active .caption,
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.enact-a11y-high-contrast) .imageItem:global(.neutral):global(.highContrast):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
.imageItem:global(.light)::before {
  opacity: 0;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  will-change: box-shadow;
}
.imageItem:global(.light) .selectionContainer::after {
  border-color: transparent;
}
.imageItem:global(.light) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
.imageItem:global(.light) .caption {
  color: rgb(var(--sand-text-color-rgb, 46, 50, 57));
}
.imageItem:global(.light) .label {
  color: var(--sand-text-sub-color, #2e3239);
}
.imageItem:global(.light).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
.imageItem:global(.light).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) .imageItem:global(.light).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) .imageItem:global(.light).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) .imageItem:global(.light).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) .imageItem:global(.light).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) .imageItem:global(.light).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) .imageItem:global(.light).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus::before,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus .caption,
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus .label,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.light):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.light):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 76, 80, 89));
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active::before {
  opacity: 1;
  background-color: rgb(var(--sand-focus-bg-color-rgb, 230, 230, 230));
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active .caption,
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.light):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
.imageItem:global(.game)::before {
  opacity: 0;
  background-color: var(--sand-focus-bg-color, #6d2fa1);
  will-change: box-shadow;
}
.imageItem:global(.game) .selectionContainer::after {
  border-color: transparent;
}
.imageItem:global(.game) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
.imageItem:global(.game) .caption {
  color: rgb(var(--sand-text-color-rgb, 230, 230, 230));
}
.imageItem:global(.game) .label {
  color: var(--sand-text-sub-color, #abaeb3);
}
.imageItem:global(.game).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
.imageItem:global(.game).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus::before,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #6d2fa1);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus .label,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #6d2fa1);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active .caption,
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) .imageItem:global(.game):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.green) .imageItem:global(.game)::before {
  opacity: 0;
  background-color: var(--sand-focus-bg-color, #3ea07d);
  will-change: box-shadow;
}
:global(.green) .imageItem:global(.game) .selectionContainer::after {
  border-color: transparent;
}
:global(.green) .imageItem:global(.game) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.green) .imageItem:global(.game) .caption {
  color: rgb(var(--sand-text-color-rgb, 230, 230, 230));
}
:global(.green) .imageItem:global(.game) .label {
  color: var(--sand-text-sub-color, #abaeb3);
}
:global(.green) .imageItem:global(.game).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
:global(.green) .imageItem:global(.game).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus::before,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #3ea07d);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus .label,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.green) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) :global(.green) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #3ea07d);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active .caption,
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.green) .imageItem:global(.game):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.orange) .imageItem:global(.game)::before {
  opacity: 0;
  background-color: var(--sand-focus-bg-color, #b85f23);
  will-change: box-shadow;
}
:global(.orange) .imageItem:global(.game) .selectionContainer::after {
  border-color: transparent;
}
:global(.orange) .imageItem:global(.game) .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.orange) .imageItem:global(.game) .caption {
  color: rgb(var(--sand-text-color-rgb, 230, 230, 230));
}
:global(.orange) .imageItem:global(.game) .label {
  color: var(--sand-text-sub-color, #abaeb3);
}
:global(.orange) .imageItem:global(.game).selected .selectionContainer::after {
  border-color: rgb(var(--sand-selected-color-rgb, 230, 230, 230), 70%);
}
:global(.orange) .imageItem:global(.game).selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing),
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):focus:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) {
  transform: none;
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game).vertical.fullImage:global(.spottable):active:global(.focusRing) .image {
  transform: none;
  outline: 0.25rem solid #e6e6e6;
  outline-offset: 0.1875rem;
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus[disabled],
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus::before,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #b85f23);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus .selectionIcon,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus .caption,
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus .label,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus .label {
  color: inherit;
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-key) :global(.orange) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon,
:global(.spotlight-input-mouse) :global(.orange) .imageItem:global(.game):global(.spottable):focus.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active {
  color: rgb(var(--sand-component-focus-text-color-rgb, 230, 230, 230));
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active[disabled] {
  opacity: 0.28;
  filter: alpha(opacity=28.000000000000004);
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active::before {
  opacity: 1;
  background-color: var(--sand-focus-bg-color, #b85f23);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active .selectionIcon {
  background-color: transparent;
  color: transparent;
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active .caption,
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active .label {
  color: inherit;
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active.vertical.fullImage .image {
  transform: scale(1.2);
  box-shadow: 0 0.75rem 0.75rem rgb(var(--sand-shadow-color-rgb, 0, 0, 0), 30%);
}
:global(.spotlight-input-touch) :global(.orange) .imageItem:global(.game):global(.spottable):active.selected .selectionIcon {
  background-color: var(--sand-toggle-on-bg-color, #30ad6b);
  color: rgb(var(--sand-selected-color-rgb, 230, 230, 230));
}
