.topbar {
padding: 10px 14px !important;
gap: 8px !important;
}
.topbar .brand-logo,
.topbar .brand img,
.topbar .logo {
width: min(150px, 46vw) !important;
height: 44px !important;
}
.topbar .search-form,
.search-form {
grid-template-columns: minmax(0, 1fr) 48px !important;
max-width: calc(100vw - 28px) !important;
min-height: 44px !important;
}