/*
 * Description: Custom styles for WooCommerce Membership plugin
 * Version: 0.0.1
 * Author: https://www.viscodesign.com
 */

/*--------------------------------------------------------------
# 	Membership Notes (Checkout)
--------------------------------------------------------------*/
#membership_notes {
	margin: 0 auto 2em;
	padding: var(--box-padding);
	font-size: 0.8125em;
	background-color: var(--lighter);
	border-bottom: 4px solid var(--dark);
}

/*	Cards */
.note-blocks {
	margin-top: 1.5em;
	align-items: flex-end;
	justify-content: space-between;
}
.note-block {
	flex: 0 1 100%;
}
.note-block p:last-child {
	margin-bottom: 0;
}
.checkout-partner-logo {
	margin: 0 0 1.5em;
	width: 12em;
}

/*--------------------------------------------------------------
# 	Media Queries
--------------------------------------------------------------*/

/* 	480px Breakpoint	*/
@media only screen and (min-width: 480px) {


}

/* 	700px Breakpoint	*/
@media only screen and (min-width: 700px) {

.note-block {
	flex: 0 1 40%;
}

}

/* 	1000px Breakpoint	*/
@media only screen and (min-width: 1000px) {


}

/* 	1200px Breakpoint	*/
@media only screen and (min-width: 1200px) {


}
