@media print {
  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row;
  }

  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: table-cell;
    text-align: left;
  }

  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display: none;
  }

  .nhsuk-table-responsive thead {
    clip: auto;
    -webkit-clip-path: initial;
    clip-path: initial;
    display: table-header-group;
    height: auto;
    overflow: auto;
    position: relative;
    width: auto;
  }

  .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child {
    border-width: 1px;
  }

  .nhsuk-details__text {
    padding: 0;
    margin: 0;
    border-left: 0;
  }

  .nhsuk-card {
    border: 0;
    background-color: transparent;
  }

  .nhsuk-card__content {
    padding: 0;
  }
}
