#xevander-webtools-hint {
    top: 14px !important;
    right: 14px !important;
    bottom: auto !important;
    left: auto !important;
    pointer-events: none !important;
    opacity: .72;
    max-width: calc(100vw - 28px);
    white-space: nowrap;
}

@media (max-width: 760px) {
    #xevander-webtools-hint {
        top: 8px !important;
        right: 8px !important;
        font-size: 11px !important;
        padding: 5px 8px !important;
        opacity: .55;
        max-width: calc(100vw - 16px);
    }
}

@media (max-height: 560px) {
    #xevander-webtools-hint {
        display: none !important;
    }
}
