.vtxvn-reading-experience {
	background: #f5f9fc;
}

.vtxvn-reading-progress {
	position: fixed;
	z-index: 100002;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	pointer-events: none;
}

.vtxvn-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #10a6d9, #22d3c5);
	box-shadow: 0 0 12px rgba(34, 211, 197, 0.55);
	transition: width 0.08s linear;
}

body.admin-bar .vtxvn-reading-progress {
	top: 32px;
}

.vtxvn-article-page {
	padding-top: 12px;
	padding-bottom: clamp(58px, 7vw, 92px);
	background:
		radial-gradient(circle at 100% 8%, rgba(44, 170, 220, 0.09), transparent 23%),
		linear-gradient(180deg, #f2f8fb 0, #fff 820px);
}

.vtxvn-article__header {
	max-width: none;
	margin: 0;
	padding-bottom: clamp(24px, 3vw, 34px);
	border-bottom: 1px solid #e4edf2;
	text-align: left;
}

.vtxvn-article__category {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	padding: 6px 11px;
	border: 1px solid #c6e8f4;
	border-radius: 99px;
	background: #eaf8fd;
	color: #087fae;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.065em;
	text-decoration: none;
	text-transform: uppercase;
}

.vtxvn-article__category .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-article__header h1 {
	max-width: none;
	margin: 0;
	color: #062f4e;
	font-size: clamp(2.05rem, 3.35vw, 3.15rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	hyphens: none;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	text-wrap: wrap;
}

.vtxvn-article__meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 18px;
	color: #698292;
	font-size: 0.72rem;
}

.vtxvn-article__meta > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.vtxvn-article__meta > span > .dashicons {
	width: 20px;
	height: 20px;
	color: #1598c7;
	font-size: 20px;
}

.vtxvn-article__meta small,
.vtxvn-article__meta strong,
.vtxvn-article__meta time {
	display: block;
}

.vtxvn-article__meta small {
	margin-bottom: 1px;
	color: #91a2ae;
	font-size: 0.58rem;
}

.vtxvn-article__meta strong,
.vtxvn-article__meta time {
	color: #36586e;
	font-weight: 650;
}

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

.vtxvn-article__author img {
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 9px rgba(13, 61, 91, 0.14);
}

.vtxvn-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: clamp(34px, 5vw, 58px);
	margin-top: clamp(16px, 2vw, 24px);
}

.vtxvn-article__main {
	min-width: 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #e0eaf0;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 14px 42px rgba(19, 67, 95, 0.06);
}

.vtxvn-article-toc {
	margin-top: clamp(24px, 3vw, 32px);
	margin-bottom: 34px;
	border: 1px solid #cfe5ef;
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0, rgba(31, 169, 215, 0.13), transparent 36%),
		#f3fafc;
}

.vtxvn-article-toc summary {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 13px 16px;
	color: #0b4566;
	cursor: pointer;
	list-style: none;
}

.vtxvn-article-toc summary::-webkit-details-marker {
	display: none;
}

.vtxvn-article-toc summary > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.vtxvn-article-toc summary .dashicons-list-view {
	width: 21px;
	height: 21px;
	color: #1098c9;
	font-size: 21px;
}

.vtxvn-article-toc__toggle {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #6a8392;
	font-size: 0.68rem;
}

.vtxvn-article-toc__toggle .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
	transition: transform 0.18s ease;
}

.vtxvn-article-toc:not([open]) .vtxvn-article-toc__toggle .dashicons {
	transform: rotate(-90deg);
}

.vtxvn-article-toc nav {
	max-height: min(48vh, 420px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 14px 12px;
	border-top: 1px solid #dcecf3;
	scrollbar-color: #91bfd0 #eef6f9;
	scrollbar-width: thin;
}

.vtxvn-article-toc ol {
	display: grid;
	gap: 1px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.vtxvn-article-toc li {
	position: relative;
	display: block;
	margin: 0;
}

.vtxvn-article-toc li::before {
	content: none;
}

.vtxvn-article-toc li.vtxvn-article-toc__level-3 {
	margin-left: 18px;
	padding-left: 11px;
	border-left: 2px solid #c9e4ed;
}

.vtxvn-article-toc li.vtxvn-article-toc__level-4 {
	margin-left: 34px;
	padding-left: 11px;
	border-left: 2px dotted #c9e4ed;
}

.vtxvn-article-toc li.vtxvn-article-toc__level-2:not(:first-child) {
	margin-top: 3px;
	padding-top: 5px;
	border-top: 1px solid #dbeaf0;
}

.vtxvn-article-toc a {
	display: block;
	padding: 4px 2px;
	color: #315e77;
	font-size: 0.79rem;
	line-height: 1.3;
	text-decoration: none;
}

.vtxvn-article-toc__level-2 > a {
	color: #174c68;
	font-weight: 750;
}

.vtxvn-article-toc__level-3 > a {
	font-size: 0.76rem;
	font-weight: 600;
}

.vtxvn-article-toc__level-4 > a {
	color: #5c7786;
	font-size: 0.73rem;
}

.vtxvn-article-toc a:hover,
.vtxvn-article-toc a:focus-visible,
.vtxvn-article-toc a.is-active {
	color: #0788ba;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vtxvn-article-toc-float {
	position: fixed;
	z-index: 10006;
	top: 50%;
	left: 0;
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1.45;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-16px, -50%, 0);
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.vtxvn-article-toc-float[hidden],
.vtxvn-article-toc-float__panel[hidden] {
	display: none !important;
}

.vtxvn-article-toc-float.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, -50%, 0);
}

.vtxvn-article-toc-float__button {
	display: inline-flex;
	width: 42px;
	min-width: 42px;
	height: 106px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	padding: 10px 6px;
	border: 1px solid #1c739f;
	border-left: 0;
	border-radius: 0 6px 6px 0;
	background: #075986;
	box-shadow: 5px 8px 22px rgba(7, 50, 76, 0.2);
	color: #fff;
	cursor: pointer;
}

.vtxvn-article-toc-float__button > span:last-child {
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.vtxvn-article-toc-float__button .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.vtxvn-article-toc-float__button:hover,
.vtxvn-article-toc-float__button:focus-visible,
.vtxvn-article-toc-float.is-panel-open .vtxvn-article-toc-float__button {
	border-color: #12a7d4;
	background: #087caf;
	outline: none;
}

.vtxvn-article-toc-float__button:focus-visible {
	box-shadow:
		0 0 0 3px rgba(18, 167, 212, 0.25),
		5px 8px 22px rgba(7, 50, 76, 0.2);
}

.vtxvn-article-toc-float__panel {
	position: absolute;
	top: 50%;
	left: 52px;
	width: min(360px, calc(100vw - 76px));
	max-height: min(66vh, 590px);
	overflow: hidden;
	border: 1px solid #bfd7e3;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 20px 56px rgba(5, 43, 66, 0.24);
	transform: translateY(-50%);
}

.vtxvn-article-toc-float__header {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 14px;
	border-bottom: 1px solid #dce8ee;
	background: #f2f8fb;
}

.vtxvn-article-toc-float__header small,
.vtxvn-article-toc-float__header strong {
	display: block;
}

.vtxvn-article-toc-float__header small {
	margin-bottom: 2px;
	color: #6c8797;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.vtxvn-article-toc-float__header strong {
	color: #073d5e;
	font-size: 0.94rem;
}

.vtxvn-article-toc-float__header button {
	display: inline-grid;
	width: 34px;
	min-width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #c8dce6;
	border-radius: 4px;
	background: #fff;
	color: #466c80;
	cursor: pointer;
	place-items: center;
}

.vtxvn-article-toc-float__header button:hover,
.vtxvn-article-toc-float__header button:focus-visible {
	border-color: #0e91c0;
	background: #eaf7fb;
	color: #087ba9;
	outline: none;
}

.vtxvn-article-toc-float__panel nav {
	max-height: calc(min(66vh, 590px) - 64px);
	overflow: auto;
	overscroll-behavior: contain;
	padding: 5px 14px 14px;
	scrollbar-color: #91bfd0 #eef6f9;
	scrollbar-width: thin;
}

.vtxvn-article-toc-float__panel ol {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vtxvn-article-toc-float__panel li {
	margin: 0;
	padding: 0;
}

.vtxvn-article-toc-float__panel li::before {
	content: none;
}

.vtxvn-article-toc-float__panel li.vtxvn-article-toc__level-3 {
	padding-left: 18px;
}

.vtxvn-article-toc-float__panel li.vtxvn-article-toc__level-4 {
	padding-left: 34px;
}

.vtxvn-article-toc-float__panel a {
	display: block;
	padding: 8px 7px;
	border-left: 2px solid transparent;
	color: #365d72;
	font-size: 0.79rem;
	line-height: 1.45;
	text-decoration: none;
}

.vtxvn-article-toc-float__panel .vtxvn-article-toc__level-2 > a {
	color: #154a66;
	font-weight: 750;
}

.vtxvn-article-toc-float__panel a:hover,
.vtxvn-article-toc-float__panel a:focus-visible,
.vtxvn-article-toc-float__panel a.is-active {
	border-left-color: #0ba0cf;
	background: #edf8fc;
	color: #047dab;
	outline: none;
}

.vtxvn-article__content {
	max-width: none;
	color: #263e4e;
	font-size: clamp(1rem, 1.18vw, 1.075rem);
	line-height: 1.82;
}

.vtxvn-article__content > * {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.vtxvn-article__content > :first-child {
	margin-top: 0;
}

.vtxvn-article__content p {
	margin-top: 0;
	margin-bottom: 1.25em;
	text-align: left;
	text-wrap: pretty;
}

.vtxvn-article__content h2,
.vtxvn-article__content h3,
.vtxvn-article__content h4 {
	scroll-margin-top: 100px;
	color: #073956;
	text-wrap: balance;
}

.vtxvn-article__content h2 {
	margin: 1.15em 0 0.72em;
	padding-top: 0.2em;
	font-size: clamp(1.55rem, 2.8vw, 2.05rem);
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.vtxvn-article__content h2::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 10px;
	border-radius: 99px;
	background: linear-gradient(90deg, #159dcc, #41cfbf);
	content: "";
}

.vtxvn-article__content h3 {
	margin: 1.25em 0 0.62em;
	font-size: clamp(1.25rem, 2vw, 1.52rem);
	line-height: 1.28;
	letter-spacing: -0.025em;
}

.vtxvn-article__content h4 {
	margin: 1.15em 0 0.55em;
	font-size: 1.12rem;
	line-height: 1.35;
}

.vtxvn-article__content a {
	color: #087fae;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.vtxvn-article__content ul,
.vtxvn-article__content ol {
	margin: 0 0 1.35em;
	padding-left: 1.35em;
}

.vtxvn-article__content li {
	margin-bottom: 0.42em;
	padding-left: 0.2em;
}

.vtxvn-article__content .vtxvn-article-toc ol {
	margin: 8px 0 0;
	padding: 0;
}

.vtxvn-article__content .vtxvn-article-toc li {
	margin-bottom: 0;
	padding-left: 0;
}

.vtxvn-article__content .vtxvn-article-toc li.vtxvn-article-toc__level-3 {
	padding-left: 11px;
}

.vtxvn-article__content .vtxvn-article-toc li.vtxvn-article-toc__level-4 {
	padding-left: 11px;
}

.vtxvn-article__content blockquote {
	margin: 1.7em 0;
	padding: 18px 22px;
	border: 0;
	border-left: 4px solid #149cca;
	border-radius: 0 13px 13px 0;
	background: #edf8fc;
	color: #315468;
	font-size: 1.02em;
}

.vtxvn-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(12, 58, 87, 0.1);
}

.vtxvn-article__content img[data-article-lightbox-trigger],
.vtxvn-article__content [data-article-lightbox-trigger] img {
	cursor: zoom-in;
}

.vtxvn-article__content button.vtxvn-article-image-trigger {
	display: block;
	width: fit-content;
	max-width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 0;
}

.vtxvn-article__content [data-article-lightbox-trigger]:focus-visible {
	outline: 3px solid #19a6cf;
	outline-offset: 4px;
}

body.vtxvn-lightbox-open {
	overflow: hidden;
}

.vtxvn-article-lightbox {
	position: fixed;
	z-index: 100100;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(18px, 4vw, 48px);
	background: rgba(2, 18, 30, 0.91);
	backdrop-filter: blur(8px);
}

.vtxvn-article-lightbox[hidden] {
	display: none;
}

.vtxvn-article-lightbox figure {
	max-width: min(1180px, 92vw);
	margin: 0;
}

.vtxvn-article-lightbox figure img {
	display: block;
	max-width: 100%;
	max-height: 84vh;
	margin: auto;
	border-radius: 10px;
	background: #071d2b;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
	object-fit: contain;
}

.vtxvn-article-lightbox figcaption {
	max-width: 850px;
	margin: 13px auto 0;
	color: #e6f3f8;
	font-size: 0.85rem;
	line-height: 1.5;
	text-align: center;
}

.vtxvn-article-lightbox__close {
	position: fixed;
	z-index: 1;
	top: max(18px, env(safe-area-inset-top));
	right: max(18px, env(safe-area-inset-right));
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(6, 49, 75, 0.82);
	color: #fff;
	font: 300 31px/1 sans-serif;
	cursor: pointer;
}

.vtxvn-article-lightbox__close:hover,
.vtxvn-article-lightbox__close:focus-visible {
	border-color: #5ce1ec;
	background: #087ca6;
	outline: none;
}

.vtxvn-article__content figure {
	margin: 1.8em 0;
}

.vtxvn-article__content figcaption {
	margin-top: 8px;
	color: #78909f;
	font-size: 0.72rem;
	line-height: 1.5;
	text-align: center;
}

.vtxvn-article__content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	margin: 1.7em 0;
	border: 1px solid #d9e6ed;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 12px;
	white-space: normal;
}

.vtxvn-article__content th,
.vtxvn-article__content td {
	min-width: 130px;
	padding: 11px 13px;
	border-right: 1px solid #dfe9ef;
	border-bottom: 1px solid #dfe9ef;
	text-align: left;
	vertical-align: top;
}

.vtxvn-article__content th {
	background: #ecf7fb;
	color: #0b4868;
	font-weight: 700;
}

.vtxvn-article__content pre {
	overflow-x: auto;
	padding: 18px;
	border-radius: 12px;
	background: #082b43;
	color: #d9f1fb;
	font-size: 0.82rem;
}

.vtxvn-article__footer {
	display: grid;
	gap: 10px;
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid #e0e9ef;
	color: #698190;
	font-size: 0.75rem;
}

.vtxvn-article__footer > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.vtxvn-article__footer strong {
	color: #375a70;
}

.vtxvn-article__footer a {
	display: inline-flex;
	padding: 5px 9px;
	border: 1px solid #d5e5ed;
	border-radius: 99px;
	background: #f6fafc;
	color: #27708f;
	text-decoration: none;
}

.vtxvn-article__author-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 17px;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #d8e7ee;
	border-radius: 15px;
	background: #f5fafc;
	color: inherit;
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vtxvn-article__author-box:hover,
.vtxvn-article__author-box:focus-visible {
	border-color: #8fcfe3;
	box-shadow: 0 12px 30px rgba(10, 101, 139, 0.12);
	transform: translateY(-2px);
}

.vtxvn-article__author-box:focus-visible {
	outline: 3px solid rgba(20, 156, 202, 0.25);
	outline-offset: 3px;
}

.vtxvn-article__author-box > img {
	width: 72px;
	height: 72px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(15, 67, 96, 0.13);
}

.vtxvn-article__author-box small {
	color: #1394c2;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vtxvn-article__author-box h2 {
	margin: 3px 0 5px;
	color: #0b3d5b;
	font-size: 1.15rem;
}

.vtxvn-article__author-box p {
	margin: 0;
	color: #647d8d;
	font-size: 0.8rem;
	line-height: 1.55;
}

.vtxvn-article__post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.vtxvn-article__post-nav > div:last-child {
	text-align: right;
}

.vtxvn-article__post-nav a {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 15px;
	border: 1px solid #dce7ed;
	border-radius: 12px;
	color: #174b68;
	text-decoration: none;
}

.vtxvn-article__post-nav a:hover,
.vtxvn-article__post-nav a:focus-visible {
	border-color: #9fd3e5;
	background: #f3fafc;
}

.vtxvn-article__post-nav small {
	margin-bottom: 4px;
	color: #7a909e;
	font-size: 0.64rem;
}

.vtxvn-article__post-nav strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.78rem;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vtxvn-article-sidebar {
	min-width: 0;
}

.vtxvn-article-sidebar__sticky {
	position: sticky;
	top: 92px;
	display: grid;
	gap: 17px;
}

body.admin-bar .vtxvn-article-sidebar__sticky {
	top: 124px;
}

.vtxvn-article-sidebar__section {
	padding: 18px;
	border: 1px solid #dbe7ed;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 12px 32px rgba(18, 66, 94, 0.06);
}

.vtxvn-article-sidebar__section > header {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e3ebf0;
}

.vtxvn-article-sidebar__section > header > div {
	min-width: 0;
	flex: 1 1 auto;
	order: 2;
}

.vtxvn-article-sidebar__section > header > .dashicons {
	width: 34px;
	height: 34px;
	order: 1;
	padding: 8px;
	border-radius: 10px;
	background: #e8f6fb;
	color: #108dbb;
	font-size: 18px;
}

.vtxvn-article-sidebar__section header small {
	display: block;
	color: #8297a4;
	font-size: 0.56rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.vtxvn-article-sidebar__section header h2 {
	margin: 2px 0 0;
	color: #0b3d5b;
	font-size: 1rem;
	line-height: 1.2;
}

.vtxvn-article-sidebar__count {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	order: 3;
	padding: 3px 7px;
	border: 1px solid #c7e2ed;
	border-radius: 0;
	background: #eef8fb;
	color: #147aa2;
	font-size: 0.58rem;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
}

.vtxvn-article-products,
.vtxvn-article-latest {
	display: grid;
	gap: 12px;
}

.vtxvn-article-product {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
}

.vtxvn-article-product__image {
	display: flex;
	width: 86px;
	height: 86px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e3ebef;
	border-radius: 0;
	background: #f7fafc;
}

.vtxvn-article-product__image img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: contain;
}

.vtxvn-article-product h3,
.vtxvn-article-latest h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #143f5b;
	font-size: 0.74rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vtxvn-article-latest h3 {
	font-weight: 400 !important;
}

.vtxvn-article-product h3 a,
.vtxvn-article-latest h3 a {
	color: inherit;
	text-decoration: none;
}

.vtxvn-article-latest h3 a {
	font-weight: inherit;
}

.vtxvn-article-product p {
	margin: 5px 0 2px;
	color: #d9293e;
	font-size: 0.74rem;
	font-weight: 700;
}

.vtxvn-article-product p del {
	color: #96a5ae;
	font-size: 0.65rem;
	font-weight: 400;
}

.vtxvn-article-product small {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: #8799a4;
	font-size: 0.58rem;
}

.vtxvn-article-product small .dashicons {
	width: 13px;
	height: 13px;
	color: #0da2d1;
	font-size: 13px;
}

.vtxvn-article-latest > article {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.vtxvn-article-latest__image {
	display: block;
	width: 92px;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	border-radius: 0;
	background: #073652;
}

.vtxvn-article-latest__image img,
.vtxvn-article-latest__image .vtxvn-news-card__fallback {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
}

.vtxvn-article-latest__image .vtxvn-news-card__fallback .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.vtxvn-article-latest__image .vtxvn-news-card__fallback small {
	display: none;
}

.vtxvn-article-latest time {
	display: block;
	margin-top: 5px;
	color: #8a9ba5;
	font-size: 0.6rem;
}

.vtxvn-article-sidebar__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e5edf1;
	color: #087eae;
	font-size: 0.68rem;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 1020px) {
	.vtxvn-article__layout {
		grid-template-columns: 1fr;
	}

	.vtxvn-article-sidebar__sticky {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 767px) {
	body.admin-bar .vtxvn-reading-progress {
		top: 46px;
	}

	.vtxvn-article-page {
		padding-top: 12px;
	}

	.vtxvn-article__header {
		margin-top: 0;
		padding-bottom: 22px;
		text-align: left;
	}

	.vtxvn-article__header h1 {
		font-size: clamp(1.9rem, 8.8vw, 2.7rem);
		line-height: 1.05;
	}

	.vtxvn-article__meta {
		justify-content: flex-start;
		gap: 11px 17px;
		margin-top: 20px;
	}

	.vtxvn-article__meta > span:nth-child(3) {
		display: none;
	}

	.vtxvn-article__layout {
		gap: 28px;
		margin-top: 12px;
	}

	.vtxvn-article__main {
		padding: 19px 16px;
		border-radius: 0;
	}

	.vtxvn-article-toc {
		margin-bottom: 27px;
	}

	.vtxvn-article-toc summary {
		padding: 12px 13px;
	}

	.vtxvn-article-toc nav {
		max-height: min(46vh, 360px);
		padding-right: 13px;
		padding-bottom: 10px;
		padding-left: 13px;
	}

	.vtxvn-article-toc__toggle {
		font-size: 0;
	}

	.vtxvn-article-toc-float {
		top: auto;
		bottom: calc(112px + env(safe-area-inset-bottom));
		transform: translate3d(-14px, 0, 0);
	}

	.vtxvn-article-toc-float.is-visible {
		transform: translate3d(0, 0, 0);
	}

	.vtxvn-article-toc-float__button {
		width: 38px;
		min-width: 38px;
		height: 94px;
		padding: 8px 5px;
	}

	.vtxvn-article-toc-float__button > span:last-child {
		font-size: 0.68rem;
	}

	.vtxvn-article-toc-float__panel {
		top: auto;
		bottom: 0;
		left: 46px;
		width: calc(100vw - 58px);
		max-height: min(64vh, 520px);
		transform: none;
	}

	.vtxvn-article-toc-float__panel nav {
		max-height: calc(min(64vh, 520px) - 64px);
	}

	.vtxvn-article__content {
		font-size: 0.98rem;
		line-height: 1.78;
	}

	.vtxvn-article__content h2 {
		font-size: 1.48rem;
	}

	.vtxvn-article__content h3 {
		font-size: 1.22rem;
	}

	.vtxvn-article__author-box {
		grid-template-columns: 1fr;
	}

	.vtxvn-article__author-box > img {
		width: 60px;
		height: 60px;
	}

	.vtxvn-article__post-nav {
		grid-template-columns: 1fr;
	}

	.vtxvn-article__post-nav > div:last-child {
		text-align: left;
	}

	.vtxvn-article-sidebar__sticky {
		grid-template-columns: 1fr;
	}

}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-reading-progress span,
	.vtxvn-article-toc__toggle .dashicons,
	.vtxvn-article-toc-float {
		transition: none;
	}
}
