/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .village-transcription::before {
    box-shadow: inset 0 0 0 1px #ddd;
  }

  .village-transcription__btn {
    color: hsl(180, 75%, 25%);
  }

  .village-transcription__btn[aria-expanded=true] {
    background-color: hsl(180, 80%, 93%);
  }

  .village-transcription__content::before {
    box-shadow: inset 0 1px 0 0 #ddd;
  }

  .village-transcription__footer::before {
    box-shadow: inset 0 1px 0 0 #ddd;
  }

  .village-transcription .village-modal:not(.village-modal--opened)::before {
    box-shadow: inset 0 1px 0 0 #ddd;
  }

  .village-transcription {
    display: none;
  }
}
