/*
 * Module      : Rockchan (styles)
 * Description : Visibility rules for the ロック (Rock) layer: hides the avatar,
 *               dialogue box, choices, and chat when disabled, and hides the
 *               cart button on the admin page.
 */

.vn-controls {
  margin-left: auto;
}

body:not(.rockchan-on) .avatar-area,
body:not(.rockchan-on) .vn-box,
body:not(.rockchan-on) .choices,
body:not(.rockchan-on) #choices-backdrop {
  display: none !important;
}

body:not(.rockchan-on) #vn-chat {
  visibility: hidden !important;
  pointer-events: none !important;
}

.main-interface[data-page="admin"] #vn-cart-btn {
  visibility: hidden !important;
  pointer-events: none !important;
}
