.a9-theme-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.a9-theme-box {
  min-width: 0;
  outline: none;
}

.a9-theme-box:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 2px var(--color-primary, #8b5cf6);
}

.a9-theme-box .box-cover img {
  object-fit: contain;
}

.a9-theme-title {
  width: min(760px, 58vw) !important;
  max-height: 116px;
  object-fit: contain;
}

.a9-theme-coin {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.a9-theme-reward-icon {
  position: absolute;
  right: 12%;
  bottom: 14%;
  z-index: 2;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

@media (max-width: 960px) {
  .a9-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .a9-theme-title {
    width: min(680px, 82vw) !important;
  }
}
