.nat-xsq {
	box-sizing: border-box;
	max-width: 42rem;
	margin: 1.5rem auto;
	padding: 1rem 1.125rem;
	border: 1px solid #d8dee4;
	border-left: 0.3rem solid #536471;
	border-radius: 0.5rem;
	background: #fff;
	color: #1f2328;
}

.nat-xsq > blockquote {
	position: relative;
	margin: 0;
	padding: 0;
	padding-inline-start: 1.75rem;
	border: 0;
	background: transparent;
	font: inherit;
	quotes: none;
}

.nat-xsq > blockquote::before {
	content: "“" !important;
	position: absolute !important;
	top: 0.05em !important;
	left: auto !important;
	right: auto !important;
	inset-inline-start: 0 !important;
	inset-inline-end: auto !important;
	display: block !important;
	width: 1.35rem !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	background: none !important;
	color: #536471 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 2rem !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: left !important;
}

.nat-xsq > blockquote::after {
	content: none !important;
	display: none !important;
}

.nat-xsq-text {
	margin: 0;
	white-space: normal;
	overflow-wrap: anywhere;
	line-height: 1.65;
}

.nat-xsq-quoted {
	margin: 1rem 0 0 1.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid #d8dee4;
	border-radius: 0.4rem;
	background: #f6f8fa;
}

.nat-xsq-quoted blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	quotes: none;
}

.nat-xsq-quoted blockquote::before,
.nat-xsq-quoted blockquote::after {
	content: none !important;
	display: none !important;
}

.nat-xsq-quoted-text {
	margin: 0;
	overflow-wrap: anywhere;
	line-height: 1.55;
}

.nat-xsq-quoted figcaption {
	margin-top: 0.65rem;
}

.nat-xsq-text a,
.nat-xsq figcaption a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.nat-xsq figcaption {
	margin-top: 0.85rem;
	color: #536471;
	font-size: 0.9em;
}

.nat-xsq-media {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
}

.nat-xsq-media img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0.35rem;
}

.nat-xsq-fallback {
	border-left-color: #8c959f;
	background: #f6f8fa;
}

@media (prefers-color-scheme: dark) {
	.nat-xsq {
		border-color: #57606a;
		background: #161b22;
		color: #f0f6fc;
	}

	.nat-xsq figcaption {
		color: #b1bac4;
	}

	.nat-xsq > blockquote::before {
		color: #b1bac4 !important;
	}

	.nat-xsq-quoted {
		border-color: #57606a;
		background: #21262d;
	}

	.nat-xsq-fallback {
		background: #21262d;
	}
}

@media (max-width: 480px) {
	.nat-xsq-quoted {
		margin-left: 0.75rem;
		padding: 0.75rem;
	}
}
