/* Desktop-only final override for Manage Platforms modal positioning.
 * Loaded after desktop-theme.css and desktop-ui-fixes.css so this wins the
 * !important modal-centering rules without changing mobile behavior. */
@media (min-width: 900px) {
  .page.desktopMode .desktopModalHost [role="dialog"][aria-modal="true"][aria-label="Manage platforms"] {
    top: 72px !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
    max-height: calc(100dvh - 96px) !important;
  }
}
