.hl-header .hcs-switch {
  position: relative;
  flex: 0 0 auto;
  z-index: 60;
  font-family: Poppins, sans-serif;
}
.hl-header .hcs-switch > summary {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 34px;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  list-style: none;
}
.hl-header .hcs-switch > summary::-webkit-details-marker { display: none; }
.hl-header .hcs-switch > summary::after { content: '⌄'; font-size: 17px; }
.hl-header .hcs-switch img {
  width: 34px;
  height: 26px;
  object-fit: contain;
  display: block;
}
.hl-header .hcs-switch .hcs-options {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 168px;
  padding: 8px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 12px 30px #1d003d33;
  z-index: 61;
}
.hl-header .hcs-switch .hcs-options a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  color: #22262c;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}
.hl-header .hcs-switch .hcs-options a:hover,
.hl-header .hcs-switch .hcs-options a:focus-visible {
  color: #50008a;
  background: #f7f6fc;
}
@media (max-width: 767px) {
  .hl-header .hcs-switch .hcs-options { left: -6px; }
}
