.vtx-post-content {
	background: #fff;
	color: #404040;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-post-content__inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 64px 24px;
}

.vtx-post-content__card {
	padding: 32px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 24px 60px rgba(64, 64, 64, 0.1);
	backdrop-filter: blur(8px);
}

.vtx-post-content__date {
	margin: 0 0 24px;
	color: #797878;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.vtx-post-content__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.vtx-post-content__body>* {
	margin-top: 0;
	margin-bottom: 0;
}

.vtx-post-content__body p,
.vtx-post-content__body li {
	color: #5a5959;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0;
}

.vtx-post-content__body strong,
.vtx-post-content__body b {
	font-weight: 700 !important;
}

.vtx-post-content__body em,
.vtx-post-content__body i {
	font-style: italic !important;
	font-synthesis: style !important;
}

.vtx-post-content__body u {
	text-decoration: underline !important;
}

.vtx-post-content__body s,
.vtx-post-content__body del,
.vtx-post-content__body strike {
	text-decoration: line-through !important;
}

.vtx-post-content__body mark {
	background-color: #fef08a;
	color: inherit;
	padding: 0.1em 0.3em;
	border-radius: 2px;
}

.vtx-post-content__body sub {
	vertical-align: sub;
	font-size: 0.75em;
	line-height: 0;
}

.vtx-post-content__body sup {
	vertical-align: super;
	font-size: 0.75em;
	line-height: 0;
}

.vtx-post-content__body code,
.vtx-post-content__body kbd {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
	background-color: #f1f5f9;
	color: #0f172a;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	font-size: 0.875em;
}

.vtx-post-content__body pre {
	background-color: #1e293b;
	color: #f8fafc;
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
}

.vtx-post-content__body .has-text-align-center,
.vtx-post-content__body p.has-text-align-center {
	text-align: center !important;
}

.vtx-post-content__body .has-text-align-right,
.vtx-post-content__body p.has-text-align-right {
	text-align: right !important;
}

.vtx-post-content__body .has-text-align-left,
.vtx-post-content__body p.has-text-align-left {
	text-align: left !important;
}

.vtx-post-content__body .has-text-align-justify,
.vtx-post-content__body p.has-text-align-justify {
	text-align: justify !important;
}

.vtx-post-content__body table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	font-size: 15px;
}

.vtx-post-content__body th,
.vtx-post-content__body td {
	padding: 10px 14px;
	border: 1px solid rgba(64, 64, 64, 0.15);
	text-align: left;
}

.vtx-post-content__body th {
	background-color: #f8fafc;
	font-weight: 700;
}

.vtx-post-content__body h1,
.vtx-post-content__body h2,
.vtx-post-content__body h3,
.vtx-post-content__body h4,
.vtx-post-content__body h5,
.vtx-post-content__body h6 {
	margin: 8px 0 0;
	margin-bottom: 0;
	color: #404040;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.vtx-post-content__body h1 {
	font-size: 52px;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.vtx-post-content__body h2 {
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.vtx-post-content__body h3 {
	font-size: 24px;
	line-height: 1.375;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.vtx-post-content__body h4 {
	font-size: 20px;
	line-height: 1.375;
	font-weight: 600;
}

.vtx-post-content__body h5 {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 600;
}

.vtx-post-content__body h6 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
}

.vtx-post-content__body ul,
.vtx-post-content__body ol {
	margin: 0;
	padding-left: 24px;
	color: #5a5959;
	list-style-position: outside;
}

.vtx-post-content__body ul {
	list-style-type: disc;
}

.vtx-post-content__body ol {
	list-style-type: decimal;
}

.vtx-post-content__body ul ul {
	list-style-type: circle;
}

.vtx-post-content__body li {
	display: list-item;
}

.vtx-post-content__body li+li {
	margin-top: 8px;
}

.vtx-post-content__body a {
	color: #d25314;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.vtx-post-content__body blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 4px solid #ff6214;
	color: #5a5959;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

.vtx-post-content__body figure,
.vtx-post-content__body .wp-block-image,
.vtx-post-content__body .wp-caption {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.vtx-post-content__body img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.vtx-post-content__body figcaption,
.vtx-post-content__body .wp-caption-text {
	display: block;
	margin: 8px 0 0;
	color: #797878;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 1024px) {
	.vtx-post-content__inner {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 640px) {
	.vtx-post-content__inner {
		padding: 54px 18px;
	}

	.vtx-post-content__card {
		padding: 24px 20px;
		border-radius: 14px;
	}
}

@supports not (backdrop-filter: blur(8px)) {
	.vtx-post-content__card {
		background: #fff;
	}
}
