/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .village-tooltip {
    color: #3a3a3a;
    display: none;
  }

  .village-tooltip.village-placement {
    background-image: linear-gradient(90deg, #fff, #fff);
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .village-tooltip.village-placement {
    z-index: 1000;
  }
}
