/*
 * Page styles: /account/ ("My account" sign-in card).
 * Design: "Formsieve Account.dc.html" 11a (desktop 1440). There is no phone
 * artboard for the sign-in card; phones use the block and card sizes of the
 * other 390 artboards (12 px inset, radius 28, 20 px sides).
 * Loaded only on that page (see formsieve_current_page_css() in functions.php).
 * The card is the [fs_account_form] element: it posts to admin-post.php and
 * the plugin's Account_Form handler sends the buyer to the Polar customer
 * portal (Settings → Formsieve Store), or back to the form with a "not
 * available yet" message while that is unset.
 */

/* 80 px between the lavender block and the footer (beats Salient's last-row reset). */
body.fs-site .container-wrap .row > .wpb_row.fs-acc-block {
	margin-bottom: 80px;
}

@media (max-width: 690px) {
	body.fs-site .container-wrap .row > .wpb_row.fs-acc-block {
		margin-bottom: 40px;
	}
}
