/* ==================================================================
 * Fixbase by Foxco - front end
 * All colors come from CSS variables so presets and the Elementor
 * style controls (which set these variables) restyle everything.
 * ================================================================== */

/* ---------- Base tokens (Foxco Brand is the fallback) ---------- */
.fxb {
	--fxb-accent: #df6737;
	--fxb-accent-ink: #ffffff;
	--fxb-dark: #1a1a2e;
	--fxb-text: #2b2d42;
	--fxb-muted: #6b7084;
	--fxb-bg: #ffffff;
	--fxb-surface: #f6f7fb;
	--fxb-border: #e3e5ee;
	--fxb-code-bg: #14142a;
	--fxb-code-ink: #e8e9f3;
	--fxb-radius: 14px;
	--fxb-font: inherit;
	--fxb-head-font: inherit;
	--fxb-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	--fxb-gap: 28px;

	/* Brand band (full-width header). Defaults: solid brand dark. */
	--fxb-band-bg: var(--fxb-dark);
	--fxb-band-tex: none;
	--fxb-band-ink: #ffffff;
	--fxb-band-sub: rgba(255, 255, 255, .72);
	--fxb-spark: var(--fxb-accent); /* secondary highlight color */

	font-family: var(--fxb-font);
	color: var(--fxb-text);
	line-height: 1.65;
	box-sizing: border-box;
}
.fxb *, .fxb *::before, .fxb *::after { box-sizing: border-box; }
/* The hidden attribute must always win over component display rules
   (fixes "Show more" / empty-state showing when they should not). */
.fxb [hidden] { display: none !important; }

/* ---------- Presets ---------- */

/* FixWP: blue felt, Libre Baskerville serif, ink navy accent, orange "spark"
   (orange taken from the arcs in the FixWP wrench logo). See FIXWP-BRAND-GUIDE.md. */
.fxb-preset-fixwp {
	--fxb-accent: #172a45;          /* ink navy (WordPress mark) */
	--fxb-accent-ink: #ffffff;
	--fxb-spark: #e8793f;           /* logo orange arcs */
	--fxb-spark-soft: #fdeee4;
	--fxb-logo-blue: #4082a4;       /* logo circle blue */
	--fxb-sky: #a5d6ea;             /* logo highlight */
	--fxb-dark: #172a45;
	--fxb-text: #41536d;
	--fxb-muted: #6a7d96;
	--fxb-bg: #fbfcfe;              /* paper */
	--fxb-surface: #e9f0f8;         /* ice */
	--fxb-border: rgba(23, 42, 69, .12);
	--fxb-code-bg: #172a45;
	--fxb-code-ink: #e9f0f8;
	--fxb-radius: 10px;
	--fxb-font: "Libre Baskerville", Georgia, serif;
	--fxb-head-font: "Libre Baskerville", Baskerville, "Baskerville Old Face", Georgia, serif;
	--fxb-band-bg: #3b70a7;
	--fxb-band-tex: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='b'%3E%3CfeTurbulence type='turbulence' baseFrequency='.45' numOctaves='3' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .8  0 0 0 0 .88  0 0 0 0 1  0 0 0 3 -1.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url%28%23b%29' opacity='.3'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .04  0 0 0 0 .1  0 0 0 0 .22  0 0 0 -1.5 1.05'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url%28%23a%29' opacity='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012' numOctaves='3' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .05  0 0 0 0 .12  0 0 0 0 .25  0 0 0 -2.2 1.25'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url%28%23c%29' opacity='.7'/%3E%3C/svg%3E");
	--fxb-band-ink: #ffffff;
	--fxb-band-sub: #a9c4e4;
}
/* Serif headings are set in regular weight, never heavy */
.fxb-preset-fixwp .fxb-title { font-weight: 400; letter-spacing: -.01em; }
.fxb-preset-fixwp .fxb-section-title { font-weight: 400; }
.fxb-preset-fixwp .fxb-step-title,
.fxb-preset-fixwp .fxb-card-title { font-weight: 700; }
.fxb-preset-fixwp .fxb-body { line-height: 1.75; }
.fxb-preset-fixwp .fxb-body,
.fxb-preset-fixwp .fxb-list li { font-size: .95rem; }
/* Paper cards resting on the page: flat 2px edge instead of soft glow */
.fxb-preset-fixwp .fxb-sc-col,
.fxb-preset-fixwp .fxb-verified,
.fxb-preset-fixwp .fxb-card { box-shadow: 0 2px 0 rgba(15, 30, 55, .08); }
.fxb-preset-fixwp .fxb-card:hover { box-shadow: 0 18px 40px rgba(10, 25, 50, .16); }
/* Quick answer: ice panel with the orange spark bar */
.fxb-preset-fixwp .fxb-answer { background: var(--fxb-surface); border-color: transparent; }
.fxb-preset-fixwp .fxb-answer::before { background: var(--fxb-spark); }
.fxb-preset-fixwp .fxb-answer-label { color: #b8551f; font-family: var(--fxb-font); font-style: italic; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: .95rem; }
.fxb-preset-fixwp .fxb-answer .fxb-body { color: var(--fxb-dark); }
/* Error box and code: ink navy with orange spark edge */
.fxb-preset-fixwp .fxb-error { border-left-color: var(--fxb-spark); }
.fxb-preset-fixwp .fxb-copy:hover { border-color: var(--fxb-spark); color: #fff; }
/* Steps: navy numbers, first step gets the orange ring like the logo arcs */
.fxb-preset-fixwp .fxb-step-num { background: var(--fxb-accent); box-shadow: 0 0 0 5px var(--fxb-bg); font-family: var(--fxb-font); }
.fxb-preset-fixwp .fxb-step:first-child .fxb-step-num { background: var(--fxb-accent); box-shadow: 0 0 0 3px var(--fxb-bg), 0 0 0 5px var(--fxb-spark); }
.fxb-preset-fixwp .fxb-list-causes li::before { background: var(--fxb-spark); }
/* Chips: frost pills */
.fxb-preset-fixwp .fxb-chip { background: #e3edf8; border-color: transparent; color: var(--fxb-dark); text-transform: none; letter-spacing: 0; font-weight: 700; font-family: var(--fxb-font); }
.fxb-preset-fixwp .fxb-badge { font-family: var(--fxb-font); text-transform: none; letter-spacing: 0; font-size: .78rem; }
/* Verified check uses the logo blue */
.fxb-preset-fixwp .fxb-v-check { background: var(--fxb-logo-blue); }
/* CTA card: ink navy with orange kicker (felt is reserved for full-width bands) */
.fxb-preset-fixwp .fxb-cta-inner { background: var(--fxb-accent); }
.fxb-preset-fixwp .fxb-cta-inner::after { background: var(--fxb-spark); opacity: .16; }
.fxb-preset-fixwp .fxb-cta-kicker { color: #f1a766; font-style: italic; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: .9rem; }
.fxb-preset-fixwp .fxb-cta-title { font-weight: 400; font-family: var(--fxb-head-font); }
.fxb-preset-fixwp .fxb-btn { background: var(--fxb-spark); border-color: var(--fxb-spark); color: #fff !important; font-family: var(--fxb-font); }
.fxb-preset-fixwp .fxb-btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .45); }
.fxb-preset-fixwp .fxb-index-more .fxb-btn-ghost,
.fxb-preset-fixwp .fxb-index-empty .fxb-btn-ghost { color: var(--fxb-accent) !important; border-color: var(--fxb-accent); }
/* CTA banner is full-width, so it gets the felt */
.fxb-preset-fixwp.fxb-cta-banner .fxb-cta-inner { background-color: var(--fxb-band-bg); background-image: var(--fxb-band-tex); }
.fxb-preset-fixwp.fxb-cta-banner .fxb-btn { background: #fff; border-color: #fff; color: var(--fxb-accent) !important; }
.fxb-preset-fixwp.fxb-cta-banner .fxb-btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .6); color: #fff !important; }
/* Index: search focus ring in logo blue, active severity filter in navy */
.fxb-preset-fixwp .fxb-search:focus,
.fxb-preset-fixwp .fxb-select:focus { border-color: var(--fxb-logo-blue); box-shadow: 0 0 0 4px rgba(64, 130, 164, .18); }
.fxb-preset-fixwp .fxb-search { font-family: var(--fxb-font); font-style: italic; }
.fxb-preset-fixwp .fxb-sev-btn { font-family: var(--fxb-font); }
/* Severity swatches from the brand guide (Big 500 / Bug 404 / Quick 200) */
.fxb-preset-fixwp .fxb-sev-critical { background: #fde8e8; color: #b91c1c; }
.fxb-preset-fixwp .fxb-sev-high     { background: #fdeee4; color: #b8551f; }
.fxb-preset-fixwp .fxb-sev-low      { background: #e4f6e9; color: #15803d; }
.fxb-preset-foxco { --fxb-accent: #df6737; --fxb-dark: #1a1a2e; --fxb-code-bg: #1a1a2e; }

.fxb-preset-drg {
	--fxb-accent: #2c79c0;
	--fxb-dark: #163a5c;
	--fxb-surface: #f3f8fd;
	--fxb-border: #d9e7f4;
	--fxb-code-bg: #163a5c;
	--fxb-highlight: #f9bf26;
}

.fxb-preset-saleen {
	--fxb-accent: #cb2d42;
	--fxb-dark: #000000;
	--fxb-text: #1c1c1c;
	--fxb-surface: #f4f4f4;
	--fxb-border: #dedede;
	--fxb-code-bg: #0b0b0b;
	--fxb-radius: 4px;
	--fxb-head-font: "Eurostile Extended", "Eurostile", "Microgramma", sans-serif;
}
.fxb-preset-saleen .fxb-title,
.fxb-preset-saleen .fxb-section-title { text-transform: uppercase; letter-spacing: .02em; }

.fxb-preset-minimal {
	--fxb-accent: #2563eb;
	--fxb-dark: #0f172a;
	--fxb-text: #334155;
	--fxb-muted: #64748b;
	--fxb-surface: #f8fafc;
	--fxb-border: #e2e8f0;
	--fxb-code-bg: #0f172a;
	--fxb-radius: 10px;
}

/* ---------- Shared bits ---------- */
.fxb-sr {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.fxb a { color: var(--fxb-accent); }
.fxb-body p { margin: 0 0 .9em; }
.fxb-body p:last-child { margin-bottom: 0; }
.fxb-body code, .fxb-list code {
	font-family: var(--fxb-mono); font-size: .88em;
	background: var(--fxb-surface); border: 1px solid var(--fxb-border);
	padding: .1em .35em; border-radius: 5px;
}

.fxb-title, .fxb-section-title, .fxb-step-title, .fxb-cta-title {
	font-family: var(--fxb-head-font);
	color: var(--fxb-dark);
	line-height: 1.2;
}
.fxb-title { font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem); margin: .2em 0 .45em; font-weight: 800; }
.fxb-section-title { font-size: 1.35rem; margin: 0 0 .8em; font-weight: 750; }

/* Badges & chips */
.fxb-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.fxb-badge, .fxb-chip {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
	padding: 4px 10px; border-radius: 999px; line-height: 1.4; text-decoration: none;
}
.fxb-chip { background: var(--fxb-surface); color: var(--fxb-dark); border: 1px solid var(--fxb-border); }
a.fxb-chip:hover { border-color: var(--fxb-accent); color: var(--fxb-accent); }
.fxb-chip-muted { color: var(--fxb-muted); }

/* Severity scale (fixed semantic colors) */
.fxb-sev { background: #eef0f5; color: #444; }
.fxb-sev::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.fxb-sev-critical { background: #fde8e8; color: #b91c1c; }
.fxb-sev-high     { background: #ffedd5; color: #c2410c; }
.fxb-sev-medium   { background: #fef6d8; color: #a16207; }
.fxb-sev-low      { background: #e4f6e9; color: #15803d; }

/* Buttons */
.fxb-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 12px 22px; border-radius: calc(var(--fxb-radius) * .7);
	background: var(--fxb-accent); color: var(--fxb-accent-ink) !important;
	font-weight: 700; text-decoration: none; border: 2px solid var(--fxb-accent);
	cursor: pointer; transition: transform .15s ease, filter .15s ease; font-size: 1rem;
}
.fxb-btn:hover { filter: brightness(1.07); transform: translateY(-1px); }
.fxb-btn-ghost { background: transparent; color: var(--fxb-accent) !important; }

/* Copy button */
.fxb-copy {
	font: 600 .75rem/1 var(--fxb-font); padding: 6px 10px; border-radius: 6px; cursor: pointer;
	background: rgba(255,255,255,.1); color: inherit; border: 1px solid rgba(255,255,255,.25);
}
.fxb-copy.is-done { background: #16a34a; border-color: #16a34a; color: #fff; }

/* ---------- Breadcrumbs ---------- */
.fxb-crumbs ol { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .85rem; }
.fxb-crumbs li { color: var(--fxb-muted); }
.fxb-crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.fxb-crumbs a { color: var(--fxb-muted); text-decoration: none; }
.fxb-crumbs a:hover { color: var(--fxb-accent); }

/* ---------- Error box ---------- */
.fxb-error {
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	background: var(--fxb-code-bg); color: var(--fxb-code-ink);
	border-radius: var(--fxb-radius); padding: 14px 16px;
	border-left: 5px solid var(--fxb-accent);
}
.fxb-error-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; opacity: .65; flex-basis: 100%; }
.fxb-error-text { flex: 1 1 260px; font-family: var(--fxb-mono); font-size: .98rem; background: none; color: inherit; word-break: break-word; }

/* ---------- Quick answer ---------- */
.fxb-answer {
	background: var(--fxb-surface); border: 1px solid var(--fxb-border);
	border-radius: var(--fxb-radius); padding: 20px 22px; margin-bottom: var(--fxb-gap);
	position: relative; overflow: hidden;
}
.fxb-answer::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--fxb-accent); }
.fxb-answer-label { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--fxb-accent); margin-bottom: 6px; }
.fxb-answer .fxb-body { font-size: 1.08rem; color: var(--fxb-dark); }

/* ---------- Symptoms & causes ---------- */
.fxb-sc { display: grid; gap: var(--fxb-gap); margin-bottom: var(--fxb-gap); }
.fxb-sc-columns { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.fxb-sc-col { background: var(--fxb-bg); border: 1px solid var(--fxb-border); border-radius: var(--fxb-radius); padding: 20px 22px; }
.fxb-list { list-style: none; margin: 0; padding: 0; }
.fxb-list li { position: relative; padding: 7px 0 7px 26px; border-bottom: 1px dashed var(--fxb-border); }
.fxb-list li:last-child { border-bottom: 0; }
.fxb-list li::before {
	content: ""; position: absolute; left: 2px; top: 14px; width: 12px; height: 12px; border-radius: 3px;
}
.fxb-list-symptoms li::before { background: var(--fxb-surface); border: 2px solid var(--fxb-muted); border-radius: 50%; }
.fxb-list-causes li::before { background: var(--fxb-accent); transform: rotate(45deg) scale(.75); }

/* ---------- Steps ---------- */
.fxb-steps-wrap { margin-bottom: var(--fxb-gap); }
.fxb-steps { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.fxb-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; position: relative; padding-bottom: 26px; }
.fxb-step:not(:last-child)::after {
	content: ""; position: absolute; left: 21px; top: 46px; bottom: 6px; width: 2px; background: var(--fxb-border);
}
.fxb-step-num {
	width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
	background: var(--fxb-dark); color: #fff; font-weight: 800; font-size: 1.05rem;
	box-shadow: 0 0 0 5px var(--fxb-surface);
}
.fxb-step:first-child .fxb-step-num { background: var(--fxb-accent); }
.fxb-step-main { min-width: 0; padding-top: 8px; }
.fxb-step-title { font-size: 1.12rem; margin: 0 0 .45em; font-weight: 700; }

/* ---------- Code ---------- */
.fxb-code { margin-top: 12px; border-radius: var(--fxb-radius); overflow: hidden; background: var(--fxb-code-bg); color: var(--fxb-code-ink); }
.fxb-code-bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; background: rgba(255,255,255,.06); }
.fxb-code-lang { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.fxb-code pre { margin: 0; padding: 14px 16px; overflow-x: auto; background: transparent; border: 0; }
.fxb-code code { font-family: var(--fxb-mono); font-size: .88rem; line-height: 1.6; color: inherit; background: none; white-space: pre; }

/* ---------- Field notes ---------- */
.fxb-content { margin-bottom: var(--fxb-gap); }
.fxb-notes { border-top: 1px solid var(--fxb-border); padding-top: 18px; }

/* ---------- Verified ---------- */
.fxb-verified { background: var(--fxb-bg); border: 1px solid var(--fxb-border); border-radius: var(--fxb-radius); padding: 18px 20px; margin-bottom: 20px; }
.fxb-v-title { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--fxb-dark); margin-bottom: 10px; }
.fxb-v-check { width: 20px; height: 20px; border-radius: 50%; background: #16a34a; position: relative; flex: 0 0 20px; }
.fxb-v-check::after { content: ""; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.fxb-v-list { margin: 0; }
.fxb-v-row { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--fxb-border); font-size: .9rem; }
.fxb-v-row:last-child { border-bottom: 0; }
.fxb-v-row dt { color: var(--fxb-muted); margin: 0; }
.fxb-v-row dd { margin: 0; font-weight: 700; color: var(--fxb-dark); text-align: right; }
.fxb-author { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--fxb-border); }
.fxb-author .fxb-avatar { border-radius: 50%; }
.fxb-author-label { display: block; font-size: .72rem; color: var(--fxb-muted); text-transform: uppercase; letter-spacing: .06em; }
.fxb-author-name { font-weight: 700; color: var(--fxb-dark) !important; text-decoration: none; }

/* ---------- CTA ---------- */
.fxb-cta { margin-bottom: 20px; }
.fxb-cta-inner {
	background: var(--fxb-dark); color: #fff; border-radius: var(--fxb-radius); padding: 24px;
	position: relative; overflow: hidden;
}
.fxb-cta-inner::after {
	content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%;
	background: var(--fxb-accent); opacity: .18;
}
.fxb-cta-kicker { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--fxb-highlight, var(--fxb-accent)); margin-bottom: 6px; }
.fxb-cta-title { color: #fff; font-size: 1.35rem; font-weight: 800; margin-bottom: 6px; }
.fxb-cta-text { margin: 0 0 16px; opacity: .85; }
.fxb-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
.fxb-cta-actions .fxb-btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.4); }
.fxb-cta-card .fxb-cta-actions .fxb-btn { flex: 1 1 auto; }
.fxb-cta-banner .fxb-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 30px 34px; }
.fxb-cta-banner .fxb-cta-text { margin-bottom: 0; }

/* ---------- Cards (related + index) ---------- */
.fxb-card {
	display: flex; flex-direction: column; gap: 6px; height: 100%;
	padding: 14px 16px; border-radius: var(--fxb-radius);
	background: var(--fxb-bg); border: 1px solid var(--fxb-border);
	text-decoration: none; color: var(--fxb-text) !important;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.fxb-card:hover { border-color: var(--fxb-accent); box-shadow: 0 8px 24px rgba(20,20,40,.08); transform: translateY(-2px); }
.fxb-card .fxb-badge { align-self: flex-start; }
.fxb-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.fxb-card-cat { font-size: .75rem; color: var(--fxb-muted); }
.fxb-card-title { font-weight: 700; color: var(--fxb-dark); line-height: 1.35; }
.fxb-card-error {
	font-family: var(--fxb-mono); font-size: .78rem; color: var(--fxb-muted); background: var(--fxb-surface);
	padding: 3px 7px; border-radius: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
.fxb-card-excerpt { font-size: .88rem; color: var(--fxb-muted); }

.fxb-related { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fxb-related-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.fxb-related-wrap .fxb-section-title { font-size: 1.1rem; }

/* ---------- Index ---------- */
.fxb-index-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.fxb-search, .fxb-select {
	font: inherit; color: var(--fxb-dark); background: var(--fxb-bg);
	border: 2px solid var(--fxb-border); border-radius: calc(var(--fxb-radius) * .8);
	padding: 14px 16px; min-height: 54px;
}
.fxb-search { flex: 1 1 320px; font-size: 1.05rem; padding-left: 46px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%236b7084' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: 16px center;
}
.fxb-select { flex: 0 1 240px; }
.fxb-search:focus, .fxb-select:focus { outline: none; border-color: var(--fxb-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--fxb-accent) 18%, transparent); }

.fxb-sev-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.fxb-sev-btn {
	font: 700 .8rem/1 var(--fxb-font); padding: 8px 14px; border-radius: 999px; cursor: pointer;
	background: var(--fxb-bg); color: var(--fxb-text); border: 1px solid var(--fxb-border);
}
.fxb-sev-btn:hover { border-color: var(--fxb-dark); }
.fxb-sev-btn.is-active { background: var(--fxb-dark); color: #fff; border-color: var(--fxb-dark); }

.fxb-index-count { font-size: .85rem; color: var(--fxb-muted); margin-bottom: 12px; }
.fxb-index-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fxb-cols-1 { grid-template-columns: 1fr; }
.fxb-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fxb-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fxb-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fxb-index-item[hidden] { display: none !important; }
.fxb-index-more { text-align: center; margin-top: 20px; }
.fxb-index-empty { text-align: center; padding: 34px 20px; border: 2px dashed var(--fxb-border); border-radius: var(--fxb-radius); margin-top: 10px; }
.fxb-index-empty p { margin: 0 0 14px; color: var(--fxb-muted); }

/* ---------- Built-in page layout ---------- */
.fxb-page-inner { max-width: 1200px; margin: 0 auto; padding: 40px 20px 60px; }
.fxb-full > .fxb-page-inner > .fxb-header { margin-bottom: var(--fxb-gap); }
.fxb-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.fxb-layout-side { position: sticky; top: 24px; }
.fxb-archive-head { margin-bottom: 26px; max-width: 760px; }
.fxb-archive-intro { font-size: 1.1rem; color: var(--fxb-muted); }

/* ---------- Brand band (full-width header) ----------
   Used by the Issue Header widget ("Full-width band background"),
   and by the built-in single/archive layouts when enabled in Settings. */
.fxb-band {
	background-color: var(--fxb-band-bg);
	background-image: var(--fxb-band-tex);
	color: var(--fxb-band-ink);
	padding: clamp(34px, 5vw, 72px) 20px clamp(30px, 4.5vw, 60px);
	margin-bottom: 0;
}
.fxb-band-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: center;
}
.fxb-band-inner.has-mark { grid-template-columns: minmax(0, 1fr) auto; }
.fxb-band-mark {
	width: clamp(96px, 12vw, 168px);
	height: auto;
	filter: drop-shadow(0 10px 24px rgba(10, 25, 50, .35));
}
.fxb-band .fxb-title,
.fxb-band .fxb-archive-head .fxb-title { color: var(--fxb-band-ink); margin-bottom: .35em; }
.fxb-band .fxb-crumbs li,
.fxb-band .fxb-crumbs a { color: var(--fxb-band-sub); }
.fxb-band .fxb-crumbs a:hover { color: var(--fxb-band-ink); }
.fxb-band .fxb-chip { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .22); color: var(--fxb-band-ink); }
.fxb-band a.fxb-chip:hover { background: rgba(255, 255, 255, .24); color: var(--fxb-band-ink); }
.fxb-band .fxb-error { background: rgba(10, 22, 40, .55); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.fxb-band .fxb-archive-head { margin-bottom: 0; }
.fxb-band .fxb-archive-intro { color: var(--fxb-band-sub); }
/* FixWP band: lowercase-italic feel for the intro, like the hero subline */
.fxb-preset-fixwp .fxb-band .fxb-archive-intro,
.fxb-preset-fixwp.fxb-band .fxb-archive-intro { font-style: italic; font-size: clamp(1.1rem, .9rem + 1vw, 1.6rem); line-height: 1.35; }
/* Content under a band starts closer to it */
.fxb-band + .fxb-page-inner { padding-top: clamp(24px, 3vw, 40px); }
@media (max-width: 640px) {
	.fxb-band-inner.has-mark { grid-template-columns: minmax(0, 1fr); }
	.fxb-band-mark { order: -1; width: 84px; }
}

/* ---------- Fix Showcase (all-in-one page) ----------
   Grid tracks always use minmax(0, 1fr) so long code/error strings can't
   push columns wider than the viewport. */
.fxb-showcase {
	--fxb-sc-max: 1200px;
	--fxb-sc-spec-w: 340px;
	--fxb-sc-colgap: 40px;
	--fxb-sc-secgap: 36px;
	--fxb-sc-sticky: 24px;
}
.fxb-sc-hero-inner,
.fxb-sc-body { max-width: var(--fxb-sc-max); margin-left: auto; margin-right: auto; }

/* Hero */
.fxb-sc-hero { padding: clamp(28px, 4vw, 56px) 20px; }
.fxb-sc-hero-band { padding: clamp(34px, 5vw, 72px) 20px clamp(30px, 4.5vw, 60px); }
.fxb-sc-hero-card .fxb-sc-hero-inner {
	background: var(--fxb-bg); border: 1px solid var(--fxb-border); border-radius: var(--fxb-radius);
	padding: clamp(20px, 3vw, 36px);
}
.fxb-sc-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--fxb-sc-colgap); align-items: start; }
.fxb-sc-hero.has-spec.spec-right .fxb-sc-hero-inner { grid-template-columns: minmax(0, 1fr) var(--fxb-sc-spec-w); }
.fxb-sc-hero.has-spec.spec-left .fxb-sc-hero-inner { grid-template-columns: var(--fxb-sc-spec-w) minmax(0, 1fr); }
.fxb-sc-hero.has-spec.spec-left .fxb-sc-hero-spec { order: -1; }
.fxb-sc-hero .fxb-header { margin-bottom: 0; }
.fxb-sc-hero .fxb-answer { margin: 22px 0 0; }
.fxb-sc-mark-row { margin-bottom: 14px; }
.fxb-sc-mark-row .fxb-band-mark { width: 72px; }
/* Quick answer sitting on the felt: frosted paper */
.fxb-band .fxb-answer { background: rgba(251, 252, 254, .96); }

/* Body */
.fxb-sc-body { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--fxb-sc-colgap); padding: clamp(28px, 4vw, 52px) 20px clamp(40px, 5vw, 72px); align-items: start; }
.fxb-sc-body.has-side.spec-right { grid-template-columns: minmax(0, 1fr) var(--fxb-sc-spec-w); }
.fxb-sc-body.has-side.spec-left { grid-template-columns: var(--fxb-sc-spec-w) minmax(0, 1fr); }
.fxb-sc-body.has-side.spec-left .fxb-sc-body-side { order: -1; }
.fxb-sc-sec { margin-bottom: var(--fxb-sc-secgap); }
.fxb-sc-sec:last-child { margin-bottom: 0; }
.fxb-sc-sec .fxb-sc,
.fxb-sc-sec .fxb-steps-wrap,
.fxb-sc-sec .fxb-content,
.fxb-sc-sec .fxb-cta,
.fxb-sc-sec .fxb-answer { margin-bottom: 0; }
.fxb-sc-sec.is-card > .fxb {
	background: var(--fxb-bg); border: 1px solid var(--fxb-border);
	border-radius: var(--fxb-radius); padding: clamp(18px, 2.5vw, 30px);
}
.fxb-sc-sec-related .fxb-related-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* Sticky details box */
.fxb-sc-hero-spec.is-sticky,
.fxb-sc-body-side.is-sticky { position: sticky; top: var(--fxb-sc-sticky); }
/* Sticky in the hero only makes sense while the hero is taller than the box */
.fxb-sc-hero-spec .fxb-spec { margin-bottom: 0; }

/* Details box (spec) */
.fxb-spec { color: var(--fxb-text); }
.fxb-spec .fxb-v-row dd a { color: var(--fxb-dark); text-decoration: underline; text-decoration-color: var(--fxb-border); text-underline-offset: 3px; }
.fxb-spec .fxb-v-row dd .fxb-badge { font-size: .72rem; }
.fxb-spec-shadow-yes .fxb-spec { box-shadow: 0 18px 44px rgba(15, 30, 55, .14); }
.fxb-band .fxb-spec { border-color: transparent; }
.fxb-spec-cta { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--fxb-border); display: grid; gap: 10px; }
.fxb-spec-cta-title { font-family: var(--fxb-head-font); color: var(--fxb-dark); font-size: 1.15rem; line-height: 1.25; }
.fxb-spec-cta-text { margin: 0; font-size: .9rem; color: var(--fxb-muted); }
.fxb-price { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.fxb-price-label { font-size: .78rem; color: var(--fxb-muted); text-transform: uppercase; letter-spacing: .06em; }
.fxb-price-value { font-family: var(--fxb-head-font); font-size: 1.9rem; color: var(--fxb-dark); line-height: 1; }
.fxb-btn-block { display: flex; width: 100%; }
.fxb-spec .fxb-btn { background: var(--fxb-spark); border-color: var(--fxb-spark); }
.fxb-spec .fxb-btn-ghost { background: transparent; color: var(--fxb-dark) !important; border-color: var(--fxb-border); }
.fxb-promises { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 6px; font-size: .84rem; }
.fxb-promises li { position: relative; padding-left: 24px; color: var(--fxb-text); }
.fxb-promises li::before {
	content: ""; position: absolute; left: 0; top: .2em; width: 15px; height: 15px; border-radius: 50%;
	background: #16a34a;
}
.fxb-promises li::after {
	content: ""; position: absolute; left: 5px; top: calc(.2em + 3px); width: 4px; height: 7px;
	border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.fxb-preset-fixwp .fxb-price-label { text-transform: none; letter-spacing: 0; font-style: italic; font-size: .85rem; }
.fxb-preset-fixwp .fxb-promises li::before { background: var(--fxb-logo-blue); }
.fxb-preset-saleen .fxb-price-value { font-weight: 700; }

@media (max-width: 1024px) {
	.fxb-sc-hero.has-spec .fxb-sc-hero-inner,
	.fxb-sc-body.has-side .fxb-sc-body-inner,
	.fxb-sc-body.has-side.spec-right,
	.fxb-sc-body.has-side.spec-left,
	.fxb-sc-hero.has-spec.spec-right .fxb-sc-hero-inner,
	.fxb-sc-hero.has-spec.spec-left .fxb-sc-hero-inner { grid-template-columns: minmax(0, 1fr); }
	.fxb-sc-hero-spec.is-sticky,
	.fxb-sc-body-side.is-sticky { position: static; }
	.fxb-sc-hero.has-spec.spec-left .fxb-sc-hero-spec,
	.fxb-sc-body.has-side.spec-left .fxb-sc-body-side { order: 0; }
}

/* Editor-only notice */
.fxb-editor-notice { padding: 14px 16px; border: 1px dashed #c0c4d4; border-radius: 8px; color: #6b7084; font-size: 13px; background: #fafbfd; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.fxb-layout { grid-template-columns: 1fr; }
	.fxb-layout-side { position: static; }
	.fxb-cols-3, .fxb-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.fxb { --fxb-gap: 20px; }
	.fxb-cols-2, .fxb-cols-3, .fxb-cols-4 { grid-template-columns: 1fr; }
	.fxb-step { grid-template-columns: 34px 1fr; gap: 12px; }
	.fxb-step-num { width: 34px; height: 34px; font-size: .9rem; }
	.fxb-step:not(:last-child)::after { left: 16px; top: 38px; }
	.fxb-page-inner { padding: 24px 16px 40px; }
	.fxb-cta-banner .fxb-cta-inner { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
	.fxb-card, .fxb-btn { transition: none; }
}
