/* 1. Nudge the logo up so the glowing eye aligns with the text */
.header__logo-img {
    position: relative;
    top: -2px; /* Lifts the logo up 2 pixels */
    margin-right: 4px !important;
}

/* 2. Make the search bar and buttons the exact same height */
.header__search {
    align-items: stretch !important;
}

.header__search .header__input--search,
.header__search .header__search__button,
.header__search .js-staff-action {
    height: 32px !important;
    box-sizing: border-box !important;
}
