// Orders tab
.#{$prefix}-profile-orders {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  .#{$prefix}-order-recover-table {
    width: 100%;
    overflow-x: auto;
    .column-order-actions {
      display: flex;
      align-items: center;
      gap: 0.625rem;
    }
    .#{$prefix}-pagination {
      margin: 0;
      .page-numbers {
        justify-content: flex-end;
      }
    }
  }
  .#{$prefix}-recover-order {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    .#{$prefix}-order-recover {
      display: flex;
      justify-content: space-between;
      gap: 0.625rem;
      width: 100%;
      input {
        width: 100%;
      }
    }
  }
}
.#{$prefix}-order-received {
  p {
    margin-bottom: 1.25rem !important;
  }
}