.language-accordion[data-v-0d6b9fcb] {
  position: relative;
}

.language-accordion[data-v-0d6b9fcb] > .content {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 200;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  min-width: 152px;
  overflow: hidden;
}

.language-accordion[data-v-0d6b9fcb] > .content[hidden] {
  display: none !important;
}

.language-list[data-v-0d6b9fcb] .item[data-v-0d6b9fcb] {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: #fff;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  cursor: pointer;
  white-space: nowrap;
}

.language-list[data-v-0d6b9fcb] .item[data-v-0d6b9fcb]:hover,
.language-list[data-v-0d6b9fcb] .item.active[data-v-0d6b9fcb] {
  background: #f7f7f7;
}

.language-list[data-v-0d6b9fcb] .item.active[data-v-0d6b9fcb] {
  font-weight: 700;
}
