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

  .village-consent-banner {
    background-color: #f6f6f6;
    box-shadow: inset 0 0 0 1px #ddd;
    display: none;
  }

  .village-consent-manager__header,
  .village-consent-service {
    box-shadow: inset 0 -1px 0 0 #ddd;
    color: #3a3a3a;
  }

  .village-consent-manager__header .village-radio-group + .village-radio-group::before,
  .village-consent-service .village-radio-group + .village-radio-group::before {
    box-shadow: inset 0 0 0 1px #ddd;
  }

  .village-consent-service__title {
    color: #161616;
  }

  .village-consent-service .village-consent-service__collapse-btn {
    color: hsl(180, 75%, 25%);
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
  .village-consent-banner {
    z-index: 1500;
  }

  .village-consent-service:last-of-type,
  .village-consent-service .village-consent-service {
    box-shadow: none;
  }
}
