/* Public Annotations feature page (features/annotations/). Builds on
 * seo-landing.css; tones match the dashboard's annotation colours. */

.annotations-guide-page {
	--annot-guide-blue: #176fd6;
	--annot-guide-deep: #13223a;
	--annot-guide-ink: #172436;
	--annot-guide-muted: #596a7d;
	--annot-guide-line: #dce6f2;
	--annot-guide-promotion: #16a369;
	--annot-guide-deployment: #7c5cd6;
	--annot-guide-outage: #dc3545;
	--annot-guide-note: #7c8a9d;
	--annot-guide-holiday: #2f80ed;
	--annot-guide-shopping: #e8590c;
	--annot-guide-insight: #c99a1c;
}

.annotations-guide-page section,
.annotations-guide-page nav {
	scroll-margin-top: 92px;
}

/* Hero */
.annotations-guide-hero {
	align-items: center;
	background:
		radial-gradient(circle at 92% 8%, rgba(124, 92, 214, .13), transparent 34%),
		radial-gradient(circle at 70% 100%, rgba(47, 128, 237, .10), transparent 40%),
		linear-gradient(145deg, #fff 0%, #f7fbff 62%, #f6f3ff 100%);
	position: relative;
}

.annotations-guide-hero > .annotations-guide-breadcrumb {
	grid-column: 1 / -1;
}

.annotations-guide-hero .seo-trust-list i.fa-area-chart { color: var(--annot-guide-blue); }
.annotations-guide-hero .seo-trust-list i.fa-globe { color: var(--annot-guide-holiday); }

.annotations-guide-plans {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.annotations-guide-plans span {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	line-height: 1.35;
	padding: 7px 12px;
}

.annotations-guide-plans .is-every {
	background: #e7f6ef;
	border: 1px solid #c7ead9;
	color: #11714d;
}

.annotations-guide-unit { display: inline-block; max-width: 100%; }

.annotations-guide-plans .is-pro {
	background: #f0ebff;
	border: 1px solid #ddd2fb;
	color: #5a3fb8;
}

/* The example chart */
.annotations-guide-visual {
	background:
		radial-gradient(circle at 85% 0%, rgba(124, 92, 214, .28), transparent 42%),
		linear-gradient(150deg, #13223a 0%, #1b3150 58%, #1d2a4f 100%);
	border: 1px solid #314c6f;
	border-radius: 18px;
	box-shadow: 0 28px 60px rgba(19, 34, 58, .30), 0 0 0 6px rgba(124, 92, 214, .06);
	color: #edf5ff;
	direction: ltr;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 20px 20px 16px;
	text-align: left;
	unicode-bidi: isolate;
}

.annotations-guide-visual-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.annotations-guide-visual-head strong {
	font-size: 15px;
	font-weight: 900;
}

.annotations-guide-visual-head span {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	color: #b7c7dc;
	font-size: 10px;
	font-weight: 800;
	padding: 5px 9px;
}

.annotations-guide-chart {
	height: 212px;
	margin: 64px 4px 10px;
	position: relative;
}

.annotations-guide-chart-svg {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.annotations-guide-grid {
	fill: none;
	stroke: rgba(255, 255, 255, .08);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.annotations-guide-line {
	fill: none;
	stroke: #6bb6ff;
	stroke-linecap: round;
	stroke-width: 2.6;
	vector-effect: non-scaling-stroke;
	filter: drop-shadow(0 4px 10px rgba(91, 174, 255, .45));
}

/* A dashed guide marks the day across the chart; the pin sits on its point. */
.annotations-guide-guide {
	border-left: 1px dashed rgba(255, 255, 255, .24);
	bottom: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.annotations-guide-pin {
	--tone: var(--annot-guide-note);
	align-items: center;
	background: var(--tone);
	border: 2px solid #13223a;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .08), 0 6px 14px rgba(0, 0, 0, .35);
	color: #fff;
	display: inline-flex;
	font-size: 9px;
	height: 22px;
	justify-content: center;
	margin: -11px 0 0 -11px;
	position: absolute;
	width: 22px;
	z-index: 2;
}

.annotations-guide-pin.is-promotion,
.annotations-guide-tag.is-promotion { --tone: var(--annot-guide-promotion); }
.annotations-guide-pin.is-holiday,
.annotations-guide-tag.is-holiday { --tone: var(--annot-guide-holiday); }
.annotations-guide-pin.is-shopping { --tone: var(--annot-guide-shopping); }

.annotations-guide-tag {
	--tone: var(--annot-guide-note);
	background: rgba(19, 34, 58, .92);
	border: 1px solid var(--tone);
	border-radius: 999px;
	color: #eef5ff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	margin-left: -10px;
	max-width: 42%;
	overflow: hidden;
	padding: 5px 9px;
	position: absolute;
	text-overflow: ellipsis;
	transform: translateY(-40px);
	white-space: nowrap;
	width: max-content;
	z-index: 3;
}

.annotations-guide-tag.is-holiday {
	margin-left: 0;
	max-width: 46%;
	transform: translate(calc(-100% - 18px), -50%);
}

.annotations-guide-flag {
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	display: inline-block;
	height: 11px;
	vertical-align: -1px;
	width: 16px;
}

/* The popup of the Black Friday day, as the charts show it. */
.annotations-guide-popup {
	background: rgba(255, 255, 255, .97);
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 12px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, .35);
	color: #1d2b3c;
	display: grid;
	gap: 8px;
	max-width: 260px;
	padding: 10px 12px;
	position: absolute;
	transform: translate(calc(-100% - 20px), calc(-100% + 18px));
	width: 62%;
	z-index: 4;
}

.annotations-guide-popup-row {
	align-items: flex-start;
	display: grid;
	gap: 8px;
	grid-template-columns: 9px minmax(0, 1fr);
}

.annotations-guide-popup-row > i {
	border-radius: 50%;
	height: 9px;
	margin-top: 4px;
	width: 9px;
}

.annotations-guide-popup-row.is-shopping > i { background: var(--annot-guide-shopping); }
.annotations-guide-popup-row.is-insight > i { background: #fff; box-shadow: inset 0 0 0 2px var(--annot-guide-insight); }

.annotations-guide-popup-row strong {
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.annotations-guide-popup-row small {
	color: #6b7c90;
	display: block;
	font-size: 10.5px;
	line-height: 1.35;
	margin-top: 1px;
}

.annotations-guide-next {
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 11px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 6px 9px;
	margin-top: 4px;
	padding: 9px 12px;
}

.annotations-guide-next .fa { color: #9d86f2; }
.annotations-guide-next span { color: #a9bdd6; font-weight: 700; }
.annotations-guide-next strong { font-weight: 800; }

.annotations-guide-next em {
	background: rgba(232, 89, 12, .18);
	border-radius: 999px;
	color: #ffb48a;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	margin-left: auto;
	padding: 2px 9px;
}

.annotations-guide-visual figcaption {
	color: #93a8c2;
	font-size: 11px;
	line-height: 1.55;
	margin-top: 12px;
}

/* In-page navigation */
.annotations-guide-nav {
	align-items: center;
	background: rgba(255, 255, 255, .97);
	border: 1px solid var(--annot-guide-line);
	border-radius: 11px;
	box-shadow: 0 11px 30px rgba(23, 36, 54, .08);
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 22px;
	padding: 9px;
	position: sticky;
	top: 10px;
	z-index: 20;
}

.annotations-guide-nav a {
	border-radius: 7px;
	color: #35506f;
	font-size: 12px;
	font-weight: 800;
	padding: 9px 11px;
	text-decoration: none;
}

.annotations-guide-nav a:hover,
.annotations-guide-nav a:focus {
	background: #eaf3ff;
	color: var(--annot-guide-blue);
	text-decoration: none;
}

.annotations-guide-nav a:focus-visible,
.annotations-guide-page .btn:focus-visible,
.annotations-guide-page summary:focus-visible {
	outline: 3px solid rgba(23, 111, 214, .3);
	outline-offset: 3px;
}

/* Your own annotations */
.annotations-guide-kinds {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.annotations-guide-kind {
	--tone: var(--annot-guide-note);
	background: #f9fbfe;
	border: 1px solid #e1e9f3;
	border-radius: 12px;
	border-top: 3px solid var(--tone);
	min-width: 0;
	padding: 20px;
}

.annotations-guide-kind.is-promotion { --tone: var(--annot-guide-promotion); --tone-soft: rgba(22, 163, 105, .11); }
.annotations-guide-kind.is-deployment { --tone: var(--annot-guide-deployment); --tone-soft: rgba(124, 92, 214, .11); }
.annotations-guide-kind.is-outage { --tone: var(--annot-guide-outage); --tone-soft: rgba(220, 53, 69, .10); }
.annotations-guide-kind.is-note { --tone: var(--annot-guide-note); --tone-soft: rgba(124, 138, 157, .13); }

.annotations-guide-kind > i {
	align-items: center;
	background: var(--tone-soft);
	border-radius: 10px;
	color: var(--tone);
	display: inline-flex;
	font-size: 17px;
	height: 40px;
	justify-content: center;
	margin-bottom: 12px;
	width: 40px;
}

.annotations-guide-kind h3 {
	color: #21344a;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 7px;
}

.annotations-guide-kind p {
	color: #607084;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.annotations-guide-impact {
	align-items: center;
	background: linear-gradient(135deg, #f4f8ff, #f3fbf7);
	border: 1px solid #d9e6f4;
	border-radius: 13px;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 220px;
	margin-top: 18px;
	padding: 22px 24px;
}

.annotations-guide-impact h3 {
	color: #21344a;
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 8px;
}

.annotations-guide-impact p {
	color: #536477;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.annotations-guide-impact small {
	color: #7a8a9d;
	display: block;
	font-size: 12.5px;
	margin-top: 8px;
}

.annotations-guide-impact-bars {
	align-items: end;
	border-bottom: 1px solid #cfdcec;
	direction: ltr;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 130px;
	padding: 0 12px;
}

.annotations-guide-impact-bars > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	position: relative;
}

.annotations-guide-impact-bars span {
	background: linear-gradient(180deg, #b9c7d9, #97a9c1);
	border-radius: 7px 7px 0 0;
	display: block;
	position: relative;
	width: 100%;
}

.annotations-guide-impact-bars .is-after span {
	background: linear-gradient(180deg, #37c28c, #139b6c);
}

.annotations-guide-impact-bars b {
	background: #139b6c;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	left: 50%;
	padding: 2px 8px;
	position: absolute;
	top: -26px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.annotations-guide-impact-bars small {
	bottom: -22px;
	color: #6b7c90;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	position: absolute;
	white-space: nowrap;
}

/* Automatic annotations */
.annotations-guide-pro {
	background: linear-gradient(135deg, #7c5cd6, #5a8bff);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: .04em;
	margin-inline-start: 6px;
	padding: 2px 8px;
	vertical-align: 1px;
}

.annotations-guide-lanes {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.annotations-guide-lane {
	--tone: var(--annot-guide-blue);
	--tone-soft: #e9f3ff;
	background: #f9fbfe;
	border: 1px solid #e1e9f3;
	border-radius: 13px;
	min-width: 0;
	padding: 22px;
}

.annotations-guide-lane.is-detections { --tone: #b8860b; --tone-soft: rgba(201, 154, 28, .14); }
.annotations-guide-lane.is-facts { --tone: #5c6b80; --tone-soft: rgba(92, 107, 128, .12); }
.annotations-guide-lane.is-context { --tone: var(--annot-guide-holiday); --tone-soft: rgba(47, 128, 237, .11); }

.annotations-guide-lane-title {
	align-items: center;
	display: flex;
	gap: 11px;
	margin-bottom: 10px;
}

.annotations-guide-lane-title i {
	align-items: center;
	background: var(--tone-soft);
	border-radius: 10px;
	color: var(--tone);
	display: inline-flex;
	flex: 0 0 38px;
	font-size: 16px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.annotations-guide-lane-title h3 {
	color: #21344a;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.annotations-guide-lane p {
	color: #607084;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 14px;
}

.annotations-guide-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.annotations-guide-groups li {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e8f2;
	border-radius: 999px;
	color: #34495f;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.3;
	padding: 5px 10px;
}

.annotations-guide-groups i { color: var(--tone); }

.annotations-guide-trial {
	align-items: flex-start;
	background: #f6f2ff;
	border: 1px solid #e3d9fb;
	border-radius: 12px;
	display: flex;
	gap: 11px;
	margin-top: 16px;
	padding: 14px 16px;
}

.annotations-guide-trial i { color: #d89b24; margin-top: 3px; }

.annotations-guide-trial p {
	color: #4a3d78;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
}

/* Two-column sections: copy beside a visual */
.annotations-guide-split {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
}

.annotations-guide-split.is-reverse {
	grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
}

.annotations-guide-split .seo-section-head { margin-bottom: 14px; }
.annotations-guide-split .seo-check-list { margin-top: 0; }
.annotations-guide-split .seo-check-list i { color: var(--annot-guide-holiday); }

/* Calendar: the audience that picks the countries */
.annotations-guide-audience {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(23, 36, 54, .09);
	min-width: 0;
	padding: 20px;
}

.annotations-guide-audience-title {
	color: #21344a;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 12px;
}

.annotations-guide-audience-row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.2fr) minmax(60px, 1fr) 36px 84px;
	padding: 8px 0;
}

.annotations-guide-audience-row + .annotations-guide-audience-row { border-top: 1px solid #edf2f8; }

.annotations-guide-audience-name {
	color: #27384c;
	font-size: 13px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.annotations-guide-audience-bar {
	background: #edf2f8;
	border-radius: 999px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: relative;
}

.annotations-guide-audience-bar i {
	background: linear-gradient(90deg, #5baeff, #2f80ed);
	border-radius: 999px;
	display: block;
	height: 100%;
}

.annotations-guide-audience-row b {
	color: #27384c;
	font-size: 12px;
	text-align: end;
}

.annotations-guide-audience-row em {
	border-radius: 999px;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	overflow: hidden;
	padding: 3px 8px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.annotations-guide-audience-row.is-in em { background: #e7f6ef; color: #11714d; }
.annotations-guide-audience-row.is-out { opacity: .72; }
.annotations-guide-audience-row.is-out em { background: #f1f4f8; color: #6b7c90; }
.annotations-guide-audience-row.is-out .annotations-guide-audience-bar i { background: #b7c4d4; }

.annotations-guide-dates {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.annotations-guide-dates > span {
	--tone: var(--annot-guide-holiday);
	align-items: center;
	background: #f9fbfe;
	border: 1px solid #e3eaf3;
	border-inline-start: 3px solid var(--tone);
	border-radius: 9px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 6px;
	min-width: 0;
	padding: 8px 10px;
}

.annotations-guide-dates > span.is-shopping { --tone: var(--annot-guide-shopping); }
.annotations-guide-dates > span > span { color: #21344a; font-size: 12.5px; font-weight: 800; }
.annotations-guide-dates > span > i { color: var(--tone); font-size: 12px; }
.annotations-guide-dates small { color: #75869a; flex-basis: 100%; font-size: 11px; }

/* Coming up next: the dashboard widget */
.annotations-guide-widget {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(23, 36, 54, .09);
	min-width: 0;
	overflow: hidden;
}

.annotations-guide-widget-head {
	background: linear-gradient(180deg, #f5f5f7, #e8e8ed);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	color: #374151;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 14px;
}

.annotations-guide-widget-head .fa { margin-inline-end: 5px; }

.annotations-guide-widget-hero {
	align-items: center;
	background: linear-gradient(135deg, rgba(47, 128, 237, .09), rgba(47, 128, 237, .02));
	border: 1px solid rgba(47, 128, 237, .22);
	border-radius: 12px;
	display: flex;
	gap: 12px;
	margin: 14px 14px 6px;
	padding: 11px 12px;
}

.annotations-guide-widget-tile {
	background: #fff;
	border: 1px solid rgba(47, 128, 237, .25);
	border-radius: 10px;
	display: flex;
	flex: 0 0 52px;
	flex-direction: column;
	overflow: hidden;
	text-align: center;
}

.annotations-guide-widget-tile small {
	background: var(--annot-guide-holiday);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 2px 0;
	text-transform: uppercase;
}

.annotations-guide-widget-tile b {
	color: #1d3149;
	font-size: 21px;
	line-height: 1.35;
}

.annotations-guide-widget-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.annotations-guide-widget-when {
	align-items: center;
	display: flex;
	gap: 7px;
}

.annotations-guide-widget-when em,
.annotations-guide-widget-row em {
	background: rgba(47, 128, 237, .12);
	border-radius: 999px;
	color: #2266c2;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	padding: 1px 8px;
	white-space: nowrap;
}

.annotations-guide-widget-copy strong {
	color: #1d3149;
	font-size: 15px;
	font-weight: 800;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.annotations-guide-widget-insight {
	color: #d9480f;
	font-size: 12px;
	font-weight: 700;
}

.annotations-guide-widget-row {
	--tone: var(--annot-guide-shopping);
	align-items: center;
	border-top: 1px solid #edf2f8;
	display: grid;
	gap: 10px;
	grid-template-columns: 30px minmax(0, 1fr) auto;
	margin: 0 14px;
	min-height: 42px;
	padding: 6px 0;
}

.annotations-guide-widget-row.is-promotion { --tone: var(--annot-guide-promotion); }
.annotations-guide-widget-row.is-deployment { --tone: var(--annot-guide-deployment); }

.annotations-guide-widget-row > i {
	align-items: center;
	background: color-mix(in srgb, var(--tone) 13%, #fff);
	border-radius: 8px;
	color: var(--tone);
	display: inline-flex;
	font-size: 12px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.annotations-guide-widget-row > span {
	color: #33475b;
	font-size: 13px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.annotations-guide-widget-row em {
	background: color-mix(in srgb, var(--tone) 12%, #fff);
	color: color-mix(in srgb, var(--tone) 80%, #000);
}

.annotations-guide-widget-foot {
	border-top: 1px solid #edf2f8;
	color: #2f6fd6;
	font-size: 12px;
	font-weight: 700;
	margin: 4px 14px 0;
	padding: 10px 0 12px;
}

.annotations-guide-widget-foot b {
	background: #eaf2ff;
	border-radius: 999px;
	font-size: 11px;
	margin-inline-start: 4px;
	padding: 1px 7px;
}

.annotations-guide-note {
	align-items: flex-start;
	color: #11714d;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.6;
	margin: 0;
}

.annotations-guide-note i { margin-top: 3px; }

/* The Annotations page */
.annotations-guide-workspace {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.annotations-guide-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

@media (max-width: 1199px) {
	.annotations-guide-kinds,
	.annotations-guide-workspace {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.annotations-guide-lanes,
	.annotations-guide-split,
	.annotations-guide-split.is-reverse,
	.annotations-guide-impact {
		grid-template-columns: 1fr;
	}

	.annotations-guide-split.is-reverse > .annotations-guide-widget {
		order: 2;
	}

	.annotations-guide-impact-bars {
		max-width: 260px;
	}

	.annotations-guide-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		position: static;
	}

	.annotations-guide-nav a { white-space: nowrap; }
}

@media (max-width: 767px) {
	.annotations-guide-visual { padding: 16px 14px 14px; }
	.annotations-guide-chart { height: 170px; margin-top: 70px; }
	.annotations-guide-popup { width: 74%; }
	.annotations-guide-tag.is-promotion { display: none; }

	.annotations-guide-kinds,
	.annotations-guide-workspace,
	.annotations-guide-dates {
		grid-template-columns: 1fr;
	}

	.annotations-guide-lane,
	.annotations-guide-audience,
	.annotations-guide-impact { padding: 18px; }

	/* The name keeps the full width; the bar runs under it. */
	.annotations-guide-audience-row {
		gap: 6px 8px;
		grid-template-areas: "name pct status" "bar bar bar";
		grid-template-columns: minmax(0, 1fr) 34px auto;
	}
	.annotations-guide-audience-name { grid-area: name; }
	.annotations-guide-audience-bar { grid-area: bar; }
	.annotations-guide-audience-row b { grid-area: pct; }
	.annotations-guide-audience-row em { grid-area: status; }
	.annotations-guide-cta-actions { justify-content: stretch; width: 100%; }
	.annotations-guide-cta-actions .btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.annotations-guide-page * { transition: none !important; }
}
