/* Real WebP top-up card assets. Keep cards image-first and lightweight. */

.topup-card {
  width: 170px;
  min-width: 170px;
}

.topup-card .topup-visual {
  height: 168px !important;
  padding: 0 !important;
  border-radius: 22px !important;
  background: rgba(7, 15, 30, 0.86) !important;
  overflow: hidden !important;
  border: 1px solid rgba(93, 231, 255, 0.2) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.topup-card .topup-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.topup-card .topup-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.topup-card .topup-info h3 {
  letter-spacing: -0.02em;
}

@media (max-width: 560px) {
  .topup-card {
    width: 168px;
    min-width: 168px;
  }

  .topup-card .topup-visual {
    height: 168px !important;
  }
}
