/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .village-link {
    color: hsl(180, 75%, 25%);
  }

  .village-link__detail {
    color: #666;
  }

  .village-links-group li::marker {
    color: hsl(180, 75%, 25%);
  }

  .village-links-group--bordered {
    box-shadow: inset 0 0 0 1px #ddd;
  }
}
