/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .village-share .village-btn {
    color: hsl(180, 75%, 25%);
    box-shadow: inset 0 0 0 1px #ddd;
  }

  .village-share .village-btn:disabled,
  .village-share a.village-btn:not([href]) {
    color: #929292;
    box-shadow: inset 0 0 0 1px #e5e5e5;
  }

  .village-share__text {
    color: #666;
  }

  .village-share {
    display: none;
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .village-share .village-btn {
    background-color: transparent;
  }

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

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

  .village-share .village-btn:disabled,
  .village-share a.village-btn:not([href]) {
    background-color: transparent;
  }

  .village-share .village-btn:disabled:hover,
  .village-share a.village-btn:not([href]):hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .village-share .village-btn:disabled:active,
  .village-share a.village-btn:not([href]):active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
