/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .village-translate .village-translate__btn[aria-expanded=true] {
    color: hsl(180, 75%, 25%);
    background-color: hsl(180, 80%, 93%);
  }

  .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);
  }

  .village-translate .village-translate__btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .village-translate__menu .village-translate__language {
    box-shadow: none;
  }
}
