/* Keep the mobile layout stable when iOS focuses form/search controls. */
@media (max-width: 768px) {
  html,
  body,
  #betsnice-root {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  input,
  select,
  textarea,
  [contenteditable="true"] {
    font-size: 16px !important;
    min-width: 0;
    max-width: 100%;
  }

  .betsnice-slot-workspace,
  .betsnice-slot-content,
  .casino-workspace,
  .casino-main,
  .betsnice-auth,
  .betsnice-support-panel {
    max-width: 100%;
    overflow-x: hidden;
  }

  .betsnice-featured-game img {
    cursor: pointer;
  }
}

.betsnice-featured-game > p {
  display: none !important;
}
