/* assets/css/checkout.css
* We keep this minimal since the checkout page is mostly styled by woocommerce
* and we want to avoid conflicts.
*/

/* Hide the default Woo billing section heading to avoid duplicate title. */
.woocommerce-billing-fields > h3 {
	display: none;
}

.ss-payment-option__choice {
	display: block;
	margin: 0 0 0.75rem;
}

.ss-payment-option__choice-help {
	display: block;
	font-size: 0.95em;
	opacity: 0.8;
	margin-top: 0.25rem;
}

.ss-payment-option--tuition,
.ss-payment-option--housing {
	border: 1px solid #e5e5e5;
	padding: 1rem;
	margin: 16px 0px;
}

.ss-payment-option__fieldset {
  border: none;
}

.ss-checkout.ss-checkout__payment-options {
	margin: 64px 0px;
}

.ss-checkout__title.ss-checkout__title--payment-method {
	margin-top: 64px;
}

#payment {
	margin-bottom: 64px;
}

.fee {
	display: none;
}