/*
 * Simple Job Manager — Freemius checkout & contact styling
 *
 * Paste this entire file into Freemius → Developer Dashboard → your product →
 * Plans → Customization → Custom Checkout CSS (or host the file over HTTPS and
 * paste the URL there — see Freemius docs).
 *
 * Theme colors match the CRM: burgundy accent #860114 / hover #a01228.
 * Inspect :root on the live checkout in DevTools to fine-tune more variables.
 *
 * Docs: https://freemius.com/help/documentation/checkout/customization/applying-css-customization/
 */

/* -------------------------------------------------------------------------
   Hosted checkout & Contact (Freemius pages in the browser / iframe)
   ------------------------------------------------------------------------- */
:root {
	/* Primary buttons, links, focus rings — main brand color */
	--fs-ds-theme-primary-accent-color: #860114;
	--fs-ds-theme-primary-accent-color-hover: #a01228;
}

/* -------------------------------------------------------------------------
   Checkout embedded inside WordPress admin (SDK “dashboard mode”)
   Apply the same accent only when the iframe uses .dashboard-mode
   ------------------------------------------------------------------------- */
.dashboard-mode {
	--fs-ds-theme-primary-accent-color: #860114;
	--fs-ds-theme-primary-accent-color-hover: #a01228;
}

/* -------------------------------------------------------------------------
   Optional: slightly cooler neutrals (uncomment if you want less default blue-gray)
   ------------------------------------------------------------------------- */
/*
:root {
	--fs-ds-neutral-700: #3d3d3d;
	--fs-ds-neutral-800: #2a2a2a;
	--fs-ds-neutral-900: #1a1a1a;
}
*/
