.highlight-menu{position:fixed;background:var(--widget-bg);border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2);padding:0;z-index:10000;display:none;font-family:Arial,sans-serif;font-size:1rem;right:0}.highlight-menu .menu-item{padding:8px 15px;cursor:pointer;transition:background-color .2s}.highlight-menu .menu-item:hover{background-color:#f5f5f5}@media(min-width:768px){.highlight-menu{right:calc(50vw - 420px)}}