/** DEV-050: upward-first mobile currency menu with internal scrolling. */
@media (max-width: 689.98px) {
  .pcuk-mobile-drawer__currency .yay-currency-custom-options {
    max-height: min(60vh, 360px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .pcuk-mobile-drawer__currency .yay-currency-custom-select.open .yay-currency-custom-options.upwards {
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .pcuk-mobile-drawer__currency .yay-currency-custom-option-row {
    min-height: 48px !important;
    padding-block: 10px !important;
  }

  .pcuk-mobile-drawer__currency.pcuk-currency-menu--sheet .yay-currency-custom-options {
    position: fixed !important;
    top: auto !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: none !important;
    max-height: min(60vh, 360px) !important;
    margin: 0 !important;
    z-index: 100000001 !important;
  }
}
