.site-header {
  width: 100%;
  background: #fff;
  border-bottom: none;
  box-sizing: border-box;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  max-width: 600px;
  margin: 0 auto;
}

.site-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-header-logo {
  height: 44px;
  width: auto;
}

.site-header-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1b;
  margin: 0;
  padding: 0;
}

.site-header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header-icons svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #1d1d1b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
}
