  #moove_gdpr_save_popup_settings_button { color: #fff; background-color: #fa1054 !important; }  .a11y-toolbar ul li button { background: #f7e8e0; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #d2d2d2; position: relative; color: #fa1054; } .a11y-toolbar ul li button:hover { background: #fa1054; color: #fff; }   body { -webkit-user-select: none; -ms-user-select: none; user-select: none; }  :where(.brx-draggable.brx-empty), :where(.brx-draggable:empty) { outline: 1px solid var(--bricks-border-color) !important; outline-color: transparent !important; }   @media (pointer: fine) { body { cursor: none; } }  .custom-cursor { position: fixed; top: 0; left: 0; width: 14px; height: 14px; background-color: #FA1054; border-radius: 50%; pointer-events: none; z-index: 9999; will-change: transform;  }  .custom-cursor-trail { position: fixed;  width: 10px; height: 10px; background-color: #d6b1ad; border-radius: 50%; pointer-events: none; z-index: 9998; opacity: 0.4;  animation: cursorTrailFade 0.4s ease-out forwards; } @keyframes cursorTrailFade { 0% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(3); } }  @media (pointer: coarse) { .custom-cursor, .custom-cursor-trail { display: none !important; } }