@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

@font-face {
	font-family: "Onest";
	src: url("../fonts/onest-400.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:is(.post-content.editor-content, .editor-styles-wrapper) {
	--article-ink: var(--vx-ink, #141414);
	--article-muted: var(--vx-muted, #616161);
	--article-line: var(--vx-line, #cfcfca);
	--article-panel: var(--vx-panel, #ececea);
	--article-panel-2: var(--vx-panel-2, #e0e0de);
	--article-accent: var(--vx-accent, #e26419);
	--article-display: "Russo One", "Onest", Arial, sans-serif;
	--article-body: "Onest", Arial, sans-serif;
	--article-space-xs: 8px;
	--article-space-sm: 12px;
	--article-space-md: 24px;
	--article-space-lg: clamp(32px, 4vw, 48px);
	--article-space-xl: clamp(48px, 6vw, 72px);
	color: var(--article-ink);
	font-family: var(--article-body);
	font-kerning: normal;
}

.editor-styles-wrapper {
	padding-inline: clamp(20px, 5vw, 72px) !important;
	background: #f4f4f1;
}

:is(.post-content.editor-content, .editor-styles-wrapper) > * {
	box-sizing: border-box;
}

:is(.post-content.editor-content, .editor-styles-wrapper) > :is(p, ul, ol, h2, h3, h4, h5, h6) {
	max-width: 68ch;
}

:is(.post-content.editor-content, .editor-styles-wrapper) > p {
	margin-block: 0 1.45em;
	color: var(--article-muted);
	font-size: inherit;
	line-height: 1.75;
	text-wrap: pretty;
}

:is(.post-content.editor-content, .editor-styles-wrapper) > p:first-child,
:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-lead,
:is(.post-content.editor-content, .editor-styles-wrapper) .has-large-font-size {
	max-width: 58ch;
	color: var(--article-ink);
	font-size: clamp(20px, 1.45vw, 25px) !important;
	font-weight: 700;
	line-height: 1.48;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .has-drop-cap:not(:focus)::first-letter {
	float: left;
	margin: 0.08em 0 0 calc(-1 * clamp(76px, 8vw, 104px));
	color: var(--article-accent);
	font-family: var(--article-display);
	font-size: 4.2em;
	font-weight: 400;
	line-height: 0.76;
}

:is(.post-content.editor-content, .editor-styles-wrapper) p.has-drop-cap {
	box-sizing: border-box;
	min-height: 4.2em;
	padding-left: clamp(76px, 8vw, 104px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(h2, h3, h4, h5, h6) {
	color: var(--article-ink);
	font-family: var(--article-display);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.08;
	text-wrap: balance;
}

:is(.post-content.editor-content, .editor-styles-wrapper) h2 {
	margin-block: var(--article-space-xl) var(--article-space-md);
	font-size: clamp(32px, 3.2vw, 56px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) h3 {
	margin-block: var(--article-space-lg) 16px;
	font-size: clamp(24px, 2.2vw, 36px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) h4 {
	margin-block: 32px 12px;
	font-size: clamp(20px, 1.6vw, 26px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(ul, ol) {
	display: grid;
	gap: 10px;
	margin-block: 0 var(--article-space-lg);
	padding-left: 1.35em;
	color: var(--article-muted);
}

:is(.post-content.editor-content, .editor-styles-wrapper) li {
	padding-left: 4px;
	line-height: 1.62;
}

:is(.post-content.editor-content, .editor-styles-wrapper) li::marker {
	color: var(--article-accent);
	font-weight: 900;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-checklist {
	padding: 0;
	list-style: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-checklist li {
	position: relative;
	padding: 14px 14px 14px 46px;
	border-top: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-checklist li:last-child {
	border-bottom: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-checklist li::before {
	content: "✓";
	position: absolute;
	top: 13px;
	left: 12px;
	color: var(--article-accent);
	font-family: var(--article-display);
	font-size: 18px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(blockquote, .wp-block-quote) {
	position: relative;
	margin: var(--article-space-lg) 0;
	padding: clamp(24px, 3.5vw, 44px);
	border: 1px solid var(--article-line);
	border-top: 4px solid var(--article-accent);
	background: #fff;
}

/* Override the legacy article quote stripe without affecting quotes elsewhere. */
.vercel-page main:not(.vercel-main) .post-content.editor-content .wp-block-quote {
	border: 1px solid var(--article-line);
	border-top: 4px solid var(--article-accent);
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(blockquote, .wp-block-quote)::before {
	content: "“";
	position: absolute;
	top: 12px;
	right: 20px;
	color: color-mix(in srgb, var(--article-accent) 20%, transparent);
	font-family: var(--article-display);
	font-size: clamp(56px, 7vw, 92px);
	line-height: 0.8;
	pointer-events: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(blockquote, .wp-block-quote) p {
	position: relative;
	max-width: 30ch;
	margin: 0 0 16px;
	color: var(--article-ink);
	font-size: clamp(20px, 1.8vw, 28px);
	font-weight: 700;
	line-height: 1.4;
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(blockquote, .wp-block-quote) cite {
	display: block;
	margin-top: 18px;
	color: var(--article-muted);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-quote.is-style-technical {
	display: grid;
	grid-template-columns: minmax(120px, 0.3fr) minmax(0, 0.7fr);
	gap: var(--article-space-md);
	align-items: end;
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-quote.is-style-technical p {
	grid-column: 2;
	max-width: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-quote.is-style-technical cite {
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-pullquote {
	margin: var(--article-space-xl) 0;
	padding: clamp(28px, 4vw, 48px) 0;
	border-top: 1px solid var(--article-line);
	border-bottom: 1px solid var(--article-line);
	background: transparent;
	color: var(--article-ink);
	text-align: left;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-pullquote blockquote::before {
	display: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-pullquote p {
	max-width: 32ch;
	margin: 0;
	color: var(--article-ink);
	font-family: var(--article-display);
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-pullquote cite {
	display: block;
	margin-top: 20px;
	color: var(--article-accent);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

:is(.post-content.editor-content, .editor-styles-wrapper) figure {
	margin-block: var(--article-space-lg);
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(.wp-block-image, .wp-block-video, .wp-block-embed) img,
:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-video video {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--article-line);
	background: var(--article-panel-2);
}

:is(.post-content.editor-content, .editor-styles-wrapper) figcaption {
	max-width: 72ch;
	margin-top: 10px;
	color: var(--article-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-image.is-style-panorama img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(.alignleft, .alignright) {
	width: min(46%, 360px);
	margin-top: 6px;
	margin-bottom: 24px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .alignleft {
	float: left;
	margin-right: 24px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .alignright {
	float: right;
	margin-left: 24px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.has-nested-images,
:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.is-style-collage {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px !important;
	margin-block: var(--article-space-xl);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.has-nested-images figure.wp-block-image {
	width: 100% !important;
	margin: 0 !important;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.has-nested-images img {
	width: 100% !important;
	height: 100% !important;
	min-height: 220px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.is-style-collage figure:first-child:nth-last-child(3) {
	grid-row: span 2;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.is-style-collage figure:first-child:nth-last-child(3) img {
	aspect-ratio: auto;
}

.post-content.editor-content .wp-block-gallery.is-article-carousel {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.post-content.editor-content .wp-block-gallery.is-article-carousel::-webkit-scrollbar {
	display: none;
}

.post-content.editor-content .wp-block-gallery.is-article-carousel > figure.wp-block-image {
	flex: 0 0 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.post-content.editor-content .wp-block-gallery.is-article-carousel > figure.wp-block-image img {
	height: clamp(420px, 56vw, 660px) !important;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: contain;
	background: var(--article-panel);
}

.article-gallery-meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-top: calc(-1 * var(--article-space-xl) + 12px);
	margin-bottom: var(--article-space-xl);
}

.article-gallery-meta__caption {
	max-width: 64ch;
	margin: 0;
	color: var(--article-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.article-gallery-nav {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.article-gallery-nav button,
.article-lightbox button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid var(--article-line, #cfcfca);
	background: #fff;
	color: var(--article-ink, #141414);
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.article-gallery-nav button:is(:hover, :focus-visible),
.article-lightbox button:is(:hover, :focus-visible) {
	border-color: var(--article-accent, #e26419);
	color: var(--article-accent, #e26419);
}

.article-gallery-nav__count {
	min-width: 58px;
	color: var(--article-muted);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	text-align: center;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-cover {
	min-height: clamp(360px, 48vw, 620px);
	margin-block: var(--article-space-xl);
	padding: clamp(24px, 5vw, 64px);
	border: 1px solid var(--article-line);
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-cover__background {
	background: #fff !important;
	opacity: 0.16 !important;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-cover__inner-container {
	align-self: end;
	width: min(100%, 680px);
	padding: clamp(22px, 3vw, 36px);
	background: rgba(255, 255, 255, 0.92);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-cover :is(h2, h3, p) {
	max-width: 20ch;
	margin: 0;
	color: var(--article-ink);
}

.vercel-page main:not(.vercel-main) .post-content.editor-content .wp-block-cover :is(h2, h3, p) {
	color: var(--article-ink);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-cover p {
	margin-top: 14px;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.45;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-block: var(--article-space-xl);
	border: 1px solid var(--article-line);
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__media {
	height: 100%;
	margin: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__content {
	align-self: center;
	padding: clamp(28px, 4vw, 52px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__content > :first-child {
	margin-top: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-embed__wrapper,
:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-video {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--article-line);
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-embed__wrapper iframe,
:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-audio {
	margin-block: var(--article-space-lg);
	padding: 22px;
	border: 1px solid var(--article-line);
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-audio audio {
	display: block;
	width: 100%;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-table {
	max-width: 100%;
	margin-block: var(--article-space-lg);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-table table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
	font-variant-numeric: tabular-nums;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-table :is(th, td) {
	padding: 16px 18px;
	border: 1px solid var(--article-line);
	text-align: left;
	vertical-align: top;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-table th {
	background: var(--article-panel-2);
	color: var(--article-ink);
	font-weight: 900;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-table.is-style-technical tbody tr:nth-child(even) {
	background: #f4f4f1;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block: var(--article-space-lg);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid var(--article-accent);
	border-radius: 0;
	background: var(--article-accent);
	color: #fff;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--article-ink);
}

.vercel-page main:not(.vercel-main) .post-content.editor-content .is-style-outline .wp-block-button__link {
	background: #fff;
	color: var(--article-ink);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-button__link:is(:hover, :focus-visible) {
	border-color: var(--article-accent);
	background: #fff;
	color: var(--article-accent);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-file {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-block: var(--article-space-lg);
	padding: 18px;
	border: 1px solid var(--article-line);
	background: #fff;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-file > a:first-child {
	color: var(--article-ink);
	font-weight: 800;
	text-decoration-color: var(--article-accent);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-file__button {
	min-height: 46px;
	padding: 13px 18px;
	border-radius: 0;
	background: var(--article-accent);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-details {
	margin-block: 0;
	padding: 18px 0;
	border-top: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-details:last-of-type {
	border-bottom: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-details summary {
	min-height: 32px;
	color: var(--article-ink);
	font-weight: 900;
	cursor: pointer;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-details summary::marker {
	color: var(--article-accent);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-details[open] summary {
	margin-bottom: 14px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) :is(.wp-block-code, pre.wp-block-preformatted) {
	max-width: 100%;
	margin-block: var(--article-space-lg);
	overflow-x: auto;
	padding: 20px;
	border: 1px solid var(--article-line);
	background: var(--article-panel);
	color: var(--article-ink);
	font: 15px/1.6 Consolas, "Courier New", monospace;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-verse {
	margin-block: var(--article-space-lg);
	padding: 24px;
	border: 1px solid var(--article-line);
	background: var(--article-panel);
	color: var(--article-ink);
	font-family: var(--article-body);
	font-size: 18px;
	font-style: normal;
	line-height: 1.7;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-group.is-style-note,
:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-group.is-style-dark-panel {
	margin-block: var(--article-space-lg);
	padding: clamp(24px, 3.5vw, 40px);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-group.is-style-note {
	border: 1px solid var(--article-line);
	background: var(--article-panel);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-group.is-style-dark-panel {
	border: 1px solid var(--article-line);
	background: var(--article-panel);
	color: var(--article-ink);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-group.is-style-dark-panel :is(h2, h3, h4, p, li) {
	color: var(--article-ink);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-block: var(--article-space-lg);
	border-top: 1px solid var(--article-line);
	border-bottom: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column {
	min-width: 0;
	padding: 24px;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column + .wp-block-column {
	border-left: 1px solid var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column > :first-child {
	margin-top: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column > :last-child {
	margin-bottom: 0;
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-separator {
	width: 100%;
	height: 1px;
	margin-block: var(--article-space-xl);
	border: 0;
	background: var(--article-line);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-separator.is-style-dots {
	height: auto;
	background: transparent;
	color: var(--article-accent);
}

:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-footnotes {
	margin-top: var(--article-space-xl);
	padding-top: 20px;
	border-top: 1px solid var(--article-line);
	color: var(--article-muted);
	font-size: 14px;
}

.post-content.editor-content img[data-article-lightbox] {
	cursor: zoom-in;
}

.post-content.editor-content img[data-article-lightbox]:focus-visible {
	outline: 3px solid var(--article-accent);
	outline-offset: 3px;
}

.article-lightbox {
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: #f4f4f1;
	color: #141414;
}

.article-lightbox::backdrop {
	background: rgba(244, 244, 241, 0.97);
}

.article-lightbox[open] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.article-lightbox__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 64px;
	padding: 9px clamp(14px, 3vw, 42px);
	border-bottom: 1px solid #cfcfca;
}

.article-lightbox__top p,
.article-lightbox__footer p {
	margin: 0;
}

.article-lightbox__stage {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 56px;
	gap: clamp(10px, 2vw, 28px);
	align-items: center;
	min-height: 0;
	padding: clamp(12px, 2vw, 28px);
}

.article-lightbox__figure {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
}

.article-lightbox__figure img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.article-lightbox__footer {
	display: flex;
	position: relative;
	z-index: 2;
	justify-content: space-between;
	gap: 20px;
	min-height: 64px;
	padding: 14px clamp(16px, 4vw, 64px);
	border-top: 1px solid #cfcfca;
	background: #f4f4f1;
	color: #616161;
	font-size: 14px;
	font-weight: 700;
}

.article-lightbox__caption {
	max-width: 70ch;
}

.article-lightbox__count {
	flex: 0 0 auto;
	font-variant-numeric: tabular-nums;
}

body.article-lightbox-open {
	overflow: hidden;
}

@media (max-width: 720px) {
	.editor-styles-wrapper {
		padding-inline: 16px !important;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-quote.is-style-technical,
	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text,
	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-columns {
		grid-template-columns: 1fr;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-quote.is-style-technical :is(p, cite) {
		grid-column: 1;
		grid-row: auto;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-media-text__media img {
		min-height: 240px;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-gallery.has-nested-images img {
		min-height: 150px;
	}

	.post-content.editor-content .wp-block-gallery.is-article-carousel > figure.wp-block-image img {
		height: min(66vh, 480px) !important;
		min-height: 280px;
	}

	.article-gallery-meta {
		align-items: center;
	}

	.article-gallery-meta__caption {
		display: none;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) p.has-drop-cap {
		padding-left: 70px;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .has-drop-cap:not(:focus)::first-letter {
		margin-left: -70px;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-file {
		grid-template-columns: 1fr;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-file__button {
		justify-self: stretch;
		text-align: center;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column {
		padding: 20px 0;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) .wp-block-column + .wp-block-column {
		border-top: 1px solid var(--article-line);
		border-left: 0;
	}

	:is(.post-content.editor-content, .editor-styles-wrapper) :is(.alignleft, .alignright) {
		float: none;
		width: 100%;
		margin: var(--article-space-lg) 0;
	}

	.article-lightbox__stage {
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.article-lightbox__stage > button {
		position: absolute;
		z-index: 1;
		bottom: 78px;
	}

	.article-lightbox__prev {
		left: 12px;
	}

	.article-lightbox__next {
		right: 12px;
	}

	.article-lightbox__footer {
		padding-right: 120px;
	}
}
