.nf-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
}

.nf-header-brand__icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.nf-header-brand__text {
    color: #8f97b2;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    white-space: nowrap;
}

.nf-svg-mask {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-mask-image: var(--nf-svg-url);
    mask-image: var(--nf-svg-url);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.btn-nf-sync-device {
    background-color: #273c75;
    border-color: #273c75;
    color: #ffffff;
}

.btn-nf-sync-device:hover,
.btn-nf-sync-device:focus,
.btn-nf-sync-device:active {
    background-color: #1f315f;
    border-color: #1f315f;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .nf-header-brand {
        gap: 0.65rem;
    }

    .nf-header-brand__icon {
        width: 34px;
        height: 34px;
    }

    .nf-header-brand__text {
        font-size: 0.95rem;
    }
}
