/*!
 * VILLAGE v0.0.3 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media (min-width: 36em) {
  /*! media sm */
}
@media (min-width: 48em) {
  /*! media md */
}
@media (min-width: 62em) {
  /*! media lg */
}
@media (min-width: 78em) {
  /*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .village-modal__body {
    z-index: 2000;
    background-color: #fff;
  }

  .village-modal__title {
    color: #161616;
  }

  .village-modal__footer {
    background-color: #fff;
  }

  .village-modal__body.village-scroll-divider .village-modal__footer {
    background-image: linear-gradient(0deg, #ddd, #ddd);
  }
}
