.es-article {
	--es-ink: #1f2933;
	--es-muted: #607080;
	--es-line: #d9e2ec;
	--es-soft: #f6f8fb;
	--es-blue: #1d5f99;
	--es-green: #2f7d5c;
	--es-amber: #9a6418;
	--es-red: #9b2c2c;
	--es-shadow: 0 10px 28px rgba(31, 41, 51, .08);
	color: var(--es-ink);
	font-size: 18px;
	line-height: 1.72;
}

.es-article * {
	box-sizing: border-box;
}

.es-article p {
	margin: 0 0 18px;
}

.es-article h2 {
	margin: 42px 0 18px;
	font-size: 30px;
	line-height: 1.2;
}

.es-article h3 {
	margin: 28px 0 12px;
	font-size: 22px;
	line-height: 1.25;
}

.es-article a {
	color: var(--es-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.es-eyebrow {
	margin-bottom: 8px;
	color: var(--es-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.es-lead {
	padding: 22px 0 6px;
	font-size: 21px;
	line-height: 1.62;
}

.es-toc {
	margin: 24px 0 32px;
	padding: 22px 24px;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	background: var(--es-soft);
}

.es-toc-title strong,
.es-toc-title b {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.25;
}

.es-toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.es-toc-list li {
	margin: 0 0 11px;
	padding: 0;
	line-height: 1.42;
}

.es-toc-list li:last-child {
	margin-bottom: 0;
}

.es-toc-list a {
	color: var(--es-blue);
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.es-strip {
	margin: 26px 0;
	padding: 22px;
	border-left: 5px solid var(--es-blue);
	border-radius: 0 8px 8px 0;
	background: #eef6fc;
}

.es-note,
.es-warning,
.es-rule,
.es-accent,
.es-example,
.es-catalog,
.es-related,
.es-products,
.es-faq-item {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--es-shadow);
}

.es-note {
	border-top: 4px solid var(--es-green);
}

.es-accent {
	border-top: 4px solid var(--es-green);
	background: #f7fbf8;
}

.es-warning {
	border-top: 4px solid var(--es-red);
	background: #fffafa;
}

.es-rule {
	border-top: 4px solid var(--es-blue);
	background: #f8fbff;
}

.es-example {
	border-top: 4px solid var(--es-amber);
	background: #fff9ef;
}

.es-catalog {
	border-top: 4px solid var(--es-green);
	background: #f7fbf8;
}

.es-related {
	border-top: 4px solid var(--es-blue);
	background: #f8fbff;
}

.es-products {
	border-top: 4px solid var(--es-amber);
	background: #fffdf8;
}

.es-label {
	display: block;
	margin-bottom: 8px;
	color: var(--es-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.es-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0;
}

.es-mini {
	padding: 17px;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	background: #fff;
}

.es-mini b {
	display: block;
	margin-bottom: 6px;
}

.es-checklist {
	margin: 24px 0;
	padding: 0;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	overflow: hidden;
	list-style: none;
}

.es-checklist li {
	position: relative;
	margin: 0;
	padding: 15px 18px 15px 44px;
	border-bottom: 1px solid var(--es-line);
	background: #fff;
}

.es-checklist li:last-child {
	border-bottom: 0;
}

.es-checklist li:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--es-green);
}

.es-article .wp-block-image,
.es-figure {
	margin: 28px 0;
}

.es-article .wp-block-image img,
.es-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.es-article .wp-block-image figcaption,
.es-figure figcaption {
	margin-top: 8px;
	color: var(--es-muted);
	font-size: 14px;
	line-height: 1.45;
}

.es-table-wrap {
	margin: 24px 0;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	overflow-x: auto;
}

.es-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #fff;
}

.es-table th,
.es-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--es-line);
	vertical-align: top;
	text-align: left;
}

.es-table th {
	background: #f0f5f9;
	font-weight: 700;
}

.es-table tr:last-child td {
	border-bottom: 0;
}

.es-pair,
.es-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0;
}

.es-pair-card,
.es-product-card {
	padding: 17px;
	border: 1px solid var(--es-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--es-shadow);
}

.es-pair-card:first-child {
	border-top: 4px solid var(--es-amber);
}

.es-pair-card:last-child {
	border-top: 4px solid #7b8794;
}

.es-product-card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-height: 168px;
	box-shadow: none;
}

.es-product-kicker {
	color: var(--es-muted);
	font-size: 13px;
	line-height: 1.35;
}

.es-product-title {
	color: var(--es-blue);
	font-weight: 700;
	line-height: 1.32;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.es-product-note {
	margin: 0;
	color: var(--es-ink);
	font-size: 15px;
	line-height: 1.5;
}

.es-product-actions {
	margin-top: auto;
	padding-top: 4px;
}

.es-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 6px;
	background: var(--es-blue);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
}

.es-catalog ul,
.es-related ul {
	margin-bottom: 0;
}

@media (max-width: 720px) {
	.es-article {
		font-size: 17px;
	}

	.es-article h2 {
		font-size: 25px;
	}

	.es-grid,
	.es-pair,
	.es-product-grid {
		grid-template-columns: 1fr;
	}
}
