.map-language {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 0 7px;
  font-size: 10px;
}

.embed .map-language {
  display: none;
}

@media (max-width: 700px) {
  .map-language {
    height: 34px;
    font-size: 9px;
  }
}
