/* Only move the audit shortcut on mobile; the actual audit feature remains intact. */
@media (max-width: 900px) {
  #yp-system-btn { bottom: calc(88px + env(safe-area-inset-bottom)) !important; }
  body.yp-mobile-chat-active #yp-system-btn { display: none !important; }
}
