.consent-modal {
  .image-wrapper {
    width: 100%;
    text-align: center;
    img {
      max-height: 40px;
    }
  }

  .modal-footer.v2-modals {
    justify-content: space-between;
  }
}

.consent-footer {
  .offcanvas-body {
    overflow-y: unset;
  }
  .actions {
    text-align: right;
  }
}

.consent-footer.offset-bottom {
  --bs-offcanvas-height: auto;
}