body .rhino-button-green { background:#2fd068; font-weight:500; }
body .rhino-button-green:hover { background:#23a34e; }
body .rhino-button-grey { background:#e2e6f3; color:#666 !important; font-weight:500; }
body .rhino-button-grey:hover { background:#cdd4e8; color:#333 !important; }
body .rhino-auth .rhino-button { margin:0 0 0 5px; }

body .elementor-menu-toggle { padding:5px 8px 7px !important; }

#needHelpButton { position:fixed; z-index:99; top:20%; right:-45px; border-radius:6px 6px 0 0; transform:rotate(-90deg); }

@media screen and ( max-width:930px ) {
    body .rhino-header-buttons .rhino-button {
        padding:9px 12px;
    }
}

@media screen and ( max-width:768px ) {
    #needHelpButton { top:50%; }
    .rhino-header-buttons { position:absolute !important; top:8px !important; right:50px !important; width:215px !important; margin:0 !important; }
}

@media screen and ( max-width:510px ) {
    .rhino-header-buttons { display:none !important }
}