.cl-order-checkout-status {
  width: calc(100% - 35px);
  margin: 9px 0 0 35px !important;
  color: #8A4035;
  font-family: "Crimson Text", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
}

.cl-order-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 560px) {
  .cl-order-checkout-status {
    width: 100%;
    margin-left: 0 !important;
  }
}
