.kb-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 60;
  min-width: 9rem;
  padding: 0.35rem;
  border: 1px solid rgba(41, 28, 58, 0.12);
  border-radius: 0.375rem;
  background: #f4f2e9;
  box-shadow: 0 8px 24px rgba(41, 28, 58, 0.12);
}

.kb-lang-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.65rem;
  border: none;
  background: none;
  font-size: 0.8125rem;
  color: #291c3a;
  cursor: pointer;
  border-radius: 0.25rem;
}

.kb-lang-item:hover,
.kb-lang-item.is-active {
  background: rgba(74, 44, 122, 0.1);
  color: #4a2c7a;
}
