/*
 * Desktop-only production refinements.
 * Mobile/PWA behavior intentionally remains governed by the stable v12 CSS.
 */
@media (min-width: 761px) {
  .production-logout {
    left: 20px !important;
    right: auto !important;
  }
}
