/* Move search icon upward without making it tiny */
.header-right .box-search-top {
    display: flex;
    align-items: center;
    margin-top: -12px;   /* adjust this up/down */
}

.header-right .box-search-top svg {
    width: 26px;        /* keeps the icon size normal */
    height: 26px;
}