/* Generic small UI helpers for CCF theme */

/* Thank You page: add spacing to the order details title instead of inline styles */
body.woocommerce-order-received .woocommerce-order-details__title.ccf-ty-title-margin {
  margin-top: 150px !important;
}

/* Payment methods: container for immediate payment options */
.wc_payment_methods.payment_methods.methods .pay-now-methods {
  margin-left: 2em;
  display: none;
}
.wc_payment_methods.payment_methods.methods .pay-now-methods.is-open {
  display: block;
}
