
/* Phantom Wallet Mobile Compatibility */
.phantom-wallet {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.phantom-wallet * {
    pointer-events: auto !important;
}

/* Phantom wallet error overlay fix */
.phantom-wallet .error-overlay {
    z-index: 9998 !important;
}

@media (max-width: 600px) {
  body {
    padding: 0px 0px 10px 0px;
  }
  .container {
    padding: 10px;
    max-width: 100%;
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  h1 {
    font-size: 1.1rem;
  }
  .cards {
    gap: 6px;
  }
  .cards img,
  .history-item .card img {
    width: 150px;
  }
  .ad-content {
    padding: 18px 7px;
    font-size: 0.98rem;
  }
  input, button, select {
    font-size: 0.97rem;
    padding: 8px;
  }
  .pick-card {
    width: 50px;
    height: 70px;
  }
  .pick-card.revealed {
   width: 115px;
  }
  .pick-card.revealed img {
    width: 110px;
  }
  .loader-card {
    width: 44px; height: 65px;
  }
  .daily-card-cardimg {
    width: 80px;
  }
}