/* Classic theme (PS 1.7 / 8 / 9) */
.rbp-theme-classic .rbp-withdrawal-btn {
  border: none;
}

.rbp-theme-classic .rbp-withdrawal-form .form-group {
  margin-bottom: 1rem;
}

.rbp-theme-classic .rbp-withdrawal-form .card {
  margin-bottom: 1.25rem;
}

/* Classic theme: order history grid (PS 8+) */
.order-history.rbp-order-history-enhanced .order-history__header,
.order-history.rbp-order-history-enhanced .order-history__row {
  grid-template-columns:
    minmax(6.5rem, 1.15fr)
    minmax(5.5rem, 0.85fr)
    minmax(5rem, 0.75fr)
    minmax(6rem, 1.1fr)
    minmax(6.5rem, 1.15fr)
    minmax(3.5rem, 0.55fr)
    minmax(5.5rem, 1fr)
    minmax(7rem, 1.25fr);
}

.order-history.rbp-order-history-enhanced .order-history__cell--withdrawal {
  min-width: 0;
}

.order-history.rbp-order-history-enhanced .order-history__cell--withdrawal .rbp-order-history-actions {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .order-history.rbp-order-history-enhanced .order-history__cell--withdrawal .rbp-order-history-actions {
    justify-content: center;
  }
}
