.download-confirmation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  &-action {
    text-align: right;
  }
  .btn-link {
    text-decoration: underline;
  }
}
