.kolmeks-lang-switcher {
  position: relative;
  display: inline-block;
}

/* Reset <button> to match <a> appearance from core-button styles */
.kolmeks-lang-switcher__toggle {
  cursor: pointer;
  font-family: inherit;
  background: transparent;
  text-transform: uppercase;
}

.kolmeks-lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 60px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #b3bfcc;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.1);
  z-index: 9999;
}

.kolmeks-lang-switcher__dropdown[hidden] {
  display: none;
}

.kolmeks-lang-switcher__dropdown a {
  display: block;
  padding: 8px 16px;
  font-size: var(--wp--preset--font-size--text-xs);
  font-weight: 600;
  letter-spacing: 0.28px;
  color: var(--wp--preset--color--midnight-blue);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.kolmeks-lang-switcher__dropdown a:hover {
  background: var(--wp--preset--color--aqua-blue);
  color: #fff;
}
