﻿.tabswire-single-main {
	--tabswire-single-content-width: 760px;
	--wp--style--global--content-size: var(--tabswire-single-content-width);
	--tabswire-single-content-link: #15803d;
	--tabswire-single-content-link-hover: #166534;
	margin-top: 0;
	overflow-x: clip;
}

.tabswire-single-article {
	margin: 0;
}

.tabswire-single {
	--tabswire-single-ink: #07121f;
	--tabswire-single-muted: #233548;
	--tabswire-single-line: #2e475d;
	--tabswire-single-border: #cfd8e2;
	--tabswire-single-link: #1f405d;
	color: var(--tabswire-single-ink);
	font-family: "Lexend Deca", sans-serif;
	margin: 0 auto;
	max-width: 1080px;
	padding: 18px 14px 0;
	width: 100%;
}

.tabswire-single,
.tabswire-single-content {
	box-sizing: border-box;
	min-width: 0;
}

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

.tabswire-single > br,
.tabswire-single__meta br,
.tabswire-single__breadcrumbs br {
	display: none;
}

.tabswire-single__breadcrumbs {
	align-items: center;
	color: var(--tabswire-single-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 8px;
	line-height: 1.5;
	margin-bottom: 36px;
	overflow-wrap: anywhere;
}

.tabswire-single__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabswire-single__breadcrumb-list li {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin: 0;
	min-width: 0;
}

.tabswire-single__breadcrumb-list li + li::before {
	border-right: 2px solid #5e7489;
	border-top: 2px solid #5e7489;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 7px;
	transform: rotate(45deg);
	width: 7px;
}

.tabswire-single__breadcrumb-current {
	display: inline-block;
	max-width: min(54vw, 620px);
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

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

.tabswire-single__breadcrumbs a:hover,
.tabswire-single__breadcrumbs a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.tabswire-single__breadcrumb-separator {
	border-right: 2px solid #5e7489;
	border-top: 2px solid #5e7489;
	display: inline-block;
	height: 7px;
	transform: rotate(45deg);
	width: 7px;
}

.tabswire-single__title {
	font-family: Satoshi, sans-serif;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 32px;
	max-width: 1080px;
	overflow-wrap: anywhere;
}

.tabswire-single__meta {
	align-items: center;
	border-bottom: 1px solid var(--tabswire-single-line);
	border-top: 1px solid var(--tabswire-single-line);
	display: flex;
	gap: clamp(24px, 5vw, 80px);
	justify-content: space-between;
	min-height: 96px;
	padding: 16px 0;
}

.tabswire-single__author {
	align-items: center;
	border-radius: 8px;
	color: var(--tabswire-single-ink);
	display: flex;
	gap: 22px;
	min-width: 0;
	text-decoration: none;
	transition: color 150ms ease, outline-color 150ms ease;
}

.tabswire-single__author:hover,
.tabswire-single__author:focus-visible {
	color: var(--tabswire-single-link);
}

.tabswire-single__author:focus-visible {
	outline: 3px solid rgba(77, 190, 142, 0.45);
	outline-offset: 6px;
}

.tabswire-single__avatar {
	display: inline-flex;
	position: relative;
}

.tabswire-single__avatar > img {
	border-radius: 50%;
	display: block;
	height: 52px;
	margin: 0;
	max-width: none;
	object-fit: cover;
	width: 52px;
}

.tabswire-single__verified {
	align-items: center;
	bottom: -4px;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: -5px;
	flex: 0 0 24px;
	width: 24px;
}

.tabswire-single__verified img {
	display: block;
	height: 100%;
	margin: 0;
	max-width: none;
	width: 100%;
}

.tabswire-single__author-name {
	font-size: 1.05rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.tabswire-single__dates {
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 1.05rem;
	justify-content: center;
	line-height: 1.45;
	min-width: 320px;
	overflow-wrap: anywhere;
}

.tabswire-single__dates strong {
	font-weight: 700;
}

.tabswire-single__dates time {
	font-weight: 400;
}

.tabswire-single__disclosure {
	border: 1px solid var(--tabswire-single-border);
	border-radius: 3px;
	margin: 22px auto 30px;
	max-width: var(--tabswire-single-content-width);
	overflow: hidden;
	width: calc(100% - 28px);
}

.tabswire-single__disclosure summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
	padding: 16px 14px;
}

.tabswire-single__disclosure summary::-webkit-details-marker {
	display: none;
}

.tabswire-single__disclosure summary::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 8px;
	transform: rotate(-45deg);
	width: 8px;
}

.tabswire-single__disclosure:not([open]) summary::after {
	transform: rotate(135deg);
}

.tabswire-single__disclosure-content {
	border-top: 1px solid var(--tabswire-single-border);
	color: #142a44;
	font-size: 0.78rem;
	line-height: 1.65;
	padding: 12px 10px;
}

.tabswire-single__disclosure-content p {
	margin: 0;
}

.tabswire-single__disclosure-content strong,
.tabswire-single__disclosure-content a {
	color: var(--tabswire-single-ink);
	font-weight: 700;
}

.tabswire-single-content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: calc(var(--tabswire-single-content-width) + 28px);
	padding: 0 14px 26px;
	width: 100%;
}

.tabswire-single-content .wp-block-post-content {
	font-size: clamp(1.0625rem, 1.08vw, 1.125rem);
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tabswire-single-content-width);
	overflow-wrap: break-word;
	text-align: left;
	width: 100%;
}

.tabswire-single-content .wp-block-post-content > * {
	max-width: 100%;
}

.tabswire-single-content .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.tabswire-single-content .wp-block-post-content > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.tabswire-single-content .wp-block-post-content > .alignwide {
	margin-left: 50% !important;
	max-width: min(100vw - 32px, 960px);
	transform: translateX(-50%);
	width: min(100vw - 32px, 960px);
}

.tabswire-single-content .wp-block-post-content > .alignfull {
	margin-left: 50% !important;
	max-width: 100vw;
	transform: translateX(-50%);
	width: 100vw;
}

.tabswire-single-content .wp-block-post-content > .alignleft,
.tabswire-single-content .wp-block-post-content > .alignright {
	max-width: min(50%, 320px);
}

.tabswire-single-content .wp-block-post-content > .alignleft {
	margin: 0.4em 1.4em 1em 0 !important;
}

.tabswire-single-content .wp-block-post-content > .alignright {
	margin: 0.4em 0 1em 1.4em !important;
}

.tabswire-single-content .wp-block-post-content :where(img, video, iframe, embed, object) {
	height: auto;
	max-width: 100%;
}

.tabswire-single-content .wp-block-image {
	margin-block: clamp(1.75rem, 4vw, 2.75rem);
}

.tabswire-single-content .wp-block-image :where(a, img) {
	border-radius: 10px;
}

.tabswire-single-content .wp-block-image a {
	display: inline-block;
	max-width: 100%;
	outline-offset: 5px;
	text-decoration: none;
}

.tabswire-single-content .wp-block-image a:focus-visible {
	outline: 3px solid rgba(21, 128, 61, 0.28);
}

.tabswire-single-content .wp-block-image img {
	background: #f3f7fb;
	border: 1px solid #d6e0ea;
	box-shadow: 0 18px 45px rgba(7, 18, 31, 0.1);
	display: block;
	margin-inline: auto;
	object-fit: cover;
}

.tabswire-single-content .wp-block-image:where(.size-large, .size-full) img,
.tabswire-single-content .wp-block-image.alignwide img,
.tabswire-single-content .wp-block-image.alignfull img {
	width: 100%;
}

.tabswire-single-content .wp-block-image.is-resized {
	width: fit-content;
}

.tabswire-single-content .wp-block-image.is-resized img {
	width: auto;
}

.tabswire-single-content .wp-block-image.is-style-rounded img {
	border-radius: 999px;
}

.tabswire-single-content .wp-block-image figcaption {
	color: #526b84;
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 12px auto 0;
	max-width: min(100%, 680px);
	text-align: center;
}

.tabswire-single-content .wp-block-image figcaption a {
	color: var(--tabswire-single-content-link);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.tabswire-single-content .wp-block-image figcaption a:hover,
.tabswire-single-content .wp-block-image figcaption a:focus-visible {
	color: var(--tabswire-single-content-link-hover);
}

.tabswire-single-content .wp-block-gallery {
	gap: 14px;
	margin-block: clamp(1.75rem, 4vw, 2.75rem);
}

.tabswire-single-content .wp-block-gallery .wp-block-image {
	margin-block: 0;
}

.tabswire-single-content .wp-block-gallery .wp-block-image img {
	box-shadow: 0 12px 30px rgba(7, 18, 31, 0.08);
}

.tabswire-single-content .wp-block-post-content :where(code, kbd, samp) {
	background: #f3f7fb;
	border: 1px solid #d9e4ef;
	border-radius: 6px;
	color: #12314d;
	font-family: "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 0.88em;
	font-weight: 600;
	padding: 0.12em 0.36em;
	white-space: break-spaces;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
		#07121f;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(7, 18, 31, 0.14);
	color: #e5edf6;
	font-family: "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 0.92rem;
	line-height: 1.72;
	margin: 1.9rem 0;
	overflow: hidden;
	position: relative;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code)::before {
	background: #0f1d2d;
	border-bottom: 1px solid rgba(148, 163, 184, 0.22);
	color: #9fb1c5;
	content: "Code";
	display: block;
	font-family: Satoshi, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 18px;
	text-transform: uppercase;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) code,
.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) > code {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	display: block;
	font: inherit;
	font-weight: 500;
	overflow-x: auto;
	padding: 18px;
	tab-size: 2;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
}

.tabswire-single-content .wp-block-post-content .wp-block-code code {
	padding: 18px;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) code::-webkit-scrollbar {
	height: 10px;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) code::-webkit-scrollbar-track {
	background: #0b1726;
}

.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) code::-webkit-scrollbar-thumb {
	background: #41566d;
	border: 2px solid #0b1726;
	border-radius: 999px;
}

.tabswire-single-content .wp-block-post-content .wp-block-code {
	padding: 0;
}

.tabswire-single-content .wp-block-post-content .wp-block-code code br {
	display: none;
}

.tabswire-single-content .wp-block-post-content .wp-block-preformatted {
	padding: 18px;
	white-space: pre-wrap;
}

.tabswire-single-content .wp-block-post-content > :where(h2, h3, h4, h5, h6) {
	font-family: Satoshi, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 1.7em;
	text-align: left;
}

.tabswire-single-content .wp-block-post-content > h2 {
	font-size: clamp(1.75rem, 2.6vw, 2.25rem);
}

.tabswire-single-content .wp-block-post-content > h3 {
	font-size: clamp(1.45rem, 2vw, 1.75rem);
}

.tabswire-single-content .wp-block-post-content > h4 {
	font-size: clamp(1.22rem, 1.6vw, 1.4rem);
}

.tabswire-single-content .wp-block-post-content > h5,
.tabswire-single-content .wp-block-post-content > h6 {
	font-size: clamp(1.05rem, 1.2vw, 1.15rem);
}

@media (min-width: 782px) {
	.tabswire-single-content .wp-block-post-content > :where(h2, h3, h4, h5, h6) {
		line-height: 1.28;
		margin-top: 1.55em;
	}

	.tabswire-single-content .wp-block-post-content > h2 {
		font-size: clamp(1.55rem, 2vw, 1.9rem);
		line-height: 1.24;
	}

	.tabswire-single-content .wp-block-post-content > h3 {
		font-size: clamp(1.3rem, 1.55vw, 1.5rem);
		line-height: 1.3;
	}

	.tabswire-single-content .wp-block-post-content > h4 {
		font-size: clamp(1.13rem, 1.25vw, 1.25rem);
		line-height: 1.35;
	}

	.tabswire-single-content .wp-block-post-content > h5 {
		font-size: 1.04rem;
		line-height: 1.4;
	}

	.tabswire-single-content .wp-block-post-content > h6 {
		font-size: 0.98rem;
		line-height: 1.42;
	}
}

.tabswire-single-content .wp-block-post-content > :where(p, ul, ol) {
	margin-bottom: 1.25em;
}

.tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote, figure) {
	clear: none;
}

.tabswire-single-content .wp-block-post-content > :where(ul, ol),
.tabswire-single-content .wp-block-post-content .wp-block-list {
	color: #142a44;
	line-height: 1.75;
	margin-top: 1.25em;
	padding-left: 1.35em;
}

.tabswire-single-content .wp-block-post-content > ul,
.tabswire-single-content .wp-block-post-content ul.wp-block-list {
	list-style: disc;
}

.tabswire-single-content .wp-block-post-content > ol,
.tabswire-single-content .wp-block-post-content ol.wp-block-list {
	list-style: decimal;
}

.tabswire-single-content .wp-block-post-content li {
	padding-left: 0.25em;
	overflow-wrap: break-word;
}

.tabswire-single-content .wp-block-post-content li + li {
	margin-top: 0.72em;
}

.tabswire-single-content .wp-block-post-content li::marker {
	color: #49b97f;
	font-weight: 700;
}

.tabswire-single-content .wp-block-post-content li > :where(p, ul, ol) {
	margin-bottom: 0;
	margin-top: 0.75em;
}

.tabswire-single-content .wp-block-post-content li > :where(ul, ol) {
	padding-left: 1.2em;
}

.tabswire-single-content .wp-block-post-content li > ul {
	list-style: circle;
}

.tabswire-single-content .wp-block-post-content li > ol {
	list-style: lower-alpha;
}

.tabswire-single-content .wp-block-post-content :where(ul, ol).has-background {
	border-radius: 6px;
	padding: 1.1em 1.25em 1.1em 2.35em;
}

.tabswire-single-content .wp-block-quote {
	border-left: 4px solid #49b97f;
	color: #07121f;
	margin: 2.2rem 0;
	padding: 6px 0 6px 26px;
	position: relative;
}

.tabswire-single-content .wp-block-quote::before {
	color: #49b97f;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 4.5rem;
	left: 18px;
	line-height: 1;
	opacity: 0.18;
	position: absolute;
	top: -14px;
	transform: translateX(-100%);
}

.tabswire-single-content .wp-block-quote p {
	font-family: Satoshi, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.42;
	margin: 0;
}

.tabswire-single-content .wp-block-quote p + p {
	margin-top: 0.9em;
}

.tabswire-single-content .wp-block-quote cite,
.tabswire-single-content .wp-block-quote footer {
	color: var(--tabswire-single-muted);
	display: block;
	font-family: "Lexend Deca", sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 16px;
}

.tabswire-single-content .wp-block-quote cite::before,
.tabswire-single-content .wp-block-quote footer::before {
	content: "\2014 ";
}

.tabswire-single-content .wp-block-quote.is-style-plain {
	border-color: #9db2c4;
	padding-left: 20px;
}

.tabswire-single-content .wp-block-quote.is-style-plain::before {
	content: none;
}

.tabswire-single-content .wp-block-table {
	border: 1px solid #d6e0ea;
	border-radius: 6px;
	margin: 2rem 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.tabswire-single-content .wp-block-table table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
	min-width: 640px;
	table-layout: auto;
	width: 100%;
}

.tabswire-single-content .wp-block-table thead {
	background: #f3f7fb;
	color: var(--tabswire-single-ink);
}

.tabswire-single-content .wp-block-table th,
.tabswire-single-content .wp-block-table td {
	border: 0;
	border-bottom: 1px solid #d6e0ea;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.tabswire-single-content .wp-block-table th {
	font-weight: 700;
}

.tabswire-single-content .wp-block-table tbody tr:nth-child(even) {
	background: #fbfdff;
}

.tabswire-single-content .wp-block-table tbody tr:last-child > * {
	border-bottom: 0;
}

.tabswire-single-content .wp-block-table a {
	overflow-wrap: anywhere;
}

.tabswire-single-content .wp-block-table figcaption {
	caption-side: bottom;
	color: var(--tabswire-single-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 10px 0 0;
	text-align: left;
}

.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a,
.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a:visited {
	color: var(--tabswire-single-content-link);
	font-weight: 700;
	text-decoration-color: currentColor;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a:hover,
.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a:active,
.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a:focus-visible {
	color: var(--tabswire-single-content-link-hover);
	text-decoration-color: currentColor;
	text-decoration-thickness: 0.12em;
}

.tabswire-single-main .tabswire-single-content .wp-block-post-content > :where(p, ul, ol, blockquote) a:focus-visible {
	outline: 2px solid rgba(21, 128, 61, 0.28);
	outline-offset: 3px;
}

.tabswire-single-topics {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 30px auto 0;
	max-width: var(--tabswire-single-content-width);
	width: 100%;
}

.tabswire-single-topics__label {
	color: var(--tabswire-single-ink);
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.tabswire-single-topics__list {
	align-items: center;
	display: flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	gap: 8px 10px;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.tabswire-single-topics__list li {
	margin: 0;
	padding: 0;
}

.tabswire-single-topics__link {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d9e2ec;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(7, 18, 31, 0.04);
	color: var(--tabswire-single-ink);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	min-height: 30px;
	padding: 4px 11px;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.tabswire-single-topics__link:hover,
.tabswire-single-topics__link:active,
.tabswire-single-topics__link:focus-visible {
	background: #ffffff;
	border-color: rgba(21, 128, 61, 0.45);
	box-shadow: 0 8px 18px rgba(7, 18, 31, 0.08);
	color: var(--tabswire-single-content-link-hover);
	text-decoration: none;
	transform: translateY(-1px);
}

.tabswire-single-topics__link:focus-visible {
	box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.18), 0 8px 18px rgba(7, 18, 31, 0.08);
	outline: none;
}

.tabswire-selection-share {
	align-items: center;
	background: #fbf7ef;
	border: 1px solid rgba(7, 18, 31, 0.08);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(7, 18, 31, 0.16);
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	left: 12px;
	max-width: calc(100vw - 24px);
	opacity: 0;
	padding: 8px 10px;
	position: fixed;
	top: 12px;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
	width: max-content;
	z-index: 9999;
}

.tabswire-selection-share[hidden] {
	display: none;
}

.tabswire-selection-share.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tabswire-selection-share__arrow {
	background: #fbf7ef;
	border-bottom: 1px solid rgba(7, 18, 31, 0.08);
	border-right: 1px solid rgba(7, 18, 31, 0.08);
	bottom: -7px;
	height: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 14px;
}

.tabswire-selection-share.is-below .tabswire-selection-share__arrow {
	border: 0;
	border-left: 1px solid rgba(7, 18, 31, 0.08);
	border-top: 1px solid rgba(7, 18, 31, 0.08);
	bottom: auto;
	top: -7px;
}

.tabswire-selection-share__button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	color: #1d1f22;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: background-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
	width: 34px;
	z-index: 1;
}

.tabswire-selection-share__button svg {
	display: block;
	fill: currentColor;
	height: 19px;
	width: 19px;
}

.tabswire-selection-share__button:hover {
	background: rgba(7, 18, 31, 0.08);
}

.tabswire-selection-share__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(77, 190, 142, 0.3);
	outline: 2px solid #4dbe8e;
	outline-offset: 2px;
}

.tabswire-selection-share__button--copy,
.tabswire-selection-share__button--close {
	background: #ffffff;
}

.tabswire-selection-share__button--copy.is-copied {
	background: #4dbe8e;
	color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
	.tabswire-selection-share,
	.tabswire-selection-share__button {
		transition: none;
	}
}

@media (max-width: 760px) {
	.tabswire-selection-share {
		display: none !important;
	}

	.tabswire-single-main {
		--tabswire-single-content-width: min(100%, 680px);
	}

	.tabswire-single {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 14px;
		width: 100%;
	}

	.tabswire-single__breadcrumbs {
		font-size: 0.8rem;
		gap: 6px;
		margin-bottom: 24px;
	}

	.tabswire-single__breadcrumb-current {
		max-width: min(58vw, 420px);
	}

	.tabswire-single__title {
		font-size: clamp(1.9rem, 7.4vw, 2.35rem);
		line-height: 1.14;
		margin-bottom: 26px;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.tabswire-single__meta {
		align-items: start;
		flex-direction: column;
		gap: 6px;
		min-height: 0;
		padding: 12px 0;
	}

	.tabswire-single__avatar > img {
		height: 48px;
		width: 48px;
	}

	.tabswire-single__verified {
		bottom: -2px;
		flex-basis: 18px;
		height: 18px;
		right: -2px;
		width: 18px;
	}

	.tabswire-single__verified img {
		height: 18px;
		width: 18px;
	}

	.tabswire-single__dates {
		align-self: start;
		font-size: 0.95rem;
		min-width: 0;
		width: 100%;
	}

	.tabswire-single-content .wp-block-table {
		margin-left: 50% !important;
		margin-right: 0 !important;
		transform: translateX(-50%);
		width: calc(100vw - 32px);
	}

	.tabswire-single-content .wp-block-table table {
		font-size: 0.9rem;
		min-width: 620px;
	}

	.tabswire-single-content .wp-block-table th,
	.tabswire-single-content .wp-block-table td {
		padding: 12px 14px;
	}
}

.tabswire-single-outro,
.tabswire-related {
	box-sizing: border-box;
	font-family: "Lexend Deca", sans-serif;
	min-width: 0;
}

.tabswire-single-outro *,
.tabswire-single-outro *::before,
.tabswire-single-outro *::after,
.tabswire-related *,
.tabswire-related *::before,
.tabswire-related *::after {
	box-sizing: border-box;
}

.tabswire-single-outro {
	border-top: 1px solid #e2e8ef;
	margin: 12px auto 0;
	max-width: calc(var(--tabswire-single-content-width) + 28px);
	padding: 24px 14px 0;
	width: 100%;
}

.tabswire-single-author-card {
	background: #f8f6f1;
	border: 1px solid #eee7dc;
	color: #07121f;
	padding: clamp(22px, 3vw, 32px);
	width: 100%;
}

.tabswire-single-author-card__eyebrow {
	font-family: Satoshi, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.tabswire-single-author-card__layout {
	align-items: flex-start;
	display: flex;
	gap: clamp(18px, 3vw, 30px);
	width: 100%;
}

.tabswire-single-author-card__avatar {
	border: 3px solid #2f3192;
	border-radius: 50%;
	display: block;
	flex: 0 0 104px;
	height: 104px;
	overflow: hidden;
	width: 104px;
}

.tabswire-single-author-card__avatar:focus-visible,
.tabswire-single-share__button:focus-visible,
.tabswire-related-card a:focus-visible {
	outline: 3px solid #49b97f;
	outline-offset: 3px;
}

.tabswire-single-author-card__image {
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.tabswire-single-author-card__content {
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 2px;
}

.tabswire-single-author-card__name {
	font-family: Satoshi, sans-serif;
	font-size: clamp(1.15rem, 1.6vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 2px 0 10px;
}

.tabswire-single-author-card__name a {
	color: inherit;
	text-decoration: none;
}

.tabswire-single-author-card__name a:hover,
.tabswire-single-author-card__name a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.tabswire-single-author-card__bio {
	color: #07121f;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 620px;
	overflow-wrap: break-word;
}

.tabswire-single-share {
	padding: 28px 0 44px;
	text-align: center;
}

.tabswire-single-share__title {
	color: #24384f;
	font-family: Satoshi, sans-serif;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 28px;
}

.tabswire-single-share__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabswire-single-share__list li {
	line-height: 1;
	margin: 0;
}

.tabswire-single-share__button {
	align-items: center;
	background: #191919;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-family: Satoshi, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
	width: 48px;
}

.tabswire-single-share__button:hover,
.tabswire-single-share__button:focus-visible {
	background: #2f3192;
	transform: translateY(-2px);
}

.tabswire-single-share__button svg {
	display: block;
	fill: currentColor;
	height: 21px;
	width: 21px;
}

.tabswire-related {
	background: #f8f6f1;
	color: #07121f;
	margin-left: calc(50% - 50vw);
	margin-top: 0;
	padding: clamp(34px, 5vw, 58px) 16px clamp(38px, 5vw, 58px);
	position: relative;
	width: 100vw;
}

.tabswire-single-main + .wp-block-template-part,
.tabswire-single-main + .wp-block-template-part .tabswire-footer {
	margin-top: 0;
}

.tabswire-related__inner {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.tabswire-related__title {
	font-family: Satoshi, sans-serif;
	font-size: clamp(2rem, 4vw, 2.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 30px;
	text-align: center;
}

.tabswire-related__grid {
	align-items: start;
	display: grid;
	gap: clamp(18px, 2.4vw, 28px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
}

.tabswire-related-card {
	background: #ffffff;
	border: 1px solid #eee7dc;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(7, 18, 31, 0.05);
	min-width: 0;
	overflow: hidden;
}

.tabswire-related-card__media {
	aspect-ratio: 1.35 / 1;
	background: #dfe8e3;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.tabswire-related-card__image {
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
	width: 100%;
}

.tabswire-related-card:hover .tabswire-related-card__image {
	transform: scale(1.035);
}

.tabswire-related-card__placeholder {
	align-items: center;
	background: linear-gradient(135deg, #0b3b3c, #49b97f);
	color: #ffffff;
	display: flex;
	font-family: Satoshi, sans-serif;
	font-size: 4rem;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	line-height: 1;
	width: 100%;
}

.tabswire-related-card__body {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px 18px 20px;
}

.tabswire-related-card__title {
	display: -webkit-box;
	font-family: Satoshi, sans-serif;
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	font-weight: 900;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
}

.tabswire-related-card__title a {
	color: #334155;
	text-decoration: none;
}

.tabswire-related-card__title a:hover,
.tabswire-related-card__title a:focus-visible {
	color: #07121f;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.tabswire-related-card__date {
	color: #07121f;
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: auto;
}

@media (max-width: 900px) {
	.tabswire-single-outro {
		max-width: calc(var(--tabswire-single-content-width) + 28px);
	}

	.tabswire-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.tabswire-single,
	.tabswire-single-content {
		padding-left: 16px;
		padding-right: 16px;
	}

	.tabswire-single__breadcrumbs {
		font-size: 0.76rem;
	}

	.tabswire-single__breadcrumb-current {
		max-width: 52vw;
	}

	.tabswire-single__title {
		font-size: clamp(1.72rem, 8.8vw, 2.12rem);
		line-height: 1.16;
	}

	.tabswire-single__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		min-height: 0;
		padding: 10px 0 12px;
	}

	.tabswire-single__author {
		align-items: center;
		gap: 12px;
		min-height: 0;
		width: 100%;
	}

	.tabswire-single__author,
	.tabswire-single__dates {
		margin: 0;
	}

	.tabswire-single__author-name {
		font-size: 0.95rem;
	}

	.tabswire-single__avatar > img {
		height: 44px;
		width: 44px;
	}

	.tabswire-single__verified {
		bottom: -1px;
		flex-basis: 16px;
		height: 16px;
		right: -1px;
		width: 16px;
	}

	.tabswire-single__verified img {
		height: 16px;
		width: 16px;
	}

	.tabswire-single__dates {
		font-size: 0.93rem;
		gap: 4px;
		line-height: 1.35;
		min-width: 0;
		width: 100%;
	}

	.tabswire-single__disclosure {
		max-width: none;
		width: 100%;
	}

	.tabswire-single__disclosure summary {
		padding: 14px 12px;
	}

	.tabswire-single__disclosure-content {
		padding: 11px 12px;
	}

	.tabswire-single-topics {
		align-items: flex-start;
		gap: 8px;
		margin-top: 24px;
	}

	.tabswire-single-topics__label {
		font-size: 0.95rem;
		width: 100%;
	}

	.tabswire-single-topics__list {
		gap: 8px;
	}

	.tabswire-single-topics__link {
		font-size: 0.84rem;
		min-height: 29px;
		padding: 4px 10px;
	}

	.tabswire-single-content .wp-block-post-content {
		font-size: 1.0625rem;
		line-height: 1.72;
	}

	.tabswire-single-content .wp-block-post-content > .alignwide,
	.tabswire-single-content .wp-block-post-content > .alignfull {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100%;
		transform: none;
		width: 100%;
	}

	.tabswire-single-content .wp-block-post-content > .alignleft,
	.tabswire-single-content .wp-block-post-content > .alignright {
		float: none;
		margin: 1.25em 0 !important;
		max-width: 100%;
	}

	.tabswire-single-content .wp-block-post-content > :where(ul, ol),
	.tabswire-single-content .wp-block-post-content .wp-block-list {
		padding-left: 1.2em;
	}

	.tabswire-single-content .wp-block-post-content li {
		padding-left: 0.15em;
	}

	.tabswire-single-content .wp-block-image {
		margin-block: 1.55rem;
	}

	.tabswire-single-content .wp-block-image :where(a, img) {
		border-radius: 8px;
	}

	.tabswire-single-content .wp-block-image img {
		box-shadow: 0 12px 28px rgba(7, 18, 31, 0.08);
	}

	.tabswire-single-content .wp-block-image figcaption {
		font-size: 0.82rem;
		line-height: 1.5;
		margin-top: 10px;
	}

	.tabswire-single-content .wp-block-gallery {
		gap: 10px;
		margin-block: 1.55rem;
	}

	.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) {
		border-radius: 6px;
		font-size: 0.84rem;
		line-height: 1.65;
		margin: 1.55rem 0;
	}

	.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code)::before {
		font-size: 0.68rem;
		padding: 10px 14px;
	}

	.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) code,
	.tabswire-single-content .wp-block-post-content :where(pre, .wp-block-code) > code,
	.tabswire-single-content .wp-block-post-content .wp-block-code code,
	.tabswire-single-content .wp-block-post-content .wp-block-preformatted {
		padding: 14px;
	}

	.tabswire-single-content .wp-block-post-content :where(code, kbd, samp) {
		font-size: 0.84em;
	}

	.tabswire-single-content .wp-block-quote {
		border-left-width: 3px;
		margin: 1.6rem 0;
		padding: 4px 0 4px 18px;
	}

	.tabswire-single-content .wp-block-quote::before {
		font-size: 3rem;
		left: 12px;
		top: -8px;
	}

	.tabswire-single-content .wp-block-quote p {
		font-size: 1.18rem;
		line-height: 1.45;
	}

	.tabswire-single-outro {
		border-top-color: #e7edf3;
		padding: 20px 16px 0;
	}

	.tabswire-single-author-card {
		padding: 22px 18px;
	}

	.tabswire-single-author-card__layout {
		gap: 16px;
	}

	.tabswire-single-author-card__avatar {
		flex-basis: 76px;
		height: 76px;
		width: 76px;
	}

	.tabswire-single-author-card__eyebrow {
		margin-bottom: 16px;
	}

	.tabswire-single-author-card__name {
		margin-top: 0;
	}

	.tabswire-single-author-card__bio {
		font-size: 0.96rem;
		line-height: 1.6;
	}

	.tabswire-single-share {
		padding-bottom: 34px;
	}

	.tabswire-single-share__button {
		height: 46px;
		width: 46px;
	}

	.tabswire-related {
		padding-left: 16px;
		padding-right: 16px;
	}

	.tabswire-related__title {
		margin-bottom: 22px;
		text-align: left;
	}

	.tabswire-related__grid {
		display: flex;
		gap: 16px;
		margin-left: -16px;
		margin-right: -16px;
		overflow-x: auto;
		padding: 0 16px 8px;
		scroll-padding-left: 16px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.tabswire-related-card {
		flex: 0 0 min(82vw, 320px);
		scroll-snap-align: start;
	}

	.tabswire-related-card__body {
		gap: 22px;
		padding: 20px 16px 22px;
	}
}

@media (max-width: 420px) {
	.tabswire-selection-share {
		display: none !important;
	}

	.tabswire-single-author-card__layout {
		display: block;
	}

	.tabswire-single-author-card__avatar {
		margin-bottom: 16px;
	}

	.tabswire-single-share__list {
		gap: 8px;
	}

	.tabswire-single-share__button {
		height: 42px;
		width: 42px;
	}
}


