/* Pack 5B-3A mobile currency guide hotfix: avoid overlap with chat icon/widget */

@media (max-width: 768px) {
  body .nac-currency-guide-toggle,
  body .nac-currency-guide-pill,
  body [data-nac-currency-guide-toggle="true"] {
    position: fixed !important;
    left: 16px !important;
    right: auto !important;
    bottom: 112px !important;
    top: auto !important;
    z-index: 2147481000 !important;
    max-width: calc(100vw - 32px) !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body .nac-currency-guide-panel,
  body [data-nac-currency-guide-panel="true"] {
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 172px !important;
    top: auto !important;
    max-height: min(60vh, 480px) !important;
    width: auto !important;
    z-index: 2147481001 !important;
    box-sizing: border-box !important;
  }

  body.nac-currency-guide-chat-aware .nac-currency-guide-toggle,
  body.nac-currency-guide-chat-aware .nac-currency-guide-pill,
  body.nac-currency-guide-chat-aware [data-nac-currency-guide-toggle="true"] {
    left: 16px !important;
    right: auto !important;
    bottom: 128px !important;
  }

  body.nac-currency-guide-chat-aware .nac-currency-guide-panel,
  body.nac-currency-guide-chat-aware [data-nac-currency-guide-panel="true"] {
    bottom: 188px !important;
  }
}
