.header-b2b-apply {
    display: flex;
    align-items: center;
}

.header-b2b-apply__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: var(--color-primary, #e10600);
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.header-b2b-apply__btn:hover,
.header-b2b-apply__btn:focus-visible {
    filter: brightness(0.92);
    color: #fff !important;
}

.header-b2b-apply__btn i {
    font-size: 0.9rem;
}

@media (max-width: 1199.98px) {
    .header-b2b-apply__btn span {
        display: none;
    }

    .header-b2b-apply__btn {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }
}
