/* BAM Auto account menu placement.
   Tablet/desktop/PWA: every account popover is anchored above the sidebar profile.
   Phone: existing top-right behaviour remains unchanged. */
@media (min-width: 700px) {
  .bam-account-menu,
  .bam-account-menu-top,
  .bam-account-top .bam-account-menu,
  .bam-sidebar .bam-account-menu {
    position: fixed !important;
    left: 16px !important;
    right: auto !important;
    top: auto !important;
    bottom: 92px !important;
    width: 194px !important;
    max-width: calc(100vw - 32px) !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 10020 !important;
  }
}
