@media (min-width: 761px) {
  html body select.renew-package.renew-native-hidden {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body .renew-choice {
    display: none !important;
  }

  html body .streamforge-renew-native-label {
    grid-column: 1 / -1;
    margin: 0;
  }

  .sf-renew-options {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

@media (max-width: 760px) {
  .sf-renew-options {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
    overscroll-behavior: auto !important;
    grid-template-columns: 1fr !important;
  }
}
