/*
Theme Name: DocsPress
Theme URI: https://github.com/Automattic/docspress
Author: Fatih Kadir Akın
Description: A Site Editor-first documentation block theme for WordPress and DocsPress.
Version: 0.9.20
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: docspress
Tags: documentation, block-patterns, block-styles, full-site-editing, accessibility-ready
*/

/* WordPress.org's variable Latin font builds, bundled for reliable presets. */
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/inter-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/eb-garamond-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/eb-garamond-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* WordPress.com and Jetpack serve their display face from this endpoint. */
@font-face {
	font-family: Recoleta;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://s1.wp.com/i/fonts/recoleta/400.woff2") format("woff2");
}

/* DocsPress's rounded interface face, served as variable Latin subsets. */
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url("assets/fonts/nunito-sans-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
	src: url("assets/fonts/nunito-sans-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--dp-blue: var(--wp--preset--color--accent, #005cb3);
	--dp-blue-dark: var(--wp--preset--color--accent-strong, #004a91);
	--dp-blue-soft: var(--wp--preset--color--accent-soft, #e9f4ff);
	--dp-highlight: var(--wp--preset--color--highlight, #fec408);
	--dp-highlight-strong: var(--wp--preset--color--highlight-strong, #fe8301);
	--dp-ink: var(--wp--preset--color--ink, #232323);
	--dp-active-ink: var(--wp--preset--color--ink, #232323);
	--dp-copy: var(--wp--preset--color--copy, #3d4348);
	--dp-muted: var(--wp--preset--color--muted, #6e7479);
	--dp-line: var(--wp--preset--color--line, #d8e5ee);
	--dp-line-strong: var(--wp--preset--color--line-strong, #a9c1d2);
	--dp-paper: var(--wp--preset--color--paper, #ffffff);
	--dp-canvas: var(--wp--preset--color--canvas, #f5faff);
	--dp-code: var(--wp--preset--color--code, #151923);
	--dp-code-ink: #eff2f8;
	--dp-header-height: var(--wp--custom--header-height, 68px);
	--dp-sidebar-width: var(--wp--custom--sidebar-width, 300px);
	--dp-toc-width: var(--wp--custom--toc-width, 220px);
	--dp-content-width: var(--wp--custom--content-width, 800px);
	--dp-content-font-size: var(--wp--custom--content-font-size, 17px);
	--dp-heading-weight: var(--wp--custom--heading-weight, 900);
	--dp-radius: var(--wp--custom--radius, 14px);
	--dp-shadow: 0 16px 48px rgba(23, 26, 34, 0.08);
	--dp-search-width: var(--wp--custom--search-width, 680px);
	--dp-search-height: var(--wp--custom--search-height, 640px);
	--dp-search-radius: var(--wp--custom--search-radius, var(--dp-radius));
	--dp-search-overlay-opacity: var(--wp--custom--search-overlay-opacity, 44%);
	--dp-search-overlay-blur: var(--wp--custom--search-overlay-blur, 2px);
	--dp-font-ui: var(--wp--custom--font-ui, "Nunito Sans", "Trebuchet MS", sans-serif);
	--dp-font-copy: var(--wp--custom--font-copy, var(--dp-font-ui));
	--dp-font-heading: var(--wp--custom--font-heading, var(--dp-font-ui));
	--dp-font-mono: var(--wp--preset--font-family--mono, "SFMono-Regular", Consolas, "Liberation Mono", monospace);
	color-scheme: light;
}

html[data-theme="dark"] {
	--dp-blue: var(--wp--preset--color--dark-accent, #62b5ff);
	--dp-blue-dark: var(--wp--preset--color--dark-accent-strong, #93ccff);
	--dp-blue-soft: var(--wp--preset--color--dark-accent-soft, #123b5d);
	--dp-ink: var(--wp--preset--color--dark-ink, #fefefe);
	--dp-copy: var(--wp--preset--color--dark-copy, #dce6ed);
	--dp-muted: var(--wp--preset--color--dark-muted, #a7b4bd);
	--dp-line: var(--wp--preset--color--dark-line, #293842);
	--dp-line-strong: var(--wp--preset--color--dark-line-strong, #455966);
	--dp-paper: var(--wp--preset--color--dark-paper, #15191d);
	--dp-canvas: var(--wp--preset--color--dark-canvas, #0c1217);
	--dp-code: var(--wp--preset--color--dark-code, #090d11);
	--dp-code-ink: #f3f5f8;
	--dp-shadow: 0 16px 56px rgba(0, 0, 0, 0.32);
	color-scheme: dark;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--dp-header-height) + 28px);
}

body {
	margin: 0;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}

body.drawer-open {
	overflow: hidden;
}

a {
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-thickness: 2px;
}

button,
input,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--dp-blue) 45%, transparent);
	outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 12px;
	padding: 10px 14px;
	top: 12px;
	width: auto;
	z-index: 10000;
	background: var(--dp-paper);
	border: 2px solid var(--dp-blue);
	border-radius: 6px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: var(--dp-header-height);
	min-height: var(--dp-header-height);
	border-bottom: 1px solid var(--dp-line);
	backdrop-filter: blur(14px) saturate(140%);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: flex;
	align-items: center;
	gap: clamp(12px, 2vw, 24px);
	height: calc(100% - 1px);
	min-height: calc(var(--dp-header-height) - 1px);
	width: 100%;
	padding: 0 16px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	flex-shrink: 0;
	color: var(--dp-ink);
	line-height: 1.65;
	text-decoration: none;
}

.brand:hover {
	text-decoration: none;
}

.brand-mark {
	position: relative;
	display: block;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.brand-mark a,
.brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
}

.brand-mark img {
	object-fit: contain;
}

.brand-title {
	font-weight: var(--wp--custom--heading-weight, 700);
	letter-spacing: -0.045em;
}

.brand-title,
.brand-wordpress {
	line-height: inherit;
	white-space: nowrap;
}

.brand-wordpress {
	color: var(--dp-blue-dark);
	letter-spacing: -0.025em;
	opacity: 1;
}

.primary-navigation {
	display: flex;
	flex: 0 1 auto;
	align-items: center;
	min-width: 0;
	margin-left: 18px;
	color: var(--dp-copy);
}

.primary-navigation ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a {
	display: flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 10px;
	border-radius: 7px;
	line-height: 1.65;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation a:hover {
	background: color-mix(in srgb, currentColor 8%, transparent);
}

.primary-navigation a.is-current-page,
.primary-navigation .is-current-page > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a,
.primary-navigation a[aria-current="page"] {
	background: var(--dp-highlight);
	box-shadow: none;
	color: var(--dp-active-ink);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.header-button,
.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 40px;
	height: 40px;
	padding: 0 11px;
	border: 1px solid var(--dp-line);
	border-radius: 8px;
	background: var(--dp-canvas);
	color: var(--dp-muted);
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

.header-button:hover,
.menu-toggle:hover {
	background: color-mix(in srgb, currentColor 8%, transparent);
	transform: translateY(-1px);
}

.header-button svg,
.menu-toggle svg {
	width: 18px;
	height: 18px;
}

.search-shortcut {
	min-width: 188px;
	justify-content: flex-start;
}

.search-shortcut kbd {
	margin-left: auto;
	padding: 1px 7px;
	border: 1px solid color-mix(in srgb, var(--dp-highlight-strong) 48%, var(--dp-line));
	border-radius: 5px;
	background: color-mix(in srgb, var(--dp-highlight) 22%, var(--dp-paper));
	color: var(--dp-ink);
	font: 12px/1.6 var(--dp-font-mono);
}

body.command-search-open {
	overflow: hidden;
}

.search-dialog {
	position: fixed;
	inset: 0;
	width: min(var(--dp-search-width), calc(100vw - 32px));
	height: min(var(--dp-search-height), calc(100dvh - clamp(96px, 18vh, 180px)));
	max-width: none;
	max-height: none;
	margin: clamp(72px, 10vh, 112px) auto auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--dp-line-strong);
	border-radius: var(--dp-search-radius);
	background: var(--dp-paper);
	color: var(--dp-copy);
	box-shadow: var(--dp-shadow);
}

.search-dialog::backdrop {
	background: rgb(15 19 28 / var(--dp-search-overlay-opacity));
	backdrop-filter: blur(var(--dp-search-overlay-blur));
}

.search-dialog[open] {
	animation: command-search-enter 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.search-dialog.is-editor-preview {
	display: block;
	z-index: 1;
	animation: command-search-enter 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes command-search-enter {
	from {
		opacity: 0;
		transform: translateY(-12px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.search-dialog-panel {
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
	background: var(--dp-paper);
}

.command-search {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100%;
}

.command-search-field {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 0 58px 0 52px;
	border-bottom: 1px solid var(--dp-line);
	background: var(--dp-paper);
}

.command-search-field > svg {
	position: absolute;
	left: 20px;
	width: 19px;
	height: 19px;
	color: var(--dp-blue);
}

.command-search-field input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--dp-ink);
	font-family: var(--dp-font-ui);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.command-search-field input[type="search"]::placeholder {
	color: var(--dp-muted);
	font-weight: 500;
	opacity: 0.88;
}

.command-search-field input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.command-search-close {
	position: absolute;
	right: 14px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: var(--dp-canvas);
	color: var(--dp-muted);
	font: 22px/1 var(--dp-font-ui);
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.command-search-close:hover {
	border-color: color-mix(in srgb, var(--dp-blue) 40%, var(--dp-line));
	background: var(--dp-blue-soft);
	color: var(--dp-blue-dark);
}

.command-search-body {
	min-height: 190px;
	padding: 12px;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: color-mix(in srgb, var(--dp-canvas) 72%, var(--dp-paper));
}

.command-search-status {
	min-height: 20px;
	margin: 0 3px 7px;
	color: var(--dp-muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.command-search-results {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.command-search-result {
	margin: 0;
	border: 1px solid transparent;
	border-radius: var(--dp-radius);
	background: transparent;
	transition: border-color 130ms ease, background 130ms ease;
}

.command-search-result.is-active {
	border-color: transparent;
	background: var(--dp-blue-soft);
}

.command-search-result a {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 16px;
	padding: 12px 42px 12px 14px;
	color: inherit;
	text-decoration: none;
}

.command-search-result-path,
.command-search-result-title,
.command-search-result-excerpt {
	grid-column: 1;
	min-width: 0;
}

.command-search-result-path {
	overflow: hidden;
	color: var(--dp-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.command-search-result-title {
	margin-top: 2px;
	color: var(--dp-ink);
	font-size: 15px;
	font-weight: 720;
	letter-spacing: -0.012em;
	line-height: 1.35;
}

.command-search-result-excerpt {
	display: -webkit-box;
	margin-top: 3px;
	overflow: hidden;
	color: var(--dp-muted);
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.command-search-result mark {
	padding: 0;
	background: transparent;
	color: var(--dp-blue-dark);
	font: inherit;
	text-decoration: underline;
	text-decoration-color: color-mix(in srgb, var(--dp-blue) 42%, transparent);
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.command-search-result-arrow {
	position: absolute;
	top: 50%;
	right: 13px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: var(--dp-radius);
	background: transparent;
	color: var(--dp-blue-dark);
	font: 12px/1 var(--dp-font-mono);
	opacity: 0;
	transform: translateY(-50%) scale(0.88);
	transition: opacity 130ms ease, transform 130ms ease;
}

.command-search-result.is-active .command-search-result-arrow {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.docspress-search-hide-paths .command-search-result-path,
.docspress-search-hide-excerpts .command-search-result-excerpt {
	display: none;
}

.docspress-search-hide-hints .command-search {
	grid-template-rows: auto minmax(0, 1fr);
}

.docspress-search-hide-hints .command-search-footer {
	display: none;
}

.command-search-empty {
	display: grid;
	place-items: center;
	min-height: 170px;
	padding: 24px;
	color: var(--dp-muted);
	text-align: center;
}

.command-search-empty[hidden] {
	display: none;
}

.command-search-empty-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: var(--dp-blue-soft);
	color: var(--dp-blue-dark);
}

.command-search-empty-icon svg {
	width: 22px;
	height: 22px;
}

.command-search-empty strong {
	color: var(--dp-ink);
	font-size: 15px;
}

.command-search-empty > span:last-child {
	margin-top: 4px;
	font-size: 12px;
}

.command-search-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	min-height: 43px;
	padding: 8px 18px;
	border-top: 1px solid var(--dp-line);
	background: var(--dp-paper);
	color: var(--dp-muted);
	font-size: 11px;
}

.command-search-footer span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.command-search-footer kbd {
	min-width: 21px;
	padding: 2px 5px;
	border: 1px solid var(--dp-line-strong);
	border-bottom-width: 2px;
	border-radius: var(--dp-radius);
	background: var(--dp-canvas);
	color: var(--dp-copy);
	font: 10px/1.4 var(--dp-font-mono);
	text-align: center;
}

.menu-toggle {
	display: none;
}

.docspress-menu-toggle {
	display: none;
}

.docs-shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	width: 100%;
	min-height: calc(100vh - var(--dp-header-height));
	transition: grid-template-columns 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.docs-shell.is-sidebar-collapsed,
.docs-shell:has(> .docs-sidebar.is-sidebar-collapsed) {
	grid-template-columns: 58px minmax(0, 1fr) auto;
}

.docs-sidebar {
	position: sticky;
	top: var(--dp-header-height);
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-self: start;
	height: calc(100vh - var(--dp-header-height));
	padding: 25px 0 32px;
	overflow: visible;
	border-right: 1px solid var(--dp-line);
	background: color-mix(in srgb, var(--dp-canvas) 70%, var(--dp-paper));
	width: var(--dp-component-width, var(--dp-sidebar-width));
}

.docs-sidebar-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 8px 14px 16px;
}

.sidebar-collapse-toggle {
	position: absolute;
	top: 50%;
	right: -8px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--dp-line-strong);
	border-radius: 50%;
	background: var(--dp-paper);
	color: var(--dp-muted);
	cursor: pointer;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--dp-ink) 10%, transparent);
	transform: translate(50%, -50%);
	transition: border-color 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.sidebar-collapse-toggle:hover {
	border-color: var(--dp-blue);
	background: var(--dp-blue-soft);
	color: var(--dp-blue-dark);
	box-shadow: 0 3px 12px color-mix(in srgb, var(--dp-blue) 20%, transparent);
}

.sidebar-collapse-toggle::before {
	position: absolute;
	inset: -5px;
	border-radius: 50%;
	content: "";
}

.sidebar-collapse-toggle:active {
	transform: translate(50%, -50%) scale(0.92);
}

.sidebar-collapse-toggle:focus-visible {
	outline: 2px solid var(--dp-blue);
	outline-offset: 2px;
}

.sidebar-collapse-icon {
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	margin-left: 2px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(135deg);
	transition: transform 170ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sidebar-collapse-label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.docs-sidebar-content {
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.docs-sidebar.is-sidebar-collapsed {
	width: 58px;
	padding-top: 17px;
}

.docs-sidebar.is-sidebar-collapsed .docs-sidebar-header {
	justify-content: center;
	margin: 0;
}

.docs-sidebar.is-sidebar-collapsed .sidebar-eyebrow,
.docs-sidebar.is-sidebar-collapsed .docs-sidebar-content {
	display: none;
}

.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-toggle {
	top: 7px;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 0;
}

.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-icon {
	margin-left: -2px;
	transform: rotate(-45deg);
}

.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-label {
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: max-content;
	height: auto;
	margin: 0;
	padding: 6px 9px;
	overflow: visible;
	clip: auto;
	border: 1px solid var(--dp-line-strong);
	border-radius: 6px;
	background: var(--dp-ink);
	color: var(--dp-paper);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--dp-ink) 18%, transparent);
	font: 700 10px/1.2 var(--dp-font-sans);
	letter-spacing: 0.01em;
	opacity: 0;
	pointer-events: none;
	transform: translate(-4px, -50%);
	transition: opacity 140ms ease, transform 140ms ease;
	white-space: nowrap;
}

.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-label::before {
	position: absolute;
	top: 50%;
	left: -4px;
	width: 7px;
	height: 7px;
	border: solid var(--dp-line-strong);
	border-width: 0 0 1px 1px;
	background: var(--dp-ink);
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-toggle:hover .sidebar-collapse-label,
.docs-sidebar.is-sidebar-collapsed .sidebar-collapse-toggle:focus-visible .sidebar-collapse-label,
.editor-styles-wrapper .docs-sidebar.is-sidebar-collapsed .sidebar-collapse-label {
	opacity: 1;
	transform: translate(0, -50%);
}

.admin-bar .docs-sidebar,
.admin-bar .docs-toc {
	top: calc(var(--dp-header-height) + 32px);
	height: calc(100vh - var(--dp-header-height) - 32px);
}

.sidebar-eyebrow,
.toc-title {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
	opacity: 0.72;
	text-transform: uppercase;
}

.sidebar-eyebrow {
	margin: 0;
}

.sidebar-search {
	position: relative;
	margin: 0 8px 22px;
}

.sidebar-search svg {
	position: absolute;
	left: 11px;
	top: 50%;
	width: 16px;
	height: 16px;
	color: var(--dp-muted);
	transform: translateY(-50%);
	pointer-events: none;
}

.sidebar-search input {
	width: 100%;
	height: 39px;
	padding: 0 34px 0 35px;
	border: 1px solid var(--dp-line);
	border-radius: 8px;
	background: var(--dp-paper);
	color: var(--dp-ink);
	font-size: 13px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.sidebar-search input:focus {
	border-color: var(--dp-blue);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dp-blue) 12%, transparent);
	outline: 0;
}

.sidebar-search-clear {
	position: absolute;
	right: 6px;
	top: 6px;
	display: none;
	width: 27px;
	height: 27px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--dp-muted);
	cursor: pointer;
}

.sidebar-search-clear.is-visible {
	display: grid;
	place-items: center;
}

.sidebar-search-clear:hover {
	background: var(--dp-canvas);
	color: var(--dp-ink);
}

.docs-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.docs-nav {
	margin: 0 8px;
}

.docs-nav ul ul {
	margin: 4px 0 8px 10px;
	padding-left: 12px;
	border-left: 1px solid var(--dp-line);
}

.docs-nav li {
	position: relative;
}

.docs-nav-row {
	display: flex;
	align-items: center;
	gap: 2px;
}

.docs-nav a {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 35px;
	margin: 2px 0;
	padding: 7px 10px;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 560;
	line-height: 1.35;
	text-decoration: none;
	transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

.docs-nav-row > a {
	flex: 1 1 auto;
	min-width: 0;
}

.docs-nav-toggle {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	flex: 0 0 29px;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--dp-muted);
	cursor: pointer;
	transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

.docs-nav-toggle:hover {
	background: color-mix(in srgb, var(--dp-blue-soft) 72%, transparent);
	color: var(--dp-blue-dark);
}

.docs-nav-toggle:active {
	transform: scale(0.94);
}

.docs-nav-chevron {
	width: 7px;
	height: 7px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: rotate(-45deg);
	transition: transform 170ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.docs-nav-toggle[aria-expanded="true"] .docs-nav-chevron {
	transform: rotate(45deg) translate(-1px, -1px);
}

.docs-nav.is-filtering .docs-nav-toggle {
	opacity: 0.45;
	cursor: default;
}

.docs-nav a:hover {
	background: color-mix(in srgb, var(--dp-blue-soft) 72%, transparent);
	color: var(--dp-blue-dark);
	transform: translateX(2px);
}

.docs-nav a[aria-current="page"] {
	background: var(--dp-blue-soft);
	color: var(--dp-blue-dark);
	font-weight: 750;
}

.docs-nav > ul > li > a,
.docs-nav > ul > li > .docs-nav-row > a {
	font-weight: 720;
}

.docs-nav .nav-dot {
	width: 5px;
	height: 5px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--dp-line-strong);
}

.docs-nav-custom a::before {
	content: "";
	width: 5px;
	height: 5px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--dp-line-strong);
}

.docs-nav-custom .current-menu-item > a::before,
.docs-nav-custom .current-menu-ancestor > a::before {
	background: var(--dp-blue);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dp-blue) 14%, transparent);
}

.docs-nav a[aria-current="page"] .nav-dot {
	background: var(--dp-blue);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--dp-blue) 14%, transparent);
}

.docs-nav-empty,
.sidebar-no-results {
	padding: 12px 10px;
	border: 1px dashed var(--dp-line-strong);
	border-radius: 8px;
	font-size: 13px;
	opacity: 0.72;
}

.sidebar-no-results {
	display: none;
	margin-right: 8px;
	margin-left: 8px;
}

.sidebar-no-results.is-visible {
	display: block;
}

.version-select {
	width: calc(100% - 16px);
	height: 38px;
	margin: 0 8px 22px;
	padding: 0 32px 0 10px;
	border: 1px solid var(--dp-line);
	border-radius: 8px;
	background-color: var(--dp-paper);
	font-size: 13px;
}

.docs-main {
	min-width: 0;
	padding: 56px 16px 80px;
}

.docs-article {
	width: min(100%, var(--dp-content-width));
	margin: 0 auto;
}

.breadcrumbs {
	margin-bottom: 22px;
	font-size: 12px;
	font-weight: 650;
	opacity: 0.72;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 7px;
	color: var(--dp-line-strong);
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--dp-blue-dark);
}

.entry-header {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--dp-line);
}

.entry-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 54px;
	height: 2px;
	background: var(--dp-blue);
}

.entry-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 11px;
}

.entry-kicker::before {
	content: "";
	width: 18px;
	height: 2px;
	background: currentColor;
}

:where(.entry-title) {
	margin: 0;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: var(--dp-heading-weight);
	letter-spacing: -0.052em;
	line-height: 1.03;
}

.entry-summary {
	max-width: 650px;
	margin: 18px 0 0;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content :where(h2),
.entry-content :where(h3),
.entry-content :where(h4) {
	position: relative;
	font-weight: 750;
	letter-spacing: -0.026em;
	line-height: 1.25;
}

.entry-content :where(h2),
.entry-content :where(h3),
.entry-content :where(h4) {
	font-weight: var(--dp-heading-weight);
}

.entry-content :where(h2) {
	margin: 2.25em 0 0.72em;
	padding-top: 0.2em;
	font-size: 29px;
}

.entry-content :where(h3) {
	margin: 1.85em 0 0.65em;
	font-size: 22px;
}

.entry-content :where(h4) {
	margin: 1.6em 0 0.55em;
	font-size: 18px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content pre,
.entry-content table,
.entry-content figure {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4em;
}

.entry-content li {
	margin: 0.34em 0;
	padding-left: 0.18em;
}

.entry-content code {
	padding: 0.13em 0.34em;
	border: 1px solid var(--dp-line);
	border-radius: 4px;
	background: var(--dp-canvas);
	color: var(--dp-blue-dark);
	font: 0.84em/1.5 var(--dp-font-mono);
}

.entry-content pre {
	position: relative;
	padding: 20px 22px;
	overflow: auto;
	border: 1px solid #252b38;
	border-radius: var(--dp-radius);
	background: var(--dp-code);
	box-shadow: 0 12px 32px rgba(15, 18, 26, 0.13);
	color: var(--dp-code-ink);
	font: 13px/1.7 var(--dp-font-mono);
	tab-size: 2;
}

.entry-content pre code {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
}

.copy-code {
	position: absolute;
	top: 9px;
	right: 9px;
	padding: 5px 8px;
	border: 1px solid #394153;
	border-radius: 5px;
	background: #202633;
	color: #c6ccda;
	font: 11px/1.3 var(--dp-font-ui);
	cursor: pointer;
	opacity: 0;
	transition: opacity 140ms ease, background 140ms ease;
}

.entry-content pre:hover .copy-code,
.copy-code:focus-visible {
	opacity: 1;
}

.copy-code:hover {
	background: #2d3545;
}

.entry-content blockquote,
.entry-content .wp-block-quote {
	margin-left: 0;
	padding: 16px 20px;
	border: 1px solid color-mix(in srgb, var(--dp-blue) 24%, var(--dp-line));
	border-left: 4px solid var(--dp-blue);
	border-radius: 0 var(--dp-radius) var(--dp-radius) 0;
	background: color-mix(in srgb, var(--dp-blue-soft) 55%, var(--dp-paper));
	color: var(--dp-copy);
}

.entry-content blockquote > *:last-child {
	margin-bottom: 0;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--dp-font-ui);
	font-size: 14px;
}

.entry-content th,
.entry-content td {
	padding: 11px 13px;
	border: 1px solid var(--dp-line);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: var(--dp-canvas);
	color: var(--dp-ink);
	font-weight: 720;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--dp-radius);
}

.entry-content .wp-block-image img {
	display: block;
	width: 100%;
	border: 1px solid var(--dp-line);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--dp-ink) 8%, transparent);
}

.entry-content .wp-block-image figcaption,
.entry-content .wp-element-caption {
	margin: 0.65rem 0 0;
	color: var(--dp-muted);
	font-family: var(--dp-font-ui);
	font-size: 0.78rem;
	line-height: 1.5;
	text-align: center;
}

.entry-content hr {
	margin: 2.3em 0;
	border: 0;
	border-top: 1px solid var(--dp-line);
}

:where(.entry-content) :where(.wp-block-button__link) {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 7px;
	background: var(--dp-blue);
	color: #fff;
	font-family: var(--dp-font-ui);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.docs-toc {
	position: sticky;
	top: var(--dp-header-height);
	align-self: start;
	height: calc(100vh - var(--dp-header-height));
	padding: 55px 26px 34px 12px;
	overflow-y: auto;
	width: var(--dp-component-width, var(--dp-toc-width));
}

.toc-list {
	margin: 0;
	padding: 0 0 0 13px;
	border-left: 1px solid var(--dp-line);
	list-style: none;
}

.toc-list li {
	margin: 1px 0;
}

.toc-list li.toc-level-3 {
	padding-left: 10px;
}

.toc-list li.toc-level-4 {
	padding-left: 20px;
}

.toc-list li.toc-level-5 {
	padding-left: 30px;
}

.toc-list li.toc-level-6 {
	padding-left: 40px;
}

.toc-list a {
	display: block;
	padding: 5px 7px;
	border-radius: 5px;
	color: var(--dp-muted);
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
	transition: color 140ms ease, transform 140ms ease;
}

.toc-list a:hover,
.toc-list a.is-active {
	color: var(--dp-blue-dark);
	transform: translateX(2px);
}

.toc-list a.is-active {
	font-weight: 750;
}

.page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 36px;
}

:where(.page-action) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid var(--dp-line-strong);
	border-radius: var(--dp-radius);
	background: var(--dp-paper);
	color: var(--dp-ink);
	font-family: var(--dp-font-ui);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.page-action svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

:where(.page-action:hover) {
	border-color: var(--dp-blue);
	box-shadow: 0 4px 14px color-mix(in srgb, var(--dp-blue) 13%, transparent);
	color: var(--dp-blue-dark);
	text-decoration: none;
	transform: translateY(-1px);
}

.page-action-github.wp-element-button {
	border-color: var(--dp-ink);
	background: var(--dp-ink);
	color: var(--dp-paper);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--dp-ink) 16%, transparent);
}

.page-action-github.wp-element-button:hover {
	border-color: var(--dp-blue-dark);
	background: var(--dp-blue-dark);
	color: #fff;
}

.docspress-feedback {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px 20px;
	margin-top: 48px;
	padding: 20px 22px;
	border-width: 1px;
	border-style: solid;
	border-radius: var(--dp-radius);
	font-family: var(--dp-font-ui);
	font-size: 16px;
}

.docspress-feedback:not(.has-border-color) {
	border-color: var(--dp-line);
}

.docspress-feedback:not(.has-background) {
	background: var(--dp-paper);
}

.docspress-feedback:not(.has-text-color) {
	color: var(--dp-ink);
}

.docspress-feedback-question {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	font-weight: 780;
	letter-spacing: -0.015em;
}

.docspress-feedback-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.docspress-feedback-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 78px;
	min-height: 40px;
	padding: 8px 13px;
	border: 1px solid var(--dp-line-strong);
	border-radius: 999px;
	background: var(--dp-canvas);
	color: var(--dp-copy);
	font-family: inherit;
	font-size: 0.8125em;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.docspress-feedback-button svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

.docspress-feedback-button:hover:not(:disabled),
.docspress-feedback-button:focus-visible {
	border-color: var(--dp-blue);
	box-shadow: 0 4px 14px color-mix(in srgb, var(--dp-blue) 14%, transparent);
	color: var(--dp-blue-dark);
	transform: translateY(-1px);
}

.docspress-feedback-button:focus-visible {
	outline: 2px solid var(--dp-blue);
	outline-offset: 2px;
}

.docspress-feedback-button.is-selected {
	border-color: var(--dp-blue);
	background: color-mix(in srgb, var(--dp-blue) 11%, var(--dp-canvas));
	color: var(--dp-blue-dark);
}

.docspress-feedback-button:disabled {
	cursor: default;
}

.docspress-feedback.is-submitting .docspress-feedback-button {
	opacity: 0.58;
}

.docspress-feedback-status,
.docspress-feedback-editor-note {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--dp-muted);
	font-size: 0.75em;
}

.docspress-feedback-status:empty {
	display: none;
}

.docspress-feedback.has-error .docspress-feedback-status {
	color: color-mix(in srgb, #d63638 76%, var(--dp-ink));
}

.docspress-feedback.is-disabled {
	border-style: dashed;
	box-shadow: none;
	opacity: 0.62;
}

.docspress-feedback-editor-icon {
	font-size: 17px;
	line-height: 1;
}

.docs-pagination {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 56px;
	padding-top: 26px;
	border-top: 1px solid var(--dp-line);
}

.pagination-link {
	display: flex;
	flex-direction: column;
	min-height: 92px;
	padding: 15px 17px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: var(--dp-paper);
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.pagination-link:hover {
	border-color: color-mix(in srgb, var(--dp-blue) 52%, var(--dp-line));
	box-shadow: var(--dp-shadow);
	transform: translateY(-2px);
}

.pagination-next {
	align-items: flex-end;
	text-align: right;
}

.pagination-direction {
	color: var(--dp-muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pagination-title {
	margin-top: 5px;
	color: var(--dp-blue-dark);
	font-size: 14px;
	font-weight: 720;
}

.site-footer {
	padding: 0 28px;
	border-top: 1px solid var(--dp-line);
	background: var(--dp-canvas);
	color: var(--dp-copy);
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	min-height: 62px;
	margin: 0 auto;
	gap: 18px;
}

.site-footer p {
	margin: 0;
}

.footer-signature.wp-block-group {
	flex: 0 0 auto;
	gap: 7px;
}

.footer-signature .wp-block-site-logo,
.footer-signature .wp-block-site-title {
	margin: 0;
}

.footer-signature .wp-block-site-title {
	font-weight: 900;
	letter-spacing: -0.035em;
}

.footer-signature .wp-block-site-title a {
	color: inherit;
	text-decoration: none;
}

.footer-signature p {
	color: var(--dp-blue-dark);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.footer-meta.wp-block-group {
	flex: 1 1 auto;
	margin-right: auto !important;
	padding-left: 18px;
	border-left: 1px solid var(--dp-line-strong);
	gap: 14px;
}

.footer-publishing-note {
	color: var(--dp-muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.015em;
	white-space: nowrap;
}

.footer-automattic {
	padding-left: 14px;
	border-left: 1px solid var(--dp-line);
	font-size: 12px;
	white-space: nowrap;
}

.footer-automattic a {
	color: var(--dp-copy);
	text-decoration: none;
	text-underline-offset: 3px;
}

.footer-automattic a:hover {
	color: var(--dp-blue-dark);
	text-decoration: underline;
}

.footer-automattic strong {
	font-weight: 850;
	letter-spacing: -0.02em;
}

.footer-navigation a {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 7px;
	color: var(--dp-copy);
	text-decoration: none;
	transition: background 150ms ease, color 150ms ease;
}

.footer-navigation a:hover {
	background: var(--dp-paper);
	color: var(--dp-blue-dark);
}

.archive-heading {
	margin-bottom: 28px;
}

:where(.archive-heading) :where(.entry-title) {
	font-size: clamp(34px, 4vw, 48px);
}

.archive-main {
	width: min(100% - 48px, 1120px);
	margin-inline: auto;
}

.archive-main .archive-heading {
	width: min(100%, var(--dp-content-width));
	margin-right: auto;
	margin-left: 0;
}

.archive-main .archive-heading .entry-kicker {
	margin-bottom: 14px;
}

:where(.archive-main) :where(.archive-heading) :where(.entry-title) {
	margin: 0;
}

.archive-main .archive-heading .entry-summary {
	max-width: 620px;
	margin-top: 16px;
	margin-right: auto !important;
	margin-left: 0 !important;
	color: var(--dp-muted);
	font-size: var(--wp--preset--font-size--lead, 1.1875rem);
}

.archive-query {
	margin-top: 40px;
}

.archive-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive-card-grid > li {
	min-width: 0;
	margin: 0;
}

.archive-card {
	height: 100%;
}

.archive-card .content-card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.archive-card .content-card-excerpt {
	margin-bottom: 0;
}

.archive-card .content-card-link {
	margin-top: auto;
	padding-top: 18px;
}

.archive-pagination {
	margin-top: 42px;
	padding-top: 24px;
	border-top: 1px solid var(--dp-line);
}

.archive-pagination a,
.archive-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px 10px;
	border: 1px solid var(--dp-line);
	border-radius: calc(var(--dp-radius) * 0.7);
	background: var(--dp-paper);
	color: var(--dp-blue-dark);
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination .page-numbers.current {
	border-color: var(--dp-blue);
	background: var(--dp-blue);
	color: #fff;
}

.result-list {
	display: grid;
	gap: 12px;
}

.result-card {
	padding: 20px 22px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.result-card:hover {
	border-color: color-mix(in srgb, var(--dp-blue) 48%, var(--dp-line));
	box-shadow: var(--dp-shadow);
	transform: translateY(-2px);
}

:where(.result-card) :where(h2) {
	margin: 0 0 7px;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.result-card p {
	margin: 0;
}

.site-content-shell,
.homepage-main {
	width: min(100% - 48px, 1120px);
	min-height: calc(100vh - var(--dp-header-height));
	margin: 0 auto;
	padding: 72px 0 96px;
}

.site-content-shell {
	width: min(100% - 48px, var(--dp-content-width));
}

.singular-shell {
	width: min(100% - 48px, var(--dp-content-width));
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	opacity: 0.72;
}

.entry-taxonomy,
.content-card-taxonomy {
	margin-bottom: 10px;
}

.entry-taxonomy a,
.content-card-taxonomy a {
	text-decoration: none;
}

.entry-featured-image {
	margin: 28px 0 38px;
}

.entry-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	box-shadow: var(--dp-shadow);
}

.content-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	padding: 0;
}

.content-card-thumbnail {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid var(--dp-line);
}

.content-card-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	transition: transform 240ms ease;
}

.content-card:hover .content-card-thumbnail img {
	transform: scale(1.02);
}

.content-card-body {
	padding: 22px;
}

.content-card .entry-meta {
	margin: -1px 0 12px;
}

.content-card-excerpt {
	margin-bottom: 16px;
}

.content-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 15px;
	text-decoration: none;
}

.navigation.pagination {
	margin-top: 30px;
}

.navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px 10px;
	border: 1px solid var(--dp-line);
	border-radius: 7px;
	text-decoration: none;
}

.navigation.pagination .current {
	border-color: var(--dp-blue);
	background: var(--dp-blue);
	color: #fff;
}

.entry-footer {
	display: flex;
	gap: 14px;
	margin-top: 36px;
	padding-top: 22px;
	border-top: 1px solid var(--dp-line);
	color: var(--dp-muted);
	font-size: 13px;
}

.entry-footer > span {
	font-weight: 800;
	text-transform: uppercase;
}

.tag-list a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 3px 9px;
	border-radius: 999px;
	background: var(--dp-blue-soft);
	color: var(--dp-blue-dark);
	text-decoration: none;
}

.post-navigation {
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid var(--dp-line);
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-navigation a {
	display: flex;
	flex-direction: column;
	min-height: 92px;
	padding: 15px 17px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	text-decoration: none;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a span {
	color: var(--dp-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.post-navigation a strong {
	margin-top: 6px;
	color: var(--dp-blue-dark);
}

.homepage-content {
	width: 100%;
	margin: 0;
}

.homepage-content > :not(.wp-block-docspress-hero, .alignwide, .alignfull) {
	width: min(100%, var(--dp-content-width));
	margin-right: auto;
	margin-left: auto;
}

.homepage-content > .wp-block-docspress-hero {
	grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
	min-height: 570px;
	margin-block: 0;
	overflow: visible;
	border: 0;
	border-bottom: 1px solid var(--dp-line);
	border-radius: 0;
	background: transparent;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__copy {
	padding: clamp(52px, 7vw, 88px) clamp(24px, 4vw, 48px) clamp(52px, 7vw, 88px) 0;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__eyebrow {
	margin-bottom: 24px;
}

:where(.homepage-content > .wp-block-docspress-hero .docspress-hero__title) {
	max-width: 720px;
	font-size: clamp(48px, 6.2vw, 76px);
	line-height: 0.96;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__description {
	max-width: 660px;
	margin-top: 24px;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.55;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__actions {
	margin-top: 32px;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__visual {
	padding: clamp(20px, 3vw, 42px) 0 clamp(20px, 3vw, 42px) clamp(18px, 2vw, 28px);
	overflow: visible;
	border: 0;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__visual::before {
	display: none;
}

.homepage-content > .wp-block-docspress-hero .docspress-hero__media {
	width: min(var(--db-hero-image-scale), 560px);
	max-width: none;
}

.homepage-content > .wp-block-docspress-hero + * {
	margin-top: 0;
}

.home-proof-strip {
	margin: 0;
	padding: 30px 0 34px;
	border-bottom: 1px solid var(--dp-line);
}

.home-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
}

.home-proof-item {
	min-width: 0;
	padding: 0 clamp(22px, 3vw, 36px);
	border-left: 1px solid var(--dp-line);
}

.home-proof-item:first-child {
	padding-left: 0;
	border-left: 0;
}

.home-proof-item:last-child {
	padding-right: 0;
}

.home-proof-item > * {
	margin-block-start: 0;
}

.home-proof-token {
	margin: 0 0 16px;
}

.home-proof-token code {
	display: inline-flex;
	padding: 4px 8px;
	border: 1px solid var(--dp-line-strong);
	border-radius: 5px;
	background: var(--dp-code-surface);
	color: var(--dp-blue-dark);
	font-size: 12px;
	font-weight: 800;
}

:where(.home-proof-item) :where(h3) {
	margin: 0;
	font-size: 18px;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.home-proof-item p:last-child {
	margin: 9px 0 0;
	color: var(--dp-muted);
	font-size: 14px;
	line-height: 1.55;
}

.home-feature-section {
	margin-top: clamp(84px, 11vw, 132px);
}

.home-feature-grid,
.home-sync-grid {
	display: grid;
	gap: clamp(42px, 7vw, 92px);
	margin: 0;
}

.home-feature-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.home-sync-grid {
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.home-section-kicker {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 18px;
	color: var(--dp-blue-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.home-section-kicker::before {
	width: 28px;
	height: 2px;
	background: var(--dp-highlight);
	content: "";
}

:where(.home-feature-copy) :where(h2) {
	max-width: 720px;
	margin: 0;
	font-size: clamp(36px, 4.8vw, 56px);
	letter-spacing: -0.05em;
	line-height: 1;
	text-wrap: balance;
}

.home-feature-copy > p:not(.home-section-kicker) {
	max-width: 58ch;
	margin: 24px 0 0;
}

.home-feature-copy a {
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.home-feature-demo .wp-block-docspress-colorful-code {
	margin-block: 0;
}

.home-sync-section {
	box-sizing: border-box;
	padding: clamp(48px, 6vw, 72px) 0 0;
	border-top: 1px solid var(--dp-line);
	background: transparent;
}

.home-sync-section .wp-block-docspress-flow {
	margin-block: 0;
}

.home-sync-section .docspress-flow__step {
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 16px;
	padding-bottom: 24px;
}

.home-sync-section .docspress-flow__marker {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--dp-blue-dark);
	font-size: 12px;
}

.home-sync-section .docspress-flow__content {
	padding-block-start: 2px;
}

.home-sync-section .docspress-flow__step:not(:last-child) .docspress-flow__rail::after {
	top: 32px;
	bottom: -16px;
	background: var(--dp-line);
}

.home-sync-section > .wp-block-docspress-result {
	margin: 32px 0 0;
	padding: 24px 0 0;
	border: 0;
	border-top: 1px solid var(--dp-line);
	border-radius: 0;
	background: transparent;
}

.home-sync-section > .wp-block-docspress-result .docspress-result__icon {
	width: 24px;
	height: 24px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-download-section {
	--home-download-face-size: clamp(240px, 26vw, 380px);
	--home-download-wapuu-shift: 0px;
	--home-download-octocat-shift: 0px;
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	margin-right: calc((100vw - 100%) / -2);
	margin-left: calc((100vw - 100%) / -2);
	margin-top: clamp(84px, 11vw, 128px);
	padding: clamp(64px, 6vw, 80px) 0;
	overflow: clip;
	border-top: 1px solid var(--dp-line);
	border-bottom: 1px solid var(--dp-line);
	background: transparent;
	isolation: isolate;
}

.home-download-section::before,
.home-download-section::after {
	position: absolute;
	z-index: 0;
	top: 50%;
	width: var(--home-download-face-size);
	height: var(--home-download-face-size);
	background: url("assets/images/docspress-hybrid-logo.png") center / contain no-repeat;
	content: "";
	filter: grayscale(1);
	opacity: 0.055;
	pointer-events: none;
	will-change: transform;
}

.home-download-section::before {
	left: calc(var(--home-download-face-size) / -2);
	transform: translate3d(0, calc(-50% + var(--home-download-wapuu-shift)), 0);
}

.home-download-section::after {
	right: calc(var(--home-download-face-size) / -2);
	transform: translate3d(0, calc(-50% + var(--home-download-octocat-shift)), 0);
}

:root[data-theme="dark"] .home-download-section::before,
:root[data-theme="dark"] .home-download-section::after {
	filter: grayscale(1) invert(1);
	opacity: 0.07;
}

.home-download-section .home-section-kicker {
	color: var(--dp-blue-dark);
}

.home-download-section .home-section-kicker::before {
	background: var(--dp-highlight);
	opacity: 1;
}

.home-download-intro,
.home-download-grid {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 1120px);
	margin-block-start: 0;
	margin-right: auto;
	margin-left: auto;
}

.home-download-intro {
	display: block;
	margin-bottom: clamp(28px, 3vw, 36px);
}

.home-download-intro > * {
	margin: 0;
}

.home-download-intro :where(h2) {
	max-width: 720px;
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	letter-spacing: -0.035em;
	line-height: 1.05;
	text-wrap: balance;
}

.home-download-intro__summary {
	max-width: 620px;
	margin: 14px 0 0;
	color: var(--dp-muted);
	font-size: 15px;
	line-height: 1.65;
}

.home-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	margin-block-end: 0;
}

.home-download-card {
	--home-download-accent: var(--dp-blue);
	--home-download-button-text: #fff;
	--home-download-card-padding: clamp(24px, 3vw, 30px);
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	height: 100%;
	margin: 0;
	padding: var(--home-download-card-padding);
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: color-mix(in srgb, var(--dp-paper) 97%, var(--home-download-accent));
	color: inherit;
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.home-download-card--blocks {
	--home-download-accent: #d99f00;
	--home-download-button-text: var(--dp-ink);
}

.home-download-card::before {
	position: absolute;
	top: var(--home-download-card-padding);
	left: var(--home-download-card-padding);
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	border: 1px solid color-mix(in srgb, var(--home-download-accent) 52%, var(--dp-line));
	border-radius: var(--dp-radius);
	background: color-mix(in srgb, var(--home-download-accent) 11%, var(--dp-paper));
	content: "";
}

.home-download-card::after {
	position: absolute;
	top: calc(var(--home-download-card-padding) + 11px);
	left: calc(var(--home-download-card-padding) + 11px);
	width: 22px;
	height: 22px;
	background: color-mix(in srgb, var(--home-download-accent) 82%, var(--dp-ink));
	content: "";
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4.5' width='17' height='12' rx='1.5'/%3E%3Cpath d='M8 20h8M12 16.5V20'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-download-card--blocks::after {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Crect x='3.5' y='3.5' width='7' height='7' rx='1.2'/%3E%3Crect x='13.5' y='3.5' width='7' height='7' rx='1.2'/%3E%3Crect x='3.5' y='13.5' width='7' height='7' rx='1.2'/%3E%3Crect x='13.5' y='13.5' width='7' height='7' rx='1.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-download-card__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 44px;
	margin: 0 0 22px;
	padding-left: 58px;
	color: var(--dp-muted);
	font: 750 11px/1.2 var(--dp-font-mono);
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.home-download-card__meta span:last-child {
	opacity: 0.8;
}

.home-download-card :where(h3) {
	max-width: 500px;
	margin: 0;
	color: inherit;
	font-size: clamp(28px, 3.2vw, 38px);
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-wrap: balance;
}

.home-download-card > p:not(.home-download-card__meta, .home-download-card__requirements) {
	max-width: 54ch;
	margin: 14px 0 0;
	color: var(--dp-muted);
	line-height: 1.6;
}

.home-download-card > .home-download-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 24px 0 0;
	padding: 0;
	padding-inline-start: 0;
	list-style: none;
}

.home-download-card__features li {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid color-mix(in srgb, var(--home-download-accent) 30%, var(--dp-line));
	border-radius: 999px;
	background: color-mix(in srgb, var(--home-download-accent) 8%, var(--dp-paper));
	color: color-mix(in srgb, var(--home-download-accent) 62%, var(--dp-ink));
	font: 800 11px/1.2 var(--dp-font-ui);
	letter-spacing: 0;
}

.home-download-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;
}

.home-download-card__actions .wp-block-buttons,
.home-download-card__actions .wp-block-button {
	margin: 0;
}

.home-download-card__actions > p {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin: 0;
}

.home-download-card__actions .wp-block-button__link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	min-height: 44px;
	padding: 11px 16px;
	border: 1px solid var(--home-download-accent);
	border-radius: 7px;
	background: var(--home-download-accent);
	color: var(--home-download-button-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.home-download-card__actions .wp-block-button__link::before {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	background: currentColor;
	content: "";
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12m0 0 4-4m-4 4-4-4M5 20h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-download-card__actions .wp-block-button__link:hover {
	filter: brightness(0.94);
	transform: translateY(-1px);
}

.home-download-card__actions .wp-block-button__link:focus-visible {
	outline: 2px solid var(--home-download-accent);
	outline-offset: 3px;
}

.home-download-card__preview {
	color: color-mix(in srgb, var(--home-download-accent) 78%, var(--dp-ink));
	font-size: 12px;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.home-download-card__requirements {
	margin: 0;
	padding-top: 14px;
	font: 680 10px/1.4 var(--dp-font-mono);
	opacity: 0.62;
}

.homepage-content > .wp-block-docspress-audience-paths.alignwide {
	width: 100%;
	margin-top: clamp(84px, 11vw, 128px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.homepage-content > .wp-block-docspress-audience-paths + .wp-block-docspress-audience-paths {
	margin-top: 24px;
}

.homepage-content > .wp-block-docspress-callout {
	margin-top: 44px;
}

.homepage-content > .wp-block-docspress-callout + h2 {
	margin-top: 56px;
}

.homepage-updates {
	margin-top: 88px;
	padding-top: 30px;
	border-top: 1px solid var(--dp-line);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.section-heading .entry-kicker {
	margin-bottom: 7px;
	font-size: 13px;
}

:where(.section-heading) :where(h2) {
	margin: 0;
	font-size: clamp(28px, 3vw, 36px);
	letter-spacing: -0.04em;
}

.homepage-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.homepage-card-grid > li {
	display: flex;
	min-width: 0;
	margin: 0;
}

.homepage-card-grid .content-card {
	grid-template-rows: auto minmax(0, 1fr);
	width: 100%;
	height: 100%;
}

.homepage-card-grid .content-card-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 16px;
}

.homepage-card-grid .content-card-body > * {
	margin-block-start: 0;
}

:where(.homepage-card-grid) :where(.result-card) :where(h2) {
	font-size: 18px;
	line-height: 1.22;
}

.homepage-card-grid .content-card-taxonomy,
.homepage-card-grid .entry-meta,
.homepage-card-grid .content-card-link {
	font-size: 13px;
}

.homepage-card-grid .content-card-taxonomy {
	margin: 0 0 5px;
	line-height: 1.35;
}

.homepage-card-grid .content-card .entry-meta {
	margin: 0 0 10px;
}

.homepage-card-grid .content-card-excerpt {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.55;
}

.homepage-card-grid .content-card-link {
	margin-top: auto;
	padding-top: 16px;
	font-weight: 700;
}

.homepage-discussion {
	width: min(100%, var(--dp-content-width));
	margin: 80px auto 0;
}

/* Native WordPress comments and reply forms. */
.comments-area {
	margin-top: 56px;
	padding-top: 32px;
	border-top: 1px solid var(--dp-line);
}

.comments-header {
	margin-bottom: 18px;
}

.comments-eyebrow {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.11em;
	opacity: 0.78;
	text-transform: uppercase;
}

:where(.comments-title),
:where(.comment-reply-title) {
	margin: 5px 0 0;
	font-size: clamp(26px, 3.6vw, 34px);
	letter-spacing: -0.035em;
}

.comments-count {
	display: inline-grid;
	place-items: center;
	min-width: 26px;
	height: 26px;
	margin-left: 8px;
	padding: 0 7px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: var(--dp-blue-soft);
	font-size: 12px;
	vertical-align: middle;
}

.comment-list,
.comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list {
	border-top: 1px solid var(--dp-line);
}

.comment-list .children {
	margin-left: 24px;
	padding-left: 20px;
	border-left: 1px solid var(--dp-line);
}

.comment-list .comment-body {
	position: relative;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid var(--dp-line);
	background: transparent;
}

.comment-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-bottom: 10px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	font-weight: 800;
}

.comment-author .avatar {
	border: 1px solid var(--dp-line);
	border-radius: 50%;
	background: var(--dp-paper);
}

.comment-author .says {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-metadata {
	margin: 0;
	font-size: 12px;
	opacity: 0.72;
}

.comment-metadata a {
	text-decoration: none;
}

.docspress-hide-comment-dates .comment-metadata > a:first-child {
	display: none;
}

.comment-content > *:first-child {
	margin-top: 0;
}

.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-content .jetpack-comment-likes-widget-wrapper {
	min-height: 22px;
	margin-top: 8px;
}

.comment-content .jetpack-comment-likes-widget-wrapper iframe {
	display: block;
}

.reply {
	margin-top: 6px;
}

.comment-reply-link {
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.bypostauthor > .comment-body {
	border-bottom-color: color-mix(in srgb, var(--dp-blue) 45%, var(--dp-line));
}

.comment-awaiting-moderation,
.comments-closed {
	padding: 12px 15px;
	border-radius: var(--dp-radius);
	background: var(--dp-blue-soft);
	font-size: 13px;
	font-style: normal;
}

.comment-respond,
.comment-respond-shell {
	margin-top: 30px;
	scroll-margin-top: calc(var(--dp-header-height) + 24px);
}

:where(.comment-reply-title) {
	font-size: 26px;
}

.cancel-reply,
.comment-reply-title small {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	vertical-align: middle;
}

.comment-notes,
.logged-in-as {
	font-size: 13px;
	opacity: 0.72;
}

.comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.comment-form > p {
	margin: 0;
}

.comment-form .comment-notes,
.comment-form .logged-in-as,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit,
.comment-form > iframe.jetpack_remote_comment {
	grid-column: 1 / -1;
}

.comment-form > iframe.jetpack_remote_comment {
	display: block;
	width: 100% !important;
	max-width: 100%;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 800;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.post-password-form input[type="password"] {
	width: 100%;
	padding: 11px 0;
	border: 0;
	border-bottom: 1px solid var(--dp-line-strong);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	transition: border-color 150ms ease;
}

.comment-form textarea {
	min-height: 160px;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus,
.post-password-form input:focus {
	border-bottom-color: var(--dp-blue);
	box-shadow: none;
	outline: none;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: start;
	gap: 9px;
}

.comment-form-cookies-consent label {
	margin: 0;
	font-weight: 500;
}

.comment-form .submit,
.post-password-form input[type="submit"] {
	min-height: 44px;
	cursor: pointer;
}

.alignleft {
	float: left;
	margin: 0.5em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	color: var(--dp-muted);
	font-size: 13px;
	text-align: center;
}

.sticky {
	border-color: color-mix(in srgb, var(--dp-blue) 55%, var(--dp-line));
}

.empty-state {
	padding: 44px;
	border: 1px dashed var(--dp-line-strong);
	border-radius: var(--dp-radius);
	background: var(--dp-canvas);
	text-align: center;
}

.empty-state p {
	margin: 10px 0 0;
	color: var(--dp-muted);
}

.drawer-scrim {
	display: none;
}

@media (max-width: 1180px) {
	.docs-shell {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.docs-shell.is-sidebar-collapsed,
	.docs-shell:has(> .docs-sidebar.is-sidebar-collapsed) {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.docs-toc {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header-inner > .primary-navigation,
	.search-shortcut span,
	.search-shortcut kbd {
		display: none;
	}

	.search-shortcut {
		justify-content: center;
		min-width: 40px;
		width: 40px;
		padding-inline: 0;
	}

	.menu-toggle {
		display: inline-flex;
	}

	body.has-docs-sidebar .docspress-menu-toggle {
		display: block;
	}
}

@media (max-width: 860px) {
	:root {
		--dp-header-height: 62px;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.header-inner {
		padding: 0 16px;
	}

	.brand-wordpress {
		display: none;
	}

	.search-shortcut {
		min-width: 40px;
		justify-content: center;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.footer-publishing-note {
		display: none;
	}

	.footer-meta.wp-block-group {
		flex: 0 1 auto;
		margin-right: 0 !important;
		padding-left: 12px;
	}

	.footer-automattic {
		padding-left: 0;
		border-left: 0;
	}

	.docs-shell {
		display: block;
	}

	.docs-sidebar {
		position: fixed;
		top: var(--dp-header-height);
		left: 0;
		z-index: 90;
		display: block;
		width: min(86vw, 320px);
		height: calc(100vh - var(--dp-header-height));
		padding: 23px 0 32px;
		overflow-y: auto;
		overflow-x: hidden;
		box-shadow: var(--dp-shadow);
		transform: translateX(-105%);
		transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.docs-sidebar-content {
		overflow: visible;
	}

	.docs-sidebar.is-sidebar-collapsed {
		width: min(86vw, 320px);
		padding: 23px 0 32px;
		overflow-y: auto;
	}

	.docs-sidebar.is-sidebar-collapsed .docs-sidebar-header {
		justify-content: space-between;
		margin: 0 8px 14px 16px;
	}

	.docs-sidebar.is-sidebar-collapsed .sidebar-eyebrow,
	.docs-sidebar.is-sidebar-collapsed .docs-sidebar-content {
		display: block;
	}

	.sidebar-collapse-toggle {
		display: none;
	}

	.admin-bar .docs-sidebar {
		top: calc(var(--dp-header-height) + 46px);
		height: calc(100vh - var(--dp-header-height) - 46px);
	}

	body.drawer-open .docs-sidebar {
		transform: translateX(0);
	}

	.drawer-scrim {
		position: fixed;
		inset: var(--dp-header-height) 0 0;
		z-index: 80;
		border: 0;
		background: rgba(10, 13, 20, 0.44);
		cursor: pointer;
	}

	body.drawer-open .drawer-scrim {
		display: block;
	}

	.docs-main {
		padding: 42px 24px 66px;
	}

	.site-content-shell,
	.homepage-main {
		width: min(100% - 32px, 760px);
		padding: 48px 0 70px;
	}

	.homepage-content > .wp-block-docspress-hero {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.homepage-content > .wp-block-docspress-hero .docspress-hero__copy {
		padding: 44px 0 36px;
	}

	.homepage-content > .wp-block-docspress-hero .docspress-hero__visual {
		min-height: 0;
		padding: 0 0 40px;
		border: 0;
	}

	.homepage-content > .wp-block-docspress-hero .docspress-hero__media {
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.home-proof-grid,
	.home-feature-grid,
	.home-sync-grid,
	.home-download-intro,
	.home-download-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-proof-item,
	.home-proof-item:first-child,
	.home-proof-item:last-child {
		padding: 24px 0;
		border-top: 1px solid var(--dp-line);
		border-left: 0;
	}

	.home-proof-item:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.home-proof-item:last-child {
		padding-bottom: 0;
	}

	.home-sync-section {
		padding: 40px 0 0;
	}

	.home-download-section {
		--home-download-face-size: clamp(210px, 38vw, 300px);
		padding: 72px 0;
	}

	.home-download-intro {
		align-items: start;
	}

	.home-download-grid {
		gap: 14px;
	}

	.home-download-card,
	.home-download-card + .home-download-card {
		--home-download-card-padding: 24px;
		min-height: 0;
		padding: var(--home-download-card-padding);
		border: 1px solid var(--dp-line);
		border-radius: var(--dp-radius);
	}

	.homepage-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.header-inner {
		padding-inline: 10px;
	}

	.brand {
		gap: 7px;
		font-size: 16px;
	}

	.brand-mark {
		width: 32px;
		height: 32px;
	}

	.header-actions {
		gap: 6px;
	}

	.repository-link {
		display: none;
	}

	:where(.homepage-content > .wp-block-docspress-hero .docspress-hero__title) {
		font-size: clamp(42px, 12vw, 58px);
	}

	.homepage-content > .wp-block-docspress-hero .docspress-hero__description {
		font-size: 17px;
	}

	.home-sync-section {
		padding: 36px 0 0;
	}

	.home-download-section {
		--home-download-face-size: 210px;
		padding: 60px 0;
	}

	.home-download-intro,
	.home-download-grid {
		width: min(100% - 36px, 1120px);
	}

	.home-download-intro :where(h2) {
		font-size: clamp(34px, 10vw, 44px);
	}

	.home-download-card__meta {
		margin-bottom: 28px;
	}

	.search-dialog {
		width: calc(100vw - 18px);
		height: calc(100dvh - 26px);
		margin-top: 13px;
		border-radius: var(--dp-search-radius);
	}

	.admin-bar .search-dialog {
		height: calc(100dvh - 64px);
		margin-top: 52px;
	}

	.command-search-field {
		min-height: 62px;
		padding-right: 56px;
		padding-left: 50px;
	}

	.command-search-field > svg {
		left: 18px;
	}

	.command-search-field input[type="search"] {
		font-size: 17px;
	}

	.command-search-close {
		right: 13px;
		width: 32px;
		height: 32px;
	}

	.command-search-body {
		padding: 10px;
	}

	.command-search-result a {
		padding-left: 13px;
	}

	.command-search-footer {
		justify-content: center;
		gap: 10px;
		padding-inline: 10px;
	}

	.command-search-footer span:first-child {
		display: none;
	}

	:where(.entry-title) {
		font-size: 39px;
	}

	.entry-content :where(h2) {
		font-size: 25px;
	}

	.docs-pagination {
		grid-template-columns: 1fr;
	}

	.pagination-next {
		align-items: flex-start;
		text-align: left;
	}

	.copy-code {
		opacity: 1;
	}

	.page-actions {
		display: grid;
	}

	.page-action {
		width: 100%;
	}

	.docspress-feedback {
		grid-template-columns: minmax(0, 1fr);
		padding: 18px;
	}

	.docspress-feedback-actions {
		width: 100%;
	}

	.docspress-feedback-button {
		flex: 1;
	}

	.comment-list .children {
		margin-left: 8px;
		padding-left: 12px;
	}

	.comment-list .comment-body {
		padding: 16px 0;
	}

	.comment-respond,
	.comment-respond-shell {
		padding: 0;
	}

	.comment-form {
		grid-template-columns: 1fr;
	}

	.comment-form > p {
		grid-column: 1;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer {
		padding-inline: 12px;
	}

	.footer-inner {
		min-height: 56px;
		gap: 6px;
	}

	.footer-signature p {
		display: none;
	}

	.footer-navigation a {
		padding-inline: 7px;
		font-size: 12px;
	}

	.footer-navigation .wp-block-navigation-item:nth-child(2) {
		display: none;
	}
}

@media (max-width: 520px) {
	.footer-inner {
		flex-wrap: wrap !important;
		padding-block: 9px;
	}

	.footer-meta.wp-block-group {
		order: 3;
		flex: 1 0 100%;
		justify-content: center;
		padding: 8px 0 0;
		border-top: 1px solid var(--dp-line);
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.docs-sidebar,
	.docs-toc,
	.docspress-feedback,
	.docs-pagination,
	.search-dialog,
	.site-footer {
		display: none !important;
	}

	.comments-area,
	.docspress-hero__actions {
		display: none !important;
	}

	.docs-shell {
		display: block;
	}

	.docs-main {
		padding: 0;
	}

	.docs-article {
		width: 100%;
	}
}

/* Block theme structure and Site Editor parity. */
body .wp-site-blocks {
	min-height: 100vh;
	padding: 0;
}

.wp-site-blocks > header,
.wp-site-blocks > footer,
.wp-site-blocks > .wp-block-template-part,
.wp-site-blocks > main,
.wp-site-blocks > .docs-shell {
	margin-block-start: 0;
}

.wp-site-blocks > header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	max-width: none;
	height: var(--dp-header-height);
	margin-inline: 0;
}

.editor-styles-wrapper .is-root-container > header.wp-block-template-part {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.admin-bar .wp-site-blocks > header.wp-block-template-part {
	top: 32px;
}

body .wp-site-blocks > header.wp-block-template-part > .site-header.wp-block-group,
.editor-styles-wrapper .is-root-container > header.wp-block-template-part > .site-header.wp-block-group {
	position: static;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body .wp-site-blocks > header.wp-block-template-part > .site-header.wp-block-group > .header-inner.wp-block-group,
.editor-styles-wrapper .is-root-container > header.wp-block-template-part > .site-header.wp-block-group > .header-inner.wp-block-group {
	width: 100%;
	max-width: none;
	margin: 0;
}

.brand.wp-block-group {
	margin: 0;
	gap: 11px;
}

.header-actions.wp-block-group {
	margin: 0 0 0 auto;
	gap: 8px;
}

.brand .wp-block-site-logo,
.brand .wp-block-site-title,
.brand .brand-title,
.brand .brand-wordpress {
	margin: 0;
}

.brand .wp-block-site-logo {
	flex: 0 0 auto;
}

.brand .wp-block-site-logo img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: contain;
}

.brand .wp-block-site-title a,
.brand .brand-title a {
	color: inherit;
	text-decoration: none;
}

.brand .brand-wordpress {
	opacity: 1;
}

.primary-navigation .wp-block-navigation__container {
	flex-wrap: nowrap;
	gap: 4px !important;
}

.header-inner > .primary-navigation {
	margin-left: 18px;
}

.primary-navigation .wp-block-navigation-item__content {
	padding: 8px 10px;
}

.primary-navigation .is-current-page > .wp-block-navigation-item__content,
.primary-navigation .wp-block-navigation-item__content.is-current-page,
.primary-navigation .current-menu-item > .wp-block-navigation-item__content,
.primary-navigation .current_page_item > .wp-block-navigation-item__content,
.primary-navigation .wp-block-navigation-item__content[aria-current="page"] {
	background: var(--dp-highlight);
	box-shadow: none;
	color: var(--dp-active-ink);
}

.search-shortcut kbd {
	border-color: color-mix(in srgb, var(--dp-highlight-strong) 48%, var(--dp-line));
	background: color-mix(in srgb, var(--dp-highlight) 22%, var(--dp-paper));
	color: var(--dp-ink);
}

.header-actions > *,
.docspress-command-search,
.docspress-color-toggle,
.docspress-menu-toggle {
	margin: 0;
}

.repository-link.wp-block-social-links {
	margin: 0;
	gap: 8px;
}

.repository-link .wp-social-link {
	box-sizing: border-box;
	width: 42px;
	height: 40px;
	border: 1px solid var(--dp-line);
	border-radius: 8px;
	background: var(--dp-canvas);
	color: var(--dp-muted);
}

.repository-link .wp-block-social-link-anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 38px;
	padding: 10px;
}

.repository-link .wp-block-social-link-anchor svg {
	width: 18px;
	height: 18px;
}

.docs-shell.wp-block-group {
	max-width: none;
	margin: 0;
	padding: 0;
}

.docs-shell > * {
	margin-block-start: 0;
}

.docs-main.wp-block-group {
	max-width: none;
	margin: 0;
}

.docs-article.wp-block-group {
	max-width: var(--dp-content-width);
}

.entry-header.wp-block-group {
	max-width: none;
}

.entry-header > *:first-child {
	margin-block-start: 0;
}

.entry-header > *:last-child {
	margin-block-end: 0;
}

.entry-kicker {
	width: fit-content;
	gap: var(--wp--custom--entry-kicker-gap, 6px);
	padding: var(--wp--custom--entry-kicker-padding, 4px 10px 4px 8px);
	border: var(--wp--custom--entry-kicker-border, 2px solid var(--dp-ink));
	border-radius: var(--wp--custom--entry-kicker-radius, 999px);
	background: var(--wp--custom--entry-kicker-background, var(--dp-highlight));
	box-shadow: var(--wp--custom--entry-kicker-shadow, 3px 3px 0 var(--dp-highlight-strong));
}

.entry-kicker::before {
	width: var(--wp--custom--entry-kicker-marker-width, 6px);
	height: var(--wp--custom--entry-kicker-marker-height, 6px);
	border-radius: var(--wp--custom--entry-kicker-marker-radius, 50%);
	background: var(--wp--custom--entry-kicker-marker-background, var(--dp-highlight-strong));
}

html[data-theme="dark"] .entry-kicker:not(.has-border-color) {
	border: var(--wp--custom--entry-kicker-dark-border, var(--wp--custom--entry-kicker-border, 2px solid var(--dp-ink)));
}

html[data-theme="dark"] .entry-kicker:not(.has-background) {
	background: var(--wp--custom--entry-kicker-dark-background, var(--wp--custom--entry-kicker-background, var(--dp-highlight)));
}

html[data-theme="dark"] .entry-kicker {
	box-shadow: var(--wp--custom--entry-kicker-dark-shadow, var(--wp--custom--entry-kicker-shadow, 3px 3px 0 var(--dp-highlight-strong)));
}

html[data-theme="dark"] .entry-kicker:not(.has-text-color) {
	color: var(--wp--custom--entry-kicker-dark-color, var(--wp--custom--entry-kicker-color, var(--dp-highlight)));
}

html[data-theme="dark"] .entry-kicker::before {
	background: var(--wp--custom--entry-kicker-dark-marker-background, var(--wp--custom--entry-kicker-marker-background, var(--dp-highlight-strong)));
}

:where(.entry-title) {
	font-size: var(--wp--custom--entry-title-size, clamp(42px, 5.6vw, 68px));
	font-weight: var(--wp--custom--entry-title-weight, var(--dp-heading-weight));
	letter-spacing: var(--wp--custom--entry-title-letter-spacing, -0.06em);
	line-height: var(--wp--custom--entry-title-line-height, 0.98);
}

.entry-header::after {
	width: var(--wp--custom--entry-rule-width, 74px);
	height: var(--wp--custom--entry-rule-height, 4px);
	border-radius: var(--wp--custom--entry-rule-radius, 999px);
	background: var(--wp--custom--entry-rule-background, linear-gradient(90deg, var(--dp-blue) 0 72%, var(--dp-highlight) 72% 100%));
}

.docs-nav a[aria-current="page"] .nav-dot,
.docs-nav-custom .current-menu-item > a::before {
	background: var(--dp-highlight);
	box-shadow: 0 0 0 2px var(--dp-ink);
}

.entry-content blockquote,
.entry-content .wp-block-quote {
	border-color: color-mix(in srgb, var(--dp-blue) 20%, var(--dp-line));
	border-left-color: var(--dp-highlight);
	background: color-mix(in srgb, var(--dp-highlight) 9%, var(--dp-paper));
}

:where(.page-action-wordpress) {
	border-color: var(--dp-blue);
	background: var(--dp-blue);
	color: #fff;
	box-shadow: 0 4px 12px color-mix(in srgb, var(--dp-blue) 18%, transparent);
}

:where(.page-action-wordpress:hover) {
	border-color: var(--dp-blue-dark);
	background: var(--dp-blue-dark);
	color: #fff;
}

.pagination-direction {
	color: var(--dp-blue-dark);
}

.entry-summary:empty,
.wp-block-post-excerpt:has(.wp-block-post-excerpt__excerpt:empty) {
	display: none;
}

.breadcrumbs li:not(:last-child)::after {
	content: none;
}

.breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.breadcrumbs li > span {
	color: var(--dp-line-strong);
}

.docs-toc.wp-block-docspress-table-of-contents,
.docs-sidebar.wp-block-docspress-docs-navigation {
	margin: 0;
}

.page-no-sidebar-article.wp-block-group {
	width: min(100%, var(--dp-content-width));
	margin-inline: auto;
}

.page-wide-article.wp-block-group {
	width: min(100%, 1000px);
}

.page-no-sidebar-article > .wp-block-template-part,
.page-wide-article > .wp-block-template-part {
	display: block;
}

.comments-area.wp-block-comments {
	margin-top: 64px;
	padding-top: 0;
	border-top: 0;
}

.comments-area.wp-block-comments > * {
	margin-block-start: 0;
}

.comments-area .comments-header.wp-block-group {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin: 0 0 28px;
	padding: 0;
	border: 0;
}

.comments-area .comments-heading {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.comments-area .comments-heading > *,
.comments-area .comments-intro {
	margin-block: 0;
}

.comments-area .comments-eyebrow {
	margin: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

:where(.comments-area) :where(.comments-title) {
	display: block;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.comments-area .comments-intro {
	justify-self: start;
	max-width: 52ch;
	padding: 0;
	opacity: 0.72;
	text-align: left;
}

.comments-area .wp-block-comment-template {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 0;
	list-style: none;
}

.comments-area .wp-block-comment-template .wp-block-comment-template {
	margin: 14px 0 0 26px;
	padding-left: 18px;
	border-left: 2px solid var(--dp-line);
}

.comments-area .comment-body {
	margin: 0;
	padding: 22px 0 26px;
	border: 0;
	border-bottom: 1px solid var(--dp-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.comments-area .comment-meta {
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
}

.comments-area .wp-block-avatar {
	flex: 0 0 auto;
}

.comments-area .wp-block-avatar img {
	display: block;
	border: 0;
	border-radius: 50%;
	background: var(--dp-canvas);
}

.comments-area .comment-author-details {
	align-items: flex-start;
	gap: 1px;
	margin: 0;
}

.comments-area .wp-block-comment-author-name {
	font-size: 14px;
	font-weight: 850;
	line-height: 1.3;
}

.comments-area .wp-block-comment-author-name a,
.comments-area .wp-block-comment-date a {
	text-decoration: none;
}

.comments-area .wp-block-comment-date {
	margin: 0;
	font-size: 12px;
	opacity: 0.72;
}

.comments-area .wp-block-comment-content {
	margin: 0 0 14px 56px;
}

.comments-area .wp-block-comment-content > *:first-child {
	margin-top: 0;
}

.comments-area .wp-block-comment-content > *:last-child {
	margin-bottom: 0;
}

.comments-area .comment-actions {
	gap: 14px;
	margin: 0 0 0 56px;
}

.comments-area .wp-block-comment-reply-link,
.comments-area .wp-block-comment-edit-link {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
}

.comments-area .wp-block-comment-reply-link a,
.comments-area .wp-block-comment-edit-link a {
	text-decoration: none;
}

.comments-area .wp-block-comment-reply-link a:hover,
.comments-area .wp-block-comment-edit-link a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.comments-area .comments-pagination {
	margin: 22px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--dp-line);
}

.comments-area .comments-pagination a,
.comments-area .comments-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	min-height: 36px;
	padding: 6px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.comments-area .comments-pagination a:hover,
.comments-area .comments-pagination .page-numbers.current {
	background: transparent;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.comments-area .comment-form-shell {
	margin: 36px 0 0;
	padding: 28px 0 0;
	border: 0;
	border-top: 1px solid var(--dp-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.comments-area .comment-form-eyebrow {
	margin-bottom: 8px;
}

.comments-area .comment-form-shell .comment-respond {
	margin-top: 0;
}

.comments-area .comment-form-shell .comment-reply-title {
	margin-top: 0;
}

.error-main {
	display: flex;
	align-items: center;
	width: min(100% - 48px, 1100px);
	margin-inline: auto;
}

.error-shell.wp-block-group {
	width: min(100%, var(--dp-content-width));
	max-width: var(--dp-content-width);
	margin-inline: auto;
}

.error-copy.wp-block-group,
.error-copy > *:first-child,
.error-recovery > *:first-child {
	margin-block-start: 0;
}

.error-copy > *:last-child,
.error-recovery > *:last-child {
	margin-block-end: 0;
}

.error-header {
	margin-bottom: 32px;
}

.error-title {
	max-width: 9ch;
}

.error-summary {
	max-width: 34ch;
}

.error-recovery.wp-block-group {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.error-search-label {
	margin: 0 0 10px;
	color: var(--dp-ink);
	font-family: var(--dp-font-ui);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.error-search.wp-block-search {
	margin: 0;
}

.error-search .wp-block-search__inside-wrapper {
	gap: 10px;
	padding: 0 0 7px;
	border: 0;
	border-bottom: 1px solid var(--dp-line-strong);
	border-radius: 0;
	background: transparent;
}

.error-search .wp-block-search__inside-wrapper:focus-within {
	border-bottom-color: var(--dp-blue);
}

.error-search .wp-block-search__input {
	min-width: 0;
	padding: 9px 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--dp-ink);
	font-family: var(--dp-font-ui);
	font-size: 14px;
}

.error-search .wp-block-search__input:focus {
	box-shadow: none;
}

.error-search .wp-block-search__button {
	display: inline-grid;
	place-items: center;
	margin: 0;
	padding: 10px 14px;
	border: 0;
	border-radius: calc(var(--dp-radius) * 0.7);
	background: var(--dp-blue);
	color: var(--dp-paper);
}

.error-search .wp-block-search__button:hover {
	background: var(--dp-blue-dark);
}

.error-actions.wp-block-buttons {
	gap: 18px;
	margin-top: 18px;
}

.site-main {
	min-height: calc(100vh - var(--dp-header-height));
	padding-top: var(--wp--preset--spacing--70, 3rem);
	padding-bottom: var(--wp--preset--spacing--80, 4.5rem);
}

.landing-page.site-main {
	max-width: none;
	padding-top: 0;
}

.landing-page > .wp-block-post-content {
	margin-block-start: 0;
}

.home-posts {
	width: min(100% - 32px, 1200px);
}

.post-card {
	height: 100%;
	padding: var(--wp--preset--spacing--50, 1.5rem);
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: var(--dp-paper);
	box-shadow: var(--dp-shadow);
}

.site-footer.wp-block-group {
	margin: 0;
}

.footer-inner.wp-block-group {
	display: flex;
}

.footer-navigation .wp-block-navigation__container {
	gap: 2px;
}

.is-style-underline .wp-block-navigation-item__content {
	border-bottom: 2px solid transparent;
	border-radius: 0;
}

.is-style-underline .wp-block-navigation-item__content:hover,
.is-style-underline .current-menu-item > .wp-block-navigation-item__content {
	border-bottom-color: var(--dp-blue);
	background: transparent;
}

.is-style-framed {
	padding: 6px;
	border: 1px solid var(--dp-line);
	border-radius: var(--dp-radius);
	background: var(--dp-canvas);
}

.wp-block-button.is-style-text-arrow .wp-block-button__link {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
	background: transparent;
	color: var(--dp-blue-dark);
}

.wp-block-button.is-style-text-arrow .wp-block-button__link::after {
	content: " →";
}

.wp-block-post-template.is-style-doc-cards {
	gap: var(--wp--preset--spacing--50, 1.5rem);
}

.docspress-component-editor {
	min-height: 44px;
	padding: 8px;
	border: 1px dashed color-mix(in srgb, var(--dp-blue) 42%, var(--dp-line));
	border-radius: var(--dp-radius);
}

.docspress-component-editor--breadcrumbs {
	min-height: 0;
	padding: 0;
	border: 0;
}

.docspress-component-editor--command-search {
	min-height: 0;
	padding: 0;
	border: 0;
}

.docspress-command-search-editor-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgb(15 19 28 / var(--dp-search-overlay-opacity));
	backdrop-filter: blur(var(--dp-search-overlay-blur));
}

.docspress-command-search-editor-overlay .command-search-result a {
	cursor: default;
}

.docspress-component-editor--breadcrumbs .breadcrumbs {
	margin: 0;
}

.docspress-component-editor--table-of-contents {
	min-height: 0;
	padding: 0;
	border: 0;
}

.docspress-component-editor--table-of-contents .docs-toc {
	position: static;
	height: auto;
	min-height: 240px;
	padding: 47px 18px 28px 10px;
}

.docspress-component-editor--table-of-contents .toc-list a[aria-disabled="true"] {
	cursor: default;
}

.docspress-component-editor--edit-links {
	min-height: 0;
	padding: 0;
	border: 0;
}

.docspress-component-editor--edit-links .page-actions {
	margin: 0;
}

.docspress-component-editor--edit-links .page-action[aria-disabled="true"] {
	pointer-events: none;
}

.docspress-component-editor--was-this-helpful .docspress-feedback {
	margin: 0;
}

.docspress-component-editor--docs-menu-toggle .docspress-menu-toggle {
	display: block;
}

.docspress-component-editor--docs-menu-toggle .menu-toggle {
	display: inline-flex;
}

.docspress-component-editor--page-summary {
	min-height: 0;
	padding: 0;
	border: 0;
}

.docspress-component-editor--page-summary .entry-summary {
	margin-top: 0;
}

.docspress-component-placeholder {
	padding: 14px;
	color: var(--dp-muted);
	font-size: 13px;
	text-align: center;
}

@media (max-width: 860px) {
	.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 46px;
	}

	.header-inner.wp-block-group {
		gap: 10px;
	}

	.primary-navigation {
		display: none;
	}

	.footer-inner.wp-block-group {
		display: flex;
	}

	.archive-main {
		width: min(100% - 32px, 760px);
	}

	.archive-card-grid {
		grid-template-columns: 1fr;
	}

	.comments-area .comments-header.wp-block-group {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 0;
	}

	.comments-area .comments-intro {
		justify-self: start;
		max-width: 44ch;
		padding: 0;
		text-align: left;
	}

	.comments-area .wp-block-comment-template .wp-block-comment-template {
		margin-left: 10px;
		padding-left: 10px;
	}

	.comments-area .comment-body {
		padding: 18px;
	}

	.comments-area .wp-block-comment-content,
	.comments-area .comment-actions {
		margin-left: 0;
	}

	.error-main {
		width: min(100% - 32px, 760px);
	}

	.error-title {
		max-width: 11ch;
	}
}
