/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
.village-translate .village-translate__btn[aria-expanded=true]:hover {
  background-color: var(--hover-tint);
}

.village-translate .village-translate__btn[aria-expanded=true]:active {
  background-color: var(--active-tint);
}
@media (min-width: 36em) {
  /*! media sm */
}
@media (min-width: 48em) {
  /*! media md */
}
@media (min-width: 62em) {
  /*! media lg */
}
@media (min-width: 78em) {
  /*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .village-translate .village-translate__btn::before {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/editor/translate-2.svg");
    width: 1rem;
    height: 1rem;
  }

  .village-translate .village-translate__btn::after {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/arrow-down-s-line.svg");
    width: 1rem;
    height: 1rem;
  }

  .village-translate .village-translate__btn[aria-expanded=true] {
    color: hsl(180, 75%, 25%);
    background-color: hsl(180, 80%, 93%);
  }

  .village-translate__menu .village-translate__language {
    box-shadow: none;
  }
}
