/* Long-form editorial content. Loaded with the theme stylesheet, without a script. */
.tz-article-content > * {
	max-width: 100%;
}

.tz-article-content figure {
	margin: 2rem 0;
}

.tz-article-content figcaption {
	margin-top: .6rem;
	color: var(--tz-muted);
	font-family: system-ui, sans-serif;
	font-size: .78rem;
	line-height: 1.45;
}

.tz-article-content img {
	height: auto;
	max-width: 100%;
}

.tz-article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	font-family: system-ui, sans-serif;
	font-size: .88rem;
}

.tz-article-content th,
.tz-article-content td {
	padding: .7rem .85rem;
	border: 1px solid var(--tz-line);
	text-align: left;
}

.tz-article-content th {
	background: var(--tz-paper);
	font-weight: 700;
}

.tz-article-content pre {
	overflow-x: auto;
	padding: 1.25rem;
	background: var(--tz-dark);
	color: var(--tz-paper);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .85rem;
	line-height: 1.6;
}

.tz-article-content code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .9em;
}

.tz-article-content ul,
.tz-article-content ol {
	padding-left: 1.4rem;
}

.tz-related-stories {
	max-width: 780px;
	margin-inline: auto;
	padding-top: 1.75rem;
	border-top: 2px solid var(--tz-ink);
}

.tz-related-stories h2 {
	margin: .35rem 0 1.2rem;
	font-family: Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -.04em;
}

.tz-related-stories ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-related-stories li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	padding: .9rem 0;
	border-top: 1px solid var(--tz-line);
}

.tz-related-stories a {
	font-family: Georgia, serif;
	font-size: 1.12rem;
	line-height: 1.15;
	text-decoration: none;
}

.tz-related-stories time {
	align-self: center;
	color: var(--tz-muted);
	font-family: system-ui, sans-serif;
	font-size: .72rem;
	white-space: nowrap;
}

.tz-article-sidebar .tz-latest-stories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-article-sidebar .tz-latest-stories li {
	padding: .9rem 0;
	border-bottom: 1px solid var(--tz-line);
}

.tz-article-sidebar .tz-latest-stories a {
	display: block;
	font-family: Georgia, serif;
	font-size: 1rem;
	line-height: 1.15;
	text-decoration: none;
}

.tz-article-sidebar .tz-latest-stories time {
	display: block;
	margin-top: .35rem;
	color: var(--tz-muted);
	font-family: system-ui, sans-serif;
	font-size: .7rem;
}

/* Legacy Valenti content compatibility */
.tz-article-content .tz-legacy-column {
	display: inline-block;
	margin: 1.5rem 0;
	padding-right: 1.5rem;
	vertical-align: top;
}

.tz-article-content .tz-legacy-column.is-one-half {
	width: 50%;
}

.tz-article-content .tz-legacy-column.is-one-third {
	width: 33.333%;
}

.tz-article-content .tz-legacy-column.is-two-thirds {
	width: 66.667%;
}

.tz-article-content .tz-legacy-column.is-one-fourth {
	width: 25%;
}

.tz-article-content .tz-legacy-column.is-three-fourths {
	width: 75%;
}

.tz-article-content .tz-legacy-alert {
	margin: 1.5rem 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid var(--tz-accent);
	background: var(--tz-paper);
	font-family: system-ui, sans-serif;
	font-size: .95rem;
	line-height: 1.55;
}

.tz-article-content .tz-legacy-alert.is-yellow,
.tz-article-content .tz-legacy-alert.is-warning {
	border-left-color: #b98218;
	background: #fff6d8;
}

.tz-article-content .tz-legacy-alert.is-red,
.tz-article-content .tz-legacy-alert.is-error {
	border-left-color: #b74625;
	background: #fbe8e1;
}

.tz-article-content .tz-legacy-alert.is-green,
.tz-article-content .tz-legacy-alert.is-success {
	border-left-color: #3e7b58;
	background: #e8f3eb;
}

.tz-article-content .tz-legacy-button {
	display: inline-block;
	margin: .35rem .35rem .35rem 0;
	padding: .7rem 1rem;
	background: var(--tz-dark);
	color: #fff;
	font-family: system-ui, sans-serif;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
}

.tz-article-content .tz-legacy-button.is-light {
	border: 1px solid var(--tz-dark);
	background: transparent;
	color: var(--tz-dark);
}

.tz-article-content .tz-legacy-button.is-large {
	padding: .9rem 1.25rem;
	font-size: .92rem;
}

.tz-article-content .tz-legacy-button:hover {
	background: var(--tz-accent);
	color: #fff;
}

@media (max-width: 600px) {
	.tz-article-content .tz-legacy-column {
		display: block;
		margin: 1rem 0;
		padding-right: 0;
		width: 100% !important;
	}

	.tz-article-content figure {
		margin: 1.5rem 0;
	}

	.tz-related-stories li {
		grid-template-columns: 1fr;
		gap: .35rem;
	}
}
