  #moove_gdpr_save_popup_settings_button { color: #fff; background-color: #961A1A !important; }  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a { background-color: #961A1A !important; width: 38px !important; height: 40px !important; font-size: 18px !important; line-height: 25px; }  .pojo-a11y-toolbar-overlay { border-color: #961A1A !important; }   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: 10px; height: 10px; background-color: #961A1A;  border-radius: 50%; pointer-events: none; z-index: 9999; will-change: transform; }  .cursor-trail { position: fixed; width: 10px; height: 10px; background-color: #961A1A;  border-radius: 20%;  pointer-events: none; z-index: 9998; animation: trailFadeOut 0.5s forwards; } @keyframes trailFadeOut { from { opacity: 1; transform: translate(-50%, -50%) scale(1); } to { opacity: 0; transform: translate(-50%, -50%) scale(0); } }  @media (pointer: coarse) { .custom-cursor, .cursor-trail { display: none !important; } }