.eb-help-header .main-header__container {
    /*min-height: 5.25rem;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;*/
}

.eb-help-header .site-header-brand__logo {
    max-height: 36px;
}

.eb-help-header .site-header-brand__badge {
    min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
}

.eb-help-header .main-header__search {
    flex: 1 1 28rem;
    min-width: min(100%, 22rem);
}

.eb-help-header .search-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
}

.eb-help-header .search-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 45px;
    padding: 0 0 0 8px;
    border: 2px solid rgb(255 255 255 / 0.28);
    border-radius: 0;
    background: var(--eb-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eb-help-header .search-pill:focus-within {
    border-color: var(--eb-white);
    box-shadow: 0 0 0 3px rgb(255 255 255 / 0.16);
}

.eb-help-header .search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 41px;
    padding: 0 12px;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--eb-gray-900);
    font-size: 0.98rem;
}

.eb-help-header .search-input::placeholder {
    color: var(--eb-gray-500);
}

.eb-help-header .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 0;
    border: 0;
    background: transparent;
    transition: background 0.2s ease;
}

.eb-help-header .search-submit:hover {
    background: rgb(13 110 253 / 0.08);
}

.eb-help-header .search-submit-icon {
    width: 18px;
    height: 18px;
    color: var(--eb-primary-700);
    opacity: 0.85;
}

.eb-help-header .site-header-actions {
    gap: 2rem;
    margin-left: auto;
}

.eb-help-header .site-header-link {
    min-height: auto;
    font-size: 1rem;
    font-weight: 700;
}

.eb-help-header .site-header-link--strong {
    color: var(--eb-white);
}

.eb-help-header-mobile-search {
    padding-bottom: 0.15rem;
}

@media (max-width: 991.98px) {
    .eb-help-header .main-header__container {
        row-gap: 0.75rem;
        min-height: auto;
    }

    .eb-help-header-mobile-search .search-pill {
        min-height: 45px;
    }

    .eb-help-header .site-header-actions {
        width: 100%;
        justify-content: flex-end;
        gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    .eb-help-header .site-header-brand__logo {
        max-height: 36px;
    }

    .eb-help-header .site-header-brand__badge {
            min-height: 34px;
    padding: 0 14px;
    font-size: 14px;
    }

    .eb-help-header .site-header-link {
        font-size: 0.9rem;
    }
}
