.header {
  display: grid;
  grid-template-columns: 288px 1fr 288px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 16px;
}

.header-avatar-spacer {
  display: none;
}

.logo {
  width: 139.2px;
  height: auto;
  margin-top: -26.4px;
  margin-left: -18.4px;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 2.4px auto 0;
  display: flex;
  align-items: center;
  grid-column: 2;
  overflow: visible;
}

.loupe-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
  background: #ffcf25;
  border-top-right-radius: 9.6px;
  border-bottom-right-radius: 9.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.loupe-container:hover {
  background-color: #90773c;
}

.loupe-icon {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
  color: white;
  filter: brightness(0) invert(1);
}
