.language-switching-details {
  position: relative;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #5E6278;
}

.language-switching-summary {
  -webkit-appearance: none;
  appearance: none;
  list-style: none;
  width: 60px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  background: #ffffff;
  border: 1px solid #D8D8E5;
  border-radius: 8px;
  cursor: pointer;
}

.language-switching-summary img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.language-switching-summary .locale-arrow {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
}

.locale-switcher-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  width: 100px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.locale-switcher-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  color: #5E6278;
  font-family: inherit;
  font-size: 13px;
  text-decoration: none;
}

.locale-switcher-dropdown a:hover {
  background-color: #FFDFFF;
}

.locale-switcher-dropdown .locale-flag {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
