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

  .village-card:not(.village-card--no-border):not(.village-card--shadow) {
    background-image: linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd), linear-gradient(0deg, #ddd, #ddd);
  }

  .village-card--grey {
    background-color: #eee;
  }

  .village-card--shadow {
    background-color: #fff;
  }

  .village-card--shadow.village-card--grey {
    background-color: #eee;
  }

  .village-card--download:not(.village-card--no-background) .village-card__header {
    background-color: #f6f6f6;
  }

  .village-card__detail {
    color: #666;
    line-height: 1rem !important;
  }

  .village-card__title {
    color: #161616;
  }

  .village-card__title a[href] {
    color: hsl(180, 75%, 25%);
  }

  .village-card__title:disabled,
  a.village-card__title:not([href]) {
    color: #929292;
    background-color: #e5e5e5;
  }

  .village-card__detail,
  .village-card__desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .village-card--shadow {
    z-index: 500;
  }

  .village-card--no-background {
    background-color: transparent;
  }

  .village-card--no-background:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .village-card--no-background:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
