/*
 * utilities.css — replaces the inline style attributes the templates used to
 * print, so the custom theme emits zero inline CSS.
 *
 * Every declaration here is a verbatim move of a style attribute that
 * previously sat on the same element, so the rendered result is unchanged.
 * Loaded after theme.css (see functions.php).
 */

/* ---- spacing utilities (were: style="margin-*") ---------------------- */
.u-mt-8 { margin-top: 8px; }
.u-mt-10 { margin-top: 10px; }
.u-mt-18 { margin-top: 18px; }
.u-mt-20 { margin-top: 20px; }
.u-mt-22 { margin-top: 22px; }
.u-mt-24 { margin-top: 24px; }
.u-mb-20 { margin-bottom: 20px; }
.u-mb-24 { margin-bottom: 24px; }
.u-ml-auto { margin-left: auto; }

/* ---- colour / type utilities ---------------------------------------- */
.u-text-fg { color: var(--c-fg); }

/* Bonus-stage headline figure (was: color:var(--c-neon);font-size:20px). */
.stage-amount { color: var(--c-neon); font-size: 20px; }

/* ---- media --------------------------------------------------------- */
/* Fills its fixed-size wrapper (was: width/height 100% + object-fit). */
.u-media-fill { width: 100%; height: 100%; object-fit: cover; }

/* ---- 404 ----------------------------------------------------------- */
.lede-narrow { max-width: 56ch; margin: 0 auto; }
.cta-row-center { justify-content: center; }

/* ---- section head: heading left, "view all" link right -------------- */
.sec-head-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-end;
	justify-content: space-between;
}

/* ---- cards --------------------------------------------------------- */
.card-title-neon { font-size: 16px; color: var(--c-neon); }
.card-line2 { border-color: var(--c-line2); }
.cards-cta { text-align: center; margin-top: 32px; }

/* Green "live"-style pill badge on a card title. */
.card-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #22c55e;
	border-radius: 999px;
	padding: 3px 9px;
}
.card-badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #fff;
	display: inline-block;
}

/* ---- app install visual column ------------------------------------- */
.app-visual { flex: 1 1 300px; display: flex; justify-content: center; }

/* ---- reviews ------------------------------------------------------- */
.scores-heading { font-size: 22px; }

/*
 * Score-bar fill width. The percentage is editorial data (ACF), so it cannot
 * live in a hand-written rule per element; one class per whole percent keeps
 * the value out of a style attribute while staying exact.
 */
.bar-w-0 { width: 0%; }
.bar-w-1 { width: 1%; }
.bar-w-2 { width: 2%; }
.bar-w-3 { width: 3%; }
.bar-w-4 { width: 4%; }
.bar-w-5 { width: 5%; }
.bar-w-6 { width: 6%; }
.bar-w-7 { width: 7%; }
.bar-w-8 { width: 8%; }
.bar-w-9 { width: 9%; }
.bar-w-10 { width: 10%; }
.bar-w-11 { width: 11%; }
.bar-w-12 { width: 12%; }
.bar-w-13 { width: 13%; }
.bar-w-14 { width: 14%; }
.bar-w-15 { width: 15%; }
.bar-w-16 { width: 16%; }
.bar-w-17 { width: 17%; }
.bar-w-18 { width: 18%; }
.bar-w-19 { width: 19%; }
.bar-w-20 { width: 20%; }
.bar-w-21 { width: 21%; }
.bar-w-22 { width: 22%; }
.bar-w-23 { width: 23%; }
.bar-w-24 { width: 24%; }
.bar-w-25 { width: 25%; }
.bar-w-26 { width: 26%; }
.bar-w-27 { width: 27%; }
.bar-w-28 { width: 28%; }
.bar-w-29 { width: 29%; }
.bar-w-30 { width: 30%; }
.bar-w-31 { width: 31%; }
.bar-w-32 { width: 32%; }
.bar-w-33 { width: 33%; }
.bar-w-34 { width: 34%; }
.bar-w-35 { width: 35%; }
.bar-w-36 { width: 36%; }
.bar-w-37 { width: 37%; }
.bar-w-38 { width: 38%; }
.bar-w-39 { width: 39%; }
.bar-w-40 { width: 40%; }
.bar-w-41 { width: 41%; }
.bar-w-42 { width: 42%; }
.bar-w-43 { width: 43%; }
.bar-w-44 { width: 44%; }
.bar-w-45 { width: 45%; }
.bar-w-46 { width: 46%; }
.bar-w-47 { width: 47%; }
.bar-w-48 { width: 48%; }
.bar-w-49 { width: 49%; }
.bar-w-50 { width: 50%; }
.bar-w-51 { width: 51%; }
.bar-w-52 { width: 52%; }
.bar-w-53 { width: 53%; }
.bar-w-54 { width: 54%; }
.bar-w-55 { width: 55%; }
.bar-w-56 { width: 56%; }
.bar-w-57 { width: 57%; }
.bar-w-58 { width: 58%; }
.bar-w-59 { width: 59%; }
.bar-w-60 { width: 60%; }
.bar-w-61 { width: 61%; }
.bar-w-62 { width: 62%; }
.bar-w-63 { width: 63%; }
.bar-w-64 { width: 64%; }
.bar-w-65 { width: 65%; }
.bar-w-66 { width: 66%; }
.bar-w-67 { width: 67%; }
.bar-w-68 { width: 68%; }
.bar-w-69 { width: 69%; }
.bar-w-70 { width: 70%; }
.bar-w-71 { width: 71%; }
.bar-w-72 { width: 72%; }
.bar-w-73 { width: 73%; }
.bar-w-74 { width: 74%; }
.bar-w-75 { width: 75%; }
.bar-w-76 { width: 76%; }
.bar-w-77 { width: 77%; }
.bar-w-78 { width: 78%; }
.bar-w-79 { width: 79%; }
.bar-w-80 { width: 80%; }
.bar-w-81 { width: 81%; }
.bar-w-82 { width: 82%; }
.bar-w-83 { width: 83%; }
.bar-w-84 { width: 84%; }
.bar-w-85 { width: 85%; }
.bar-w-86 { width: 86%; }
.bar-w-87 { width: 87%; }
.bar-w-88 { width: 88%; }
.bar-w-89 { width: 89%; }
.bar-w-90 { width: 90%; }
.bar-w-91 { width: 91%; }
.bar-w-92 { width: 92%; }
.bar-w-93 { width: 93%; }
.bar-w-94 { width: 94%; }
.bar-w-95 { width: 95%; }
.bar-w-96 { width: 96%; }
.bar-w-97 { width: 97%; }
.bar-w-98 { width: 98%; }
.bar-w-99 { width: 99%; }
.bar-w-100 { width: 100%; }
