/* Agent Mode Visibility Control */

/* Elements that should be HIDDEN when Agent Mode is Active */
body.agent-mode-active .js-hide-on-agent-mode {
  display: none !important;
}

/* Elements that should be HIDDEN UNLESS Agent Mode is Active (Initial State) */
.js-show-on-agent-mode {
  display: none !important;
}
