/*
 * Page styles: /pricing/.
 * Design: "Formsieve Pricing.dc.html" (desktop 1440) and
 * "Formsieve Pricing Mobile.dc.html" (phone 390).
 * Loaded only on that page (see formsieve_current_page_css() in functions.php).
 * The licence table is the [fs_pricing_table] element: 5-site / unlimited
 * prices and every buy link come from Settings → Formsieve Store.
 */

/* ------------------------------------------------------------------ */
/* Title                                                                */
/* ------------------------------------------------------------------ */

body.fs-site .fs-pri-title,
body.fs-site .row .col .fs-pri-title {
	font-family: var(--fs-font-display);
	font-size: 64px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -.035em;
}

/* ------------------------------------------------------------------ */
/* Table note                                                           */
/* ------------------------------------------------------------------ */

body.fs-site .wpb_row.fs-pri-table .fs-size-15 {
	line-height: 1.6;
}

/* ------------------------------------------------------------------ */
/* Running cost (orange block)                                          */
/* ------------------------------------------------------------------ */

body.fs-site .fs-pri-cost__title,
body.fs-site .row .col .fs-pri-cost__title {
	font-family: var(--fs-font-display);
	font-size: 44px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.03em;
}

/* ------------------------------------------------------------------ */
/* Licence FAQ                                                          */
/* ------------------------------------------------------------------ */

body.fs-site .fs-pri-h2,
body.fs-site .row .col .fs-pri-h2 {
	font-family: var(--fs-font-display);
	font-size: 44px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.03em;
}

/* Answers use the full column (Home's are capped at 680 px). */
body.fs-site .wpb_row.fs-pri-faq .fs-faq__a {
	max-width: none;
}

body.fs-site .fs-pri-faq .fs-faq__a a {
	font-weight: 700;
}

/* ------------------------------------------------------------------ */
/* Tablets                                                              */
/* ------------------------------------------------------------------ */

@media (max-width: 999px) {
	body.fs-site .fs-pri-cost__title,
	body.fs-site .row .col .fs-pri-cost__title,
	body.fs-site .fs-pri-h2,
	body.fs-site .row .col .fs-pri-h2 {
		font-size: 36px;
	}
}

/* ------------------------------------------------------------------ */
/* Phones (Pricing mobile 390)                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 690px) {
	body.fs-site .fs-pri-title,
	body.fs-site .row .col .fs-pri-title {
		font-size: 40px;
	}

	body.fs-site .wpb_row.fs-pri-head .fs-lead.fs-pri-intro {
		font-size: 16px;
		line-height: 1.55;
	}

	body.fs-site .wpb_row.fs-pri-table .fs-pri-note-m {
		font-size: 14px;
		line-height: 1.55;
	}

	body.fs-site .wpb_row.fs-pri-cost .fs-eyebrow.fs-pri-cost__eyebrow {
		font-size: 13px;
	}

	body.fs-site .fs-pri-cost__title,
	body.fs-site .row .col .fs-pri-cost__title {
		font-size: 26px;
		line-height: 1.15;
	}

	body.fs-site .wpb_row.fs-pri-cost .fs-size-18.fs-pri-cost__text {
		font-size: 15px;
		line-height: 1.55;
	}

	body.fs-site .fs-pri-h2,
	body.fs-site .row .col .fs-pri-h2 {
		font-size: 28px;
		line-height: normal;
	}
}
