/*!
 * DSFR v1.5.0 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fr-card {
    content: '';
    background-color: #fff;
  }

  .fr-card::before {
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../../icons/system/arrow-right-line.svg");
    width: 1.5rem;
    height: 1.5rem;
    color: #000091;
  }

  .fr-card--no-icon::before {
    content: none;
  }

  .fr-card__title,
  .fr-card__desc {
    flex: 1 0 auto;
  }

  .fr-card__detail::before {
    width: 1rem;
    height: 1rem;
  }

  .fr-card--horizontal .fr-card__body {
    flex-basis: 100%;
  }

  .fr-card > .fr-card__img {
    flex-shrink: 0;
  }

  .fr-card:not(.fr-card--no-border):not(.fr-card--shadow) {
    box-shadow: 0 0 0 1px #e5e5e5;
  }

  .fr-card--grey {
    background-color: #eee;
  }

  .fr-card--shadow {
    background-color: #fff;
  }

  .fr-card--no-background {
    background-color: transparent;
  }

  .fr-card--no-background:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .fr-card--no-background:active {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .fr-card__detail {
    color: #666;
  }

  .fr-card__title {
    color: #161616;
  }
}
