/*!
 * DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
 */
@media print {
  .fr-input-group::before {
    background-image: none;
  }

  .fr-input-group input,
  .fr-input-group textarea {
    background-color: transparent;
    border: 1px solid var(--border-default-grey);
  }
}
