.btn:hover { transform: translateY(-3px); }  ::-webkit-scrollbar { width: 10px;  }  ::-webkit-scrollbar-track { background: var(--scrollbar-track-color, #f1f1f1); width:12px; }  ::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb-color, #8799d4); border-radius: 5px; }  ::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-thumb-hover-color, #8799d4); } .twwr-container.twwr-floating {right:15px !important;}