.sitewide-ai-news {
	--ai-news-accent: #245b43;
	--ai-news-accent-active: #248761;
	--ai-news-bg-soft: #f6f8f7;
	--ai-news-bg-hover: #eef4f0;
	--ai-news-border: #ced0d6;
	--ai-news-border-soft: #e0e4e1;
	--ai-news-text: #202124;
	--ai-news-muted: #5f6368;
	--ai-news-faint: #8a8f8c;
	box-sizing: border-box;
	color: var(--ai-news-text);
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin: 0 0 18px;
	min-width: 0;
	width: 100%;
}

.sitewide-ai-news *,
.sitewide-ai-news *::before,
.sitewide-ai-news *::after {
	box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
	.rightbar {
		margin: .5rem 0 0 6px;
		width: 340px;
	}

	.main-news-rightbar {
		top: 24px;
	}

	.sitewide-ai-news[data-page-type="news.home"] {
		margin-top: -8px;
	}

	.sitewide-ai-news[data-page-type^="news."]:not([data-page-type="news.home"]) {
		margin-top: 10px;
	}

	.sitewide-ai-news .sitewide-ai-news__card {
		height: auto;
		/* vh line is the fallback for browsers without dvh — both carry the same
		   offset so the card is not shorter there. */
		max-height: calc(100vh - 39px);
		max-height: calc(100dvh - 39px);
		min-height: 0;
	}

	.rightbar > .sticky-top-wrap.sitewide-ai-news-rail-fixed {
		flex: none;
		left: var(--sitewide-ai-news-rail-left);
		max-height: calc(100vh - var(--sitewide-ai-news-rail-top) - 24px);
		overflow-y: auto;
		overscroll-behavior: contain;
		position: fixed;
		top: var(--sitewide-ai-news-rail-top);
		width: var(--sitewide-ai-news-rail-width);
		z-index: 20;
	}

	.rightbar > .sticky-top-wrap.sitewide-ai-news-rail-stopped {
		flex: none;
		left: 0;
		position: absolute;
		top: var(--sitewide-ai-news-rail-stop);
		width: 100%;
		z-index: 20;
	}
}

.sitewide-ai-news__card {
	background: #fff;
	/* Owner 2026-08-05: flat card — a single left rule, no radius, no shadow. */
	border-left: 1px solid var(--ai-news-border);
	border-radius: unset;
	display: flex;
	flex-direction: column;
	max-height: min(680px, calc(100vh - 100px));
	min-height: min(560px, calc(100vh - 130px));
	overflow: hidden;
}

.sitewide-ai-news__header {
	align-items: center;
	border-bottom: 0;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	justify-content: space-between;
	padding: 8px 18px 13px;
}

.sitewide-ai-news__brand {
	color: var(--ai-news-muted);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .04em;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.sitewide-ai-news__header h2 {
	color: var(--ai-news-text);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

.sitewide-ai-news__header-actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.sitewide-ai-news__review-action {
	background: #eef4f0;
	border: 1px solid #c8d9cf;
	border-radius: 999px;
	color: var(--ai-news-accent);
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 11px;
}

.sitewide-ai-news__review-action:hover,
.sitewide-ai-news__review-action:focus-visible {
	background: #e1ece6;
}

.sitewide-ai-news__header .sitewide-ai-news__icon-button {
	height: 32px;
	width: 32px;
}

.sitewide-ai-news button,
.sitewide-ai-news input,
.sitewide-ai-news select,
.sitewide-ai-news textarea {
	font-family: inherit;
}

.sitewide-ai-news button {
	-webkit-tap-highlight-color: transparent;
}

.sitewide-ai-news__icon-button,
.sitewide-ai-news__send {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--ai-news-muted);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.sitewide-ai-news__icon-button:hover,
.sitewide-ai-news__icon-button:focus-visible {
	background: #f1f3f4;
	color: var(--ai-news-text);
}

.sitewide-ai-news__icon-button svg,
.sitewide-ai-news__send svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.sitewide-ai-news__scroll {
	flex: 0 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 4px 18px 2px;
}

.sitewide-ai-news__context-heading {
	color: var(--ai-news-text);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 14px;
}

.sitewide-ai-news__prompts {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.sitewide-ai-news__prompt-row {
	align-items: stretch;
	background: var(--ai-news-bg-soft);
	border-radius: 10px;
	display: flex;
	min-width: 0;
	overflow: hidden;
}

.sitewide-ai-news__prompt,
.sitewide-ai-news__quick-action,
.sitewide-ai-news__follow-up {
	border: 0;
	color: var(--ai-news-text);
	cursor: pointer;
	text-align: left;
}

.sitewide-ai-news__prompt {
	align-items: center;
	background: transparent;
	display: flex;
	flex: 1 1 auto;
	font-size: 13.5px;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.4;
	min-height: 58px;
	padding: 14px 12px 14px 16px;
}

.sitewide-ai-news__prompt:hover,
.sitewide-ai-news__prompt:focus-visible,
.sitewide-ai-news__prompt-row:focus-within {
	background: var(--ai-news-bg-hover);
	color: var(--ai-news-text);
}

.sitewide-ai-news__prompt-icon {
	align-items: center;
	background: #e4ede8;
	border-radius: 50%;
	color: var(--ai-news-accent);
	display: inline-flex;
	flex: 0 0 auto;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.sitewide-ai-news__prompt-icon svg {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.sitewide-ai-news__dismiss {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--ai-news-faint);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 44px;
	justify-content: center;
	margin-right: 4px;
	width: 32px;
}

.sitewide-ai-news__dismiss:hover,
.sitewide-ai-news__dismiss:focus-visible {
	background: #e0eae4;
	color: var(--ai-news-text);
}

.sitewide-ai-news__section-label {
	color: #65736c;
	font-size: 12px;
	margin: 20px 0 10px;
}

.sitewide-ai-news__quick-actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 6px;
}

.sitewide-ai-news__quick-action {
	align-items: center;
	background: #eef1ef;
	border-radius: 9px;
	display: inline-flex;
	font-size: 13.5px;
	font-weight: 500;
	gap: 9px;
	line-height: 1.35;
	min-height: 44px;
	padding: 9px 16px 9px 13px;
}

.sitewide-ai-news__quick-action:hover,
.sitewide-ai-news__quick-action:focus-visible {
	background: #e2eae5;
	color: var(--ai-news-text);
}

.sitewide-ai-news__quick-action svg,
.sitewide-ai-news__follow-up svg {
	fill: currentColor;
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

.sitewide-ai-news__conversation {
	display: flex;
	flex-direction: column;
	padding-bottom: 12px;
}

.sitewide-ai-news__conversation[hidden] {
	display: none;
}

.sitewide-ai-news__review[hidden],
.sitewide-ai-news__composer[hidden] {
	display: none;
}

.sitewide-ai-news__review {
	padding-bottom: 16px;
}

.sitewide-ai-news__review-heading,
.sitewide-ai-news__review-item-top,
.sitewide-ai-news__review-actions,
.sitewide-ai-news__review-snapshot {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.sitewide-ai-news__review-heading {
	border-bottom: 1px solid var(--ai-news-border-soft);
	margin-bottom: 14px;
	padding-bottom: 12px;
}

.sitewide-ai-news__review-kicker {
	color: var(--ai-news-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.sitewide-ai-news__review h3,
.sitewide-ai-news__review h4 {
	margin: 0;
}

.sitewide-ai-news__review h3 {
	font-size: 20px;
	font-weight: 500;
}

.sitewide-ai-news__review h4 {
	font-size: 15px;
	font-weight: 600;
}

.sitewide-ai-news__review-snapshot {
	align-items: flex-start;
	background: #f1f6f3;
	border: 1px solid #d5e2da;
	border-radius: 9px;
	flex-direction: column;
	font-size: 11.5px;
	justify-content: flex-start;
	margin-bottom: 14px;
	padding: 10px 12px;
}

.sitewide-ai-news__review-section {
	border-top: 1px solid var(--ai-news-border-soft);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
	padding-top: 14px;
}

.sitewide-ai-news__review-section:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.sitewide-ai-news__review-item,
.sitewide-ai-news__review-source {
	background: #f8faf9;
	border: 1px solid #dce4df;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 12px;
}

.sitewide-ai-news__review-original {
	background: #fff;
	border-left: 3px solid #a9bdb2;
	font-size: 12.5px;
	line-height: 1.45;
	margin: 0;
	padding: 8px 10px;
	white-space: pre-wrap;
}

.sitewide-ai-news__review-field {
	color: var(--ai-news-muted);
	display: flex;
	flex-direction: column;
	font-size: 11.5px;
	gap: 4px;
}

.sitewide-ai-news__review-field input,
.sitewide-ai-news__review-field select,
.sitewide-ai-news__review-field textarea {
	background: #fff;
	border: 1px solid #cdd7d1;
	border-radius: 7px;
	color: var(--ai-news-text);
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 9px;
	resize: vertical;
	width: 100%;
}

.sitewide-ai-news__review-order {
	display: flex;
	gap: 4px;
}

.sitewide-ai-news__review-move {
	background: #fff;
	border: 1px solid #ccd8d1;
	border-radius: 6px;
	color: var(--ai-news-muted);
	cursor: pointer;
	height: 28px;
	width: 30px;
}

.sitewide-ai-news__review-registry {
	color: var(--ai-news-muted);
	font-size: 11px;
	line-height: 1.45;
	margin: 0;
}

.sitewide-ai-news__review-actions {
	align-items: stretch;
	border-top: 1px solid var(--ai-news-border-soft);
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 18px;
	padding-top: 14px;
}

.sitewide-ai-news__review-primary {
	background: var(--ai-news-accent);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 14px;
}

.sitewide-ai-news__review-actions a {
	align-self: center;
	color: var(--ai-news-accent);
	font-size: 12px;
	margin-left: auto;
}

.sitewide-ai-news__turn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sitewide-ai-news__question {
	align-self: flex-end;
	background: var(--ai-news-bg-hover);
	border-radius: 14px 14px 4px 14px;
	font-size: 14.5px;
	line-height: 1.45;
	max-width: 90%;
	padding: 13px 16px;
}

.sitewide-ai-news__time {
	align-self: flex-end;
	color: var(--ai-news-muted);
	font-size: 11.5px;
}

.sitewide-ai-news__answer {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
	max-width: 680px;
	overflow-wrap: anywhere;
}

.sitewide-ai-news__answer p {
	margin: 0 0 12px;
}

.sitewide-ai-news__answer-intro {
	font-size: 14.5px;
	line-height: 1.6;
	margin-bottom: 12px;
}

.sitewide-ai-news__answer-line {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.sitewide-ai-news__answer-dots {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.sitewide-ai-news__answer-dot {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.5;
}

.sitewide-ai-news__answer-dot > span:first-child {
	background: var(--ai-news-accent);
	border-radius: 50%;
	flex: 0 0 auto;
	height: 5px;
	margin-top: 7px;
	width: 5px;
}

.sitewide-ai-news__answer-status {
	color: var(--ai-news-muted);
	font-size: 12px;
	margin-bottom: 10px;
}

.sitewide-ai-news__thinking {
	align-items: center;
	display: flex;
	gap: 5px;
	min-height: 24px;
}

.sitewide-ai-news__thinking span {
	animation: sitewideAiNewsDot 1.2s infinite;
	background: var(--ai-news-accent);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.sitewide-ai-news__thinking span:nth-child(2) {
	animation-delay: .2s;
}

.sitewide-ai-news__thinking span:nth-child(3) {
	animation-delay: .4s;
}

.sitewide-ai-news__evidence-count {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 16px;
}

.sitewide-ai-news__evidence-count img {
	display: block;
	height: 14px;
	width: 13px;
}

.sitewide-ai-news__sources {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sitewide-ai-news__source {
	border: 1px solid #e2e6e3;
	border-radius: 10px;
	color: var(--ai-news-text);
	display: block;
	padding: 14px 16px;
	text-decoration: none;
}

.sitewide-ai-news__source:hover,
.sitewide-ai-news__source:focus-visible {
	border-color: #b9cec4;
	color: var(--ai-news-accent);
	text-decoration: none;
}

.sitewide-ai-news__source-title {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.sitewide-ai-news__source-meta {
	align-items: center;
	color: var(--ai-news-muted);
	display: flex;
	font-size: 13px;
	gap: 8px;
}

.sitewide-ai-news__source-meta img {
	display: block;
	height: 13px;
	width: 12px;
}

.sitewide-ai-news__no-evidence {
	border: 1px solid var(--ai-news-border-soft);
	border-radius: 10px;
	color: var(--ai-news-muted);
	font-size: 12.5px;
	margin-top: 16px;
	padding: 12px 14px;
}

.sitewide-ai-news__timeline {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
}

.sitewide-ai-news__timeline li {
	display: grid;
	/* Date column sizes to its content: weekly indexes print «May 29, 2026»,
	   which wrapped onto two lines inside the handoff's fixed 74px. */
	grid-template-columns: max-content 16px minmax(0, 1fr);
	gap: 10px;
}

.sitewide-ai-news__timeline-date {
	color: var(--ai-news-muted);
	font-size: 12px;
	font-weight: 600;
	padding-top: 2px;
}

.sitewide-ai-news__timeline-marker {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sitewide-ai-news__timeline-marker::before {
	background: #fff;
	border: 2px solid var(--ai-news-accent);
	border-radius: 50%;
	content: "";
	height: 9px;
	margin-top: 4px;
	width: 9px;
}

.sitewide-ai-news__timeline-marker::after {
	background: #dfe4e1;
	content: "";
	flex: 1 1 auto;
	min-height: 12px;
	width: 1px;
}

.sitewide-ai-news__timeline li:last-child .sitewide-ai-news__timeline-marker::after {
	display: none;
}

.sitewide-ai-news__timeline-body {
	border-bottom: 1px solid transparent;
	color: var(--ai-news-text);
	font-size: 13.5px;
	/* Shrink to the text so the hover underline sits under the value itself,
	   not stretched across the whole grid column. */
	justify-self: start;
	line-height: 1.5;
	padding-bottom: 8px;
	text-decoration: none;
}

a.sitewide-ai-news__timeline-body:hover,
a.sitewide-ai-news__timeline-body:focus-visible {
	border-color: #b9cec4;
	color: var(--ai-news-accent);
	text-decoration: none;
}

/* The newest periods of Analytics trade/production rows are the subscriber
   product: the value is withheld server-side, the row says so quietly. */
.sitewide-ai-news__timeline-locked {
	color: #65736c;
	font-style: italic;
}

/* A fact line that carries its source article: reads as text, reveals the link
   on hover — the answer stays an answer, not a list of blue links. */
.sitewide-ai-news__fact-link {
	border-bottom: 1px solid #d6e2dc;
	color: var(--ai-news-text);
	text-decoration: none;
}

.sitewide-ai-news__fact-link:hover,
.sitewide-ai-news__fact-link:focus-visible {
	border-color: #b9cec4;
	color: var(--ai-news-accent);
}

.sitewide-ai-news__latest {
	color: var(--ai-news-accent);
	display: block;
	font-size: 11.5px;
	font-weight: 600;
	margin-top: 3px;
}

.sitewide-ai-news__timeline-note {
	color: var(--ai-news-muted);
	font-size: 12px;
	margin-top: 4px;
}

.sitewide-ai-news__follow-ups {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 22px 0 4px;
}

.sitewide-ai-news__follow-up {
	align-items: flex-start;
	background: transparent;
	color: var(--ai-news-accent);
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 12px;
	line-height: 1.45;
	min-height: 0;
	padding: 0;
}

.sitewide-ai-news__follow-up svg {
	margin-top: 2px;
}

.sitewide-ai-news__answer-divider {
	background: #e8eaed;
	height: 1px;
	margin: 22px 0 16px;
}

.sitewide-ai-news__limitation {
	color: var(--ai-news-muted);
	font-size: 12.5px;
	line-height: 1.5;
	margin: 14px 0 0 !important;
}

.sitewide-ai-news__feedback {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: flex-end;
	margin-top: 14px;
}

.sitewide-ai-news__feedback-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--ai-news-muted);
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	padding: 0;
	width: 30px;
}

.sitewide-ai-news__feedback-button:hover,
.sitewide-ai-news__feedback-button:focus-visible {
	background: #f1f3f4;
	color: var(--ai-news-text);
}

.sitewide-ai-news__feedback-button svg {
	height: 18px;
	width: 18px;
}

.sitewide-ai-news__composer {
	background: var(--ai-news-bg-soft);
	border: 1px solid var(--ai-news-border-soft);
	border-radius: 20px;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 8px;
	margin: 14px 18px 0;
	padding: 14px 12px 10px 16px;
}

.sitewide-ai-news__context-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 4px;
}

.sitewide-ai-news__context-chips[hidden] {
	display: none;
}

.sitewide-ai-news__context-chip {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe3e0;
	border-radius: 9px;
	color: #17251f;
	display: inline-flex;
	font-size: 12.5px;
	gap: 8px;
	max-width: 100%;
	padding: 6px 8px 6px 9px;
}

/* Archive mode chip per handoff: green-tinted, magnifier in brand green. */
.sitewide-ai-news__context-chip--archive {
	background: #eef4f0;
	border-color: #cfe0d7;
}

.sitewide-ai-news__context-chip svg {
	color: #248761;
	fill: currentColor;
	flex: 0 0 auto;
	height: 15px;
	width: 15px;
}

.sitewide-ai-news__context-chip-meta {
	color: var(--ai-news-faint);
	font-size: 11.5px;
	white-space: nowrap;
}

.sitewide-ai-news__context-chip-remove {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--ai-news-faint);
	cursor: pointer;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	padding: 0;
	width: 18px;
}

.sitewide-ai-news__context-chip-remove:hover,
.sitewide-ai-news__context-chip-remove:focus-visible {
	background: #eef1ef;
	color: var(--ai-news-text);
}

/* Handoff README: the composer border deliberately does NOT change on focus —
   the only focus signal is the send button turning green (rule below). */

.sitewide-ai-news__composer textarea {
	background: transparent;
	border: 0;
	color: var(--ai-news-text);
	font-size: 15px;
	line-height: 1.5;
	min-height: 72px;
	outline: 0;
	padding: 0;
	resize: none;
	width: 100%;
}

.sitewide-ai-news__composer textarea::placeholder {
	color: var(--ai-news-faint);
}

.sitewide-ai-news__composer-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sitewide-ai-news__composer .sitewide-ai-news__icon-button {
	height: 30px;
	width: 30px;
}

.sitewide-ai-news__menu-wrap {
	position: relative;
}

.sitewide-ai-news__menu {
	background: #fff;
	border: 1px solid #dfe3e0;
	border-radius: 14px;
	bottom: 48px;
	box-shadow: 0 10px 28px rgba(17, 24, 39, .14);
	display: flex;
	flex-direction: column;
	left: 0;
	min-width: 236px;
	padding: 6px;
	position: absolute;
	z-index: 8;
}

.sitewide-ai-news__menu[hidden] {
	display: none;
}

.sitewide-ai-news__menu button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 9px;
	color: #17251f;
	cursor: pointer;
	display: flex;
	font-size: 13.5px;
	gap: 11px;
	min-height: 44px;
	padding: 10px 12px;
	text-align: left;
}

.sitewide-ai-news__menu button svg {
	color: #245b43;
	fill: currentColor;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.sitewide-ai-news__menu button:hover,
.sitewide-ai-news__menu button:focus-visible {
	background: var(--ai-news-bg-hover);
	color: #17251f;
}

.sitewide-ai-news__send {
	background: var(--ai-news-accent-active);
	color: #fff;
	height: 38px;
	width: 38px;
}

.sitewide-ai-news__send:disabled {
	background: #e6e9e7;
	color: #9aa0a6;
	cursor: default;
}

.sitewide-ai-news__composer:focus-within .sitewide-ai-news__send:disabled {
	background: #248761;
	color: #fff;
}

.sitewide-ai-news__support-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 8px 18px 0;
	padding: 0;
	border: 0;
	background: none;
	color: #1a73e8;
	font-size: 13.5px;
	line-height: 1.4;
	cursor: pointer;
	font-family: inherit;
}

.sitewide-ai-news__support-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
	flex-shrink: 0;
}

.sitewide-ai-news__support-link:hover span {
	text-decoration: underline;
}

.sitewide-ai-news__disclaimer {
	color: var(--ai-news-faint);
	font-size: 11px;
	line-height: 1.4;
	margin: 9px 18px;
}

.sitewide-ai-news__status {
	color: var(--ai-news-muted);
	font-size: 12px;
	min-height: 18px;
	margin: 4px 18px 12px;
}

.sitewide-ai-news__status:empty {
	display: none;
}

.sitewide-ai-news__tools {
	background: #fafbfa;
	border: 1px solid var(--ai-news-border-soft);
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 12px;
	padding: 12px;
}

.sitewide-ai-news__tools[hidden] {
	display: none;
}

.sitewide-ai-news__task {
	color: var(--ai-news-muted);
	margin-bottom: 10px;
}

.sitewide-ai-news__check {
	align-items: center;
	display: flex;
	gap: 8px;
	min-height: 44px;
}

.sitewide-ai-news__correction {
	border-top: 1px solid var(--ai-news-border-soft);
	display: grid;
	gap: 8px;
	margin-top: 8px;
	padding-top: 10px;
}

.sitewide-ai-news__correction label {
	display: grid;
	gap: 4px;
}

.sitewide-ai-news__correction input,
.sitewide-ai-news__correction select {
	background: #fff;
	border: 1px solid var(--ai-news-border);
	border-radius: 8px;
	min-height: 44px;
	padding: 7px 9px;
	width: 100%;
}

.sitewide-ai-news__text-button {
	background: var(--ai-news-accent);
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	min-height: 44px;
	padding: 9px 13px;
}

.sitewide-ai-news__sr-only {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.sitewide-ai-news button:focus-visible,
.sitewide-ai-news a:focus-visible,
.sitewide-ai-news input:focus-visible,
.sitewide-ai-news select:focus-visible,
.sitewide-ai-news textarea:focus-visible,
.sitewide-ai-owner-diagnostics summary:focus-visible {
	outline: 3px solid rgba(0, 141, 129, .45);
	outline-offset: 2px;
}

.sitewide-ai-owner-diagnostics {
	background: #fff;
	border: 1px solid #b8c2bd;
	border-radius: 8px;
	color: #202124;
	font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
	margin: 0 0 18px;
	max-width: 100%;
	padding: 8px;
}

.sitewide-ai-owner-diagnostics pre {
	max-height: 420px;
	overflow: auto;
	white-space: pre-wrap;
}

/* Approved standalone typography. Keep all News AI text styles here. */
.sitewide-ai-news,
.sitewide-ai-news button,
.sitewide-ai-news input,
.sitewide-ai-news select,
.sitewide-ai-news textarea {
	font-family: Roboto, Arial, sans-serif;
	font-style: normal;
}

.sitewide-ai-news__header h2 {
	color: #202124;
	font-family: Roboto, Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.1;
}

.sitewide-ai-news__context-heading {
	color: #202124;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__prompt {
	color: #202124;
	font-size: 13.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.4;
}

.sitewide-ai-news__section-label {
	color: #65736c;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__quick-action {
	color: #202124;
	font-size: 13.5px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.35;
}

.sitewide-ai-news__question {
	color: #202124;
	font-size: 14.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.45;
}

.sitewide-ai-news__time {
	color: #5f6368;
	font-size: 11.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__evidence-count {
	color: #202124;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__answer > p {
	color: #202124;
	font-size: 14.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6;
}

.sitewide-ai-news__answer li {
	color: #202124;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.6;
}

.sitewide-ai-news__timeline-date {
	color: #5f6368;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: normal;
}

.sitewide-ai-news__timeline-body {
	color: #202124;
	font-size: 13.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
}

.sitewide-ai-news__follow-up {
	color: #245b43;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.45;
}

.sitewide-ai-news__source-title {
	color: #5f6368;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.4;
}

.sitewide-ai-news__source-meta {
	color: #5f6368;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__timeline-note,
.sitewide-ai-news__no-evidence {
	color: #5f6368;
	font-size: 12.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
}

.sitewide-ai-news__context-chip {
	color: #17251f;
	font-size: 12.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__context-chip-meta {
	color: #8a8f8c;
	font-size: 11.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__composer textarea {
	color: #202124;
	font-family: Roboto, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
}

.sitewide-ai-news__menu button {
	color: #17251f;
	font-size: 13.5px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news__disclaimer {
	color: #8a8f8c;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
}

.sitewide-ai-news.is-expanded .sitewide-ai-news__card {
	max-height: none;
	min-height: min(760px, calc(100vh - 100px));
}

@media screen and (min-width: 1200px) {
	.sitewide-ai-news.is-expanded {
		margin-top: 24px;
	}

	.sitewide-ai-news[data-page-type="news.home"].is-expanded {
		margin-top: 16px;
	}
}

.sitewide-ai-news.is-expanded .sitewide-ai-news__scroll {
	flex: 1 1 auto;
	padding-bottom: 0;
}

.content-wrap.sitewide-ai-news-workspace-open > .content {
	display: block;
}

.content-wrap.sitewide-ai-news-workspace-open > .content > :not(aside.rightbar) {
	display: none;
}

.content-wrap.sitewide-ai-news-workspace-open > .content > aside.rightbar {
	bottom: auto;
	left: auto;
	margin-left: 0;
	margin-right: 24px;
	position: relative;
	top: auto;
	width: calc(100vw - 274px);
}

.content-wrap.sitewide-ai-news-workspace-direct > :not(aside.sitewide-ai-news-sidebar-open) {
	display: none;
}

.content-wrap.sitewide-ai-news-workspace-direct > aside.sitewide-ai-news-sidebar-open {
	bottom: auto;
	flex: 0 0 calc(100% - var(--sitewide-ai-news-workspace-left, 250px) - var(--sitewide-ai-news-workspace-right, 14px));
	left: auto;
	margin-left: var(--sitewide-ai-news-workspace-left, 250px);
	margin-right: var(--sitewide-ai-news-workspace-right, 14px);
	position: relative;
	top: auto;
	width: calc(100% - var(--sitewide-ai-news-workspace-left, 250px) - var(--sitewide-ai-news-workspace-right, 14px));
}

.content-wrap.sitewide-ai-news-workspace-open > .content > aside.rightbar > .sitewide-ai-news ~ * {
	display: none !important;
}

.sitewide-ai-news.is-expanded .sitewide-ai-news__prompts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@keyframes sitewideAiNewsDot {
	0%, 80%, 100% { opacity: .25; }
	40% { opacity: 1; }
}

@media (max-width: 1199px) {
	.sitewide-ai-news {
		margin-top: 24px;
	}

	.sitewide-ai-news__card {
		max-height: none;
		min-height: 480px;
	}

	.content-wrap.sitewide-ai-news-workspace-open > .content {
		display: block;
	}

	.content-wrap.sitewide-ai-news-workspace-open > .content > :not(aside.rightbar) {
		display: block;
	}

	.content-wrap.sitewide-ai-news-workspace-open > .content > aside.rightbar {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}

@media (max-width: 699px) {
	.sitewide-ai-news {
		margin: 18px 0;
	}

	.sitewide-ai-news__card {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		box-shadow: none;
		min-height: 460px;
	}

	.sitewide-ai-news__header,
	.sitewide-ai-news__scroll {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sitewide-ai-news__composer {
		margin-left: 16px;
		margin-right: 16px;
	}

	.sitewide-ai-news__question {
		max-width: 94%;
	}

	.sitewide-ai-news__timeline li {
		grid-template-columns: 66px 14px minmax(0, 1fr);
		gap: 7px;
	}

	.content-wrap.sitewide-ai-news-workspace-open > .content > aside.rightbar {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sitewide-ai-news__thinking span {
		animation-duration: 2.4s;
	}
}

/* D++: human workflow cards and async answers inside knowledge turns */
.sitewide-ai-news__workflow-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 4px 0;
}
.sitewide-ai-news__workflow-cta {
	align-self: flex-start;
	align-items: center;
	background: #00a193;
	border: 0;
	border-radius: 999px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	height: 30px;
	justify-content: center;
	min-width: 120px;
	padding: 0 26px;
	text-decoration: none;
	transition: background .15s;
	white-space: nowrap;
}
.sitewide-ai-news__workflow-cta:hover {
	background: #008d81;
	color: #fff !important;
	text-decoration: none;
}
.sitewide-ai-news__workflow-cta:disabled {
	cursor: default;
	opacity: .55;
}

/* Series hand-off to Analytics (blue, Analytics-sourced rows only) */
.sitewide-ai-news__analytics-more {
	color: #1a73e8 !important;
	font-size: 13.5px;
	font-weight: 500;
	text-decoration: none;
}
.sitewide-ai-news__analytics-more:hover {
	text-decoration: underline;
}

/* Directory answer: first companies of the country listing, numbered.
   Tight rows here only — bullet answers keep the wider paragraph rhythm. */
.sitewide-ai-news__company-list {
	list-style: decimal;
	margin: 4px 0 0;
	padding-left: 22px;
}
.sitewide-ai-news__answer .sitewide-ai-news__company-list li {
	margin: 0 0 2px;
}
.sitewide-ai-news__answer .sitewide-ai-news__company-list li:last-child {
	margin: 0 0 10px;
}
.sitewide-ai-news__company-row {
	margin: 0;
}
.sitewide-ai-news__company-row a {
	color: #202124;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 150ms ease, border-color 150ms ease;
}
.sitewide-ai-news__company-row a:hover {
	color: #245b43;
	border-color: #b9cec4;
}
.sitewide-ai-news__company-all {
	color: #245b43 !important;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.sitewide-ai-news__company-all:hover {
	text-decoration: underline;
}

/* Answer rating (handoff): thumbs at the end of the answer, right aligned */
.sitewide-ai-news__feedback {
	display: flex;
	gap: 6px;
	justify-content: flex-end;
	margin-top: 14px;
}
.sitewide-ai-news__feedback-button.is-selected {
	background: #e4ede8;
	color: var(--ai-news-accent);
}
.sitewide-ai-news__feedback.is-voted .sitewide-ai-news__feedback-button:not(.is-selected) {
	opacity: .35;
	pointer-events: none;
}

/* «Beta» in the panel title reads as a qualifier, not part of the name */
.sitewide-ai-news__beta {
	color: #65736c;
}

/* Message-to-company form inside the panel (owner, 2026-08-06) */
.sitewide-ai-news__message-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sitewide-ai-news__message-field {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 13px;
	color: #65736c;
}

.sitewide-ai-news__message-field[hidden] {
	display: none;
}

.sitewide-ai-news__message-field input {
	height: 36px;
}

.sitewide-ai-news__message-field input,
.sitewide-ai-news__message-field textarea {
	font: inherit;
	color: #12211a;
	padding: 6px 10px;
	border: 1px solid #d7ded9;
	border-radius: 8px;
	background: #fff;
	resize: vertical;
	/* A textarea sizes itself by `cols` unless told otherwise, which left the
	   message box half the width of every input above it. */
	width: 100%;
	box-sizing: border-box;
}

.sitewide-ai-news__message-field input:focus,
.sitewide-ai-news__message-field textarea:focus {
	outline: 2px solid #2f6b4f;
	outline-offset: -1px;
}

.sitewide-ai-news__message-form button[disabled] {
	opacity: .6;
	cursor: default;
}
