.dgr-language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: center;
  height: 34px;
  margin: 0 10px;
  border: 1px solid currentColor;
  color: #ff73c7;
  background: #050505;
  font-family: Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.dgr-language-switcher *,
.dgr-language-switcher *::before,
.dgr-language-switcher *::after {
  box-sizing: border-box;
}

.dgr-language-switcher a {
  display: inline-flex;
  width: 42px;
  min-width: 42px;
  height: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: 900 11px/1 Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}

.dgr-language-switcher a + a {
  border-left: 1px solid currentColor;
}

.dgr-language-switcher a[aria-current="page"] {
  color: #050505;
  background: #ff73c7;
}

.dgr-language-switcher a:hover,
.dgr-language-switcher a:focus-visible {
  color: #050505;
  background: #ffffff;
}

.dgr-language-switcher a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.site-header .dgr-language-switcher {
  color: #ff73c7;
  background: #050505;
}

.site-header .dgr-language-switcher a[aria-current="page"] {
  color: #050505;
  background: #ff73c7;
}

@media (max-width: 720px) {
  .dgr-language-switcher {
    height: 32px;
    margin: 0 4px;
  }

  .dgr-language-switcher a {
    width: 36px;
    min-width: 36px;
    height: 30px;
    min-height: 30px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .dgr-language-switcher a {
    width: 32px;
    min-width: 32px;
  }
}
