p:has(+ .country-selector.weglot-dropdown) {
  display: none;
}

.country-selector.weglot-dropdown .wgcurrent {
  border: none;
  border-radius: 50%;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--wild-sand);
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 10px;
  aspect-ratio: 1;
  text-align: center;
}
.country-selector.weglot-dropdown .wgcurrent::after {
  content: none;
}
.country-selector.weglot-dropdown .wgcurrent + p {
  display: none;
}
.country-selector.weglot-dropdown ul {
  padding-top: 1em;
  transform: translateY(-1em);
  z-index: -1;
  border-radius: 0 0 99px 99px;
  background-color: var(--wp--preset--color--wild-sand);
}
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
