/* Base styling for all steps */
#saa-checkout-progress {
  margin-bottom: 2rem;
}
.saa-step {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid;
  clear: both;
  color: #e50101;
  background-color: #ffe3e6;
  border-color: #f55b5f;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.saa-step.ok {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
}
#main {
    background-color: #ffffff;
}
.wc-order-review {
    margin-top: 20px;
    background-color: #fafafa !important;
}

.woocommerce {
    margin-top: -50px;
}