.nfr-test-device-launcher {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 2147483000;
    padding: 10px 14px;
    border: 1px solid #ffffff55;
    border-radius: 3px;
    background: #122b3b;
    color: #fff !important;
    font: 700 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-decoration: none !important;
    box-shadow: 0 8px 25px #0003;
}

.nfr-test-device-launcher:hover,
.nfr-test-device-launcher:focus {
    background: #a6505a;
    color: #fff !important;
}
