/*
Theme Name: Nhatweb Blank Optimized
Theme URI: https://nhatweb.vn/
Author: Nhatweb
Description: Blank theme gọn nhẹ với thiết lập logo, menu, footer và liên hệ nhanh.
Version: 2.16.0
Text Domain: nhatweb
*/

:root {
	--nhatweb-accent: #2563eb;
	--nhatweb-border: #e5e7eb;
	--nhatweb-heading: #111827;
	--nhatweb-logo-width: 180px;
	--nhatweb-muted: #64748b;
	--nhatweb-page-bg: #ffffff;
	--nhatweb-qr-width: 310px;
	--nhatweb-qr-image-size: 120px;
	--nhatweb-qr-title-size: 17px;
	--nhatweb-qr-desc-size: 17px;
	--nhatweb-surface: #ffffff;
	--nhatweb-text: #334155;
	--nhatweb-width: 1200px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--nhatweb-page-bg);
	color: var(--nhatweb-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--nhatweb-accent);
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.promo-bar {
	background: #3f5bd9;
	color: #ffffff;
	overflow: hidden;
}

.promo-banner {
	background: var(--nhatweb-page-bg);
}

.promo-banner__inner {
	margin: 0 auto;
	max-width: var(--nhatweb-width);
	padding: 16px 24px 0;
}

.promo-banner__inner a {
	display: block;
}

.promo-banner__slider {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.promo-banner__slides {
	display: grid;
}

.promo-banner__slide {
	grid-area: 1 / 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
	visibility: hidden;
}

.promo-banner__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.promo-banner__image {
	border-radius: 12px;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.promo-banner__arrow {
	align-items: center;
	background: rgba(15, 23, 42, .48);
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 30px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 160ms ease, opacity 160ms ease;
	width: 42px;
	z-index: 2;
}

.promo-banner__slider:hover .promo-banner__arrow,
.promo-banner__arrow:focus-visible {
	opacity: 1;
}

.promo-banner__arrow:hover,
.promo-banner__arrow:focus-visible {
	background: rgba(15, 23, 42, .75);
}

.promo-banner__arrow.is-prev {
	left: 14px;
}

.promo-banner__arrow.is-next {
	right: 14px;
}

.promo-banner__dots {
	bottom: 12px;
	display: flex;
	gap: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.promo-banner__dots button {
	background: rgba(255, 255, 255, .58);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 1px 5px rgba(15, 23, 42, .2);
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background-color 160ms ease, width 160ms ease;
	width: 8px;
}

.promo-banner__dots button.is-active {
	background: #ffffff;
	width: 24px;
}

.promo-bar[hidden] {
	display: none;
}

.promo-bar__inner {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 auto;
	max-width: var(--nhatweb-width);
	min-height: 48px;
	padding: 6px 18px;
}

.promo-bar__icon {
	align-items: center;
	background: rgba(255, 255, 255, .15);
	border: 2px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	display: flex;
	flex: 0 0 34px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.promo-bar__icon svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.promo-bar__viewport {
	mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
	white-space: nowrap;
	width: 100%;
}

.promo-bar__track {
	animation: nhatweb-marquee 24s linear infinite;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	width: max-content;
}

.promo-bar__track span {
	min-width: max(420px, 60vw);
	padding-right: 80px;
}

.promo-bar:hover .promo-bar__track {
	animation-play-state: paused;
}

.promo-bar__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	flex: 0 0 34px;
	font-size: 30px;
	font-weight: 300;
	height: 34px;
	justify-content: center;
	line-height: 1;
	opacity: .85;
	padding: 0;
	width: 34px;
}

.promo-bar__close:hover,
.promo-bar__close:focus-visible {
	background: rgba(255, 255, 255, .12);
	opacity: 1;
}

@keyframes nhatweb-marquee {
	to {
		transform: translateX(-50%);
	}
}

.site-header {
	background: var(--nhatweb-surface);
	border-bottom: 1px solid var(--nhatweb-border);
	position: relative;
	z-index: 100;
}

.nhatweb-sticky-header .site-header {
	position: sticky;
	top: 0;
}

.admin-bar.nhatweb-sticky-header .site-header {
	top: 32px;
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--nhatweb-width);
	min-height: 76px;
	padding: 12px 24px;
}

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.custom-logo-link,
.site-title {
	display: inline-flex;
	text-decoration: none;
}

.custom-logo {
	max-height: 64px;
	object-fit: contain;
	width: min(var(--nhatweb-logo-width), 100%);
}

.site-title {
	color: var(--nhatweb-heading);
	font-size: 24px;
	font-weight: 750;
}

.main-navigation {
	margin-left: auto;
}

.primary-menu,
.primary-menu ul,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: 4px;
}

.primary-menu > li {
	position: relative;
}

.primary-menu a {
	border-radius: 8px;
	color: var(--nhatweb-heading);
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 13px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: #eff6ff;
	color: var(--nhatweb-accent);
}

.primary-menu .sub-menu {
	background: var(--nhatweb-surface);
	border: 1px solid var(--nhatweb-border);
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
	left: 0;
	min-width: 210px;
	opacity: 0;
	padding: 6px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(-5px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.primary-menu .sub-menu .sub-menu {
	left: calc(100% + 6px);
	top: -7px;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	padding: 8px;
	width: 44px;
}

.menu-toggle > span[aria-hidden="true"] {
	background: var(--nhatweb-heading);
	border-radius: 2px;
	display: block;
	height: 2px;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 25px;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-main {
	min-height: 55vh;
}

.nhatweb-content-width {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--nhatweb-width);
	width: 100%;
}

.content-area {
	margin: 0 auto;
	max-width: var(--nhatweb-width);
	padding: 48px 24px;
}

.content-area > :first-child {
	margin-top: 0;
}

.content-area > :last-child {
	margin-bottom: 0;
}

.alignwide {
	margin-left: max(-80px, calc((100% - 100vw) / 2));
	margin-right: max(-80px, calc((100% - 100vw) / 2));
	max-width: min(1360px, calc(100vw - 48px));
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.news-page__header {
	margin-bottom: 30px;
}

.news-page__eyebrow {
	color: var(--nhatweb-accent);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.news-page__header h1 {
	color: var(--nhatweb-heading);
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 0;
}

.news-page__header h1 .page-title {
	display: inline;
}

.news-posts {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhatweb-news-columns-2 .news-posts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nhatweb-news-columns-4 .news-posts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-card {
	background: var(--nhatweb-surface);
	border: 1px solid var(--nhatweb-border);
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, .05);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.news-card:hover {
	box-shadow: 0 16px 40px rgba(15, 23, 42, .11);
	transform: translateY(-3px);
}

.news-card__media {
	background: #e2e8f0;
	display: block;
	overflow: hidden;
	position: relative;
}

.news-card__media::before {
	content: "";
	display: block;
	padding-top: 58%;
}

.news-card__image,
.news-card__placeholder {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 300ms ease;
	width: 100%;
}

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

.news-card__placeholder {
	align-items: center;
	background: linear-gradient(135deg, #dbeafe, #eff6ff);
	color: #93c5fd;
	display: flex;
	justify-content: center;
}

.news-card__placeholder svg {
	fill: currentColor;
	height: 52px;
	width: 52px;
}

.news-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.news-card__meta {
	align-items: center;
	color: var(--nhatweb-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px 12px;
	margin-bottom: 10px;
}

.news-card__meta span {
	border-left: 1px solid var(--nhatweb-border);
	padding-left: 12px;
}

.news-card__meta a {
	color: inherit;
	text-decoration: none;
}

.news-card__title {
	font-size: 20px;
	letter-spacing: -.015em;
	line-height: 1.35;
	margin: 0 0 10px;
}

.news-card__title a {
	color: var(--nhatweb-heading);
	text-decoration: none;
}

.news-card__title a:hover,
.news-card__title a:focus-visible {
	color: var(--nhatweb-accent);
}

.news-card__excerpt {
	color: var(--nhatweb-muted);
	font-size: 14px;
	margin-bottom: 18px;
}

.news-card__excerpt p {
	margin: 0;
}

.news-card__more {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	margin-top: auto;
	text-decoration: none;
}

.nhatweb-news-list .news-posts {
	display: flex;
	flex-direction: column;
}

.nhatweb-news-list .news-card {
	display: grid;
	grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
}

.nhatweb-news-list .news-card__media::before {
	padding-top: 65%;
}

.nhatweb-news-list .news-card__content {
	justify-content: center;
	padding: 26px 30px;
}

.nhatweb-news-list .news-card__title {
	font-size: clamp(21px, 2.5vw, 27px);
}

.navigation.pagination {
	margin-top: 36px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.nav-links .page-numbers {
	align-items: center;
	background: var(--nhatweb-surface);
	border: 1px solid var(--nhatweb-border);
	border-radius: 8px;
	color: var(--nhatweb-heading);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 12px;
	text-decoration: none;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover,
.nav-links a.page-numbers:focus-visible {
	background: var(--nhatweb-accent);
	border-color: var(--nhatweb-accent);
	color: #ffffff;
}

.empty-content {
	padding: 80px 0;
	text-align: center;
}

/* Single post */
.single-post-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr);
}

.single-post-layout.is-sidebar-left {
	grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
}

.single-post-layout.is-sidebar-right {
	grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
}

.single-post-card {
	background: var(--nhatweb-surface);
	border: 1px solid var(--nhatweb-border);
	border-radius: 16px;
	box-shadow: 0 10px 36px rgba(15, 23, 42, .06);
	min-width: 0;
	overflow: hidden;
}

.single-post__header {
	padding: 42px 48px 32px;
}

.single-post__categories {
	color: var(--nhatweb-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: .07em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.single-post__categories a {
	color: var(--nhatweb-accent);
	text-decoration: none;
}

.single-post__categories a:hover,
.single-post__categories a:focus-visible {
	text-decoration: underline;
}

.single-post__title {
	color: var(--nhatweb-heading);
	font-size: clamp(32px, 4.5vw, 54px);
	letter-spacing: -.035em;
	line-height: 1.14;
	margin: 0;
}

.has-sidebar .single-post__title {
	font-size: clamp(30px, 3.7vw, 46px);
}

.single-post__meta {
	align-items: center;
	color: var(--nhatweb-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px 18px;
	margin-top: 22px;
}

.single-post__meta > span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.single-post__meta svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.single-post__meta a {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.single-post__meta a:hover,
.single-post__meta a:focus-visible {
	color: var(--nhatweb-accent);
}

.single-post__featured-image {
	background: #e2e8f0;
	margin: 0;
	overflow: hidden;
}

.single-post__featured-image img {
	max-height: 680px;
	object-fit: cover;
	width: 100%;
}

.single-post__content {
	color: var(--nhatweb-text);
	font-size: 17px;
	line-height: 1.78;
	overflow-wrap: break-word;
	padding: 40px 48px 48px;
}

.single-post__content > :first-child {
	margin-top: 0;
}

.single-post__content > :last-child {
	margin-bottom: 0;
}

.single-post__content p,
.single-post__content ul,
.single-post__content ol {
	margin-bottom: 1.35em;
	margin-top: 0;
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
	color: var(--nhatweb-heading);
	letter-spacing: -.02em;
	line-height: 1.3;
	margin: 1.65em 0 .65em;
}

.single-post__content h2 {
	font-size: clamp(26px, 3vw, 34px);
}

.single-post__content h3 {
	font-size: clamp(22px, 2.5vw, 28px);
}

.single-post__content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-post__content img {
	border-radius: 12px;
}

.single-post__content figure {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}

.single-post__content figcaption,
.single-post__content .wp-caption-text {
	color: var(--nhatweb-muted);
	font-size: 13px;
	margin-top: 8px;
	text-align: center;
}

.single-post__content blockquote {
	background: #eff6ff;
	border-left: 4px solid var(--nhatweb-accent);
	border-radius: 0 10px 10px 0;
	color: var(--nhatweb-heading);
	font-size: 18px;
	font-weight: 600;
	margin: 1.8em 0;
	padding: 20px 24px;
}

.single-post__content blockquote > :last-child {
	margin-bottom: 0;
}

.single-post__content pre {
	background: #0f172a;
	border-radius: 10px;
	color: #e2e8f0;
	overflow-x: auto;
	padding: 20px;
}

.single-post__content code {
	background: #f1f5f9;
	border-radius: 4px;
	font-size: .9em;
	padding: 2px 5px;
}

.single-post__content pre code {
	background: transparent;
	padding: 0;
}

.single-post__content table {
	border-collapse: collapse;
	display: block;
	margin: 1.8em 0;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.single-post__content th,
.single-post__content td {
	border: 1px solid var(--nhatweb-border);
	padding: 10px 14px;
	text-align: left;
}

.single-post__content th {
	background: #f8fafc;
	color: var(--nhatweb-heading);
}

.single-post__content iframe {
	max-width: 100%;
}

.single-post__page-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.single-post__page-links > span,
.single-post__page-links > a {
	align-items: center;
	border: 1px solid var(--nhatweb-border);
	border-radius: 7px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	min-width: 36px;
	padding: 0 10px;
	text-decoration: none;
}

.single-post__tags {
	align-items: center;
	border-top: 1px solid var(--nhatweb-border);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 48px;
	padding: 24px 0;
}

.single-post__tags strong {
	color: var(--nhatweb-heading);
	font-size: 14px;
}

.single-post__tags a {
	background: #eff6ff;
	border-radius: 999px;
	color: var(--nhatweb-accent);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 11px;
	text-decoration: none;
}

.single-post-card .post-navigation {
	border-top: 1px solid var(--nhatweb-border);
	margin: 0 48px;
	padding: 28px 0 34px;
}

.single-post-card .post-navigation .nav-links {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: stretch;
}

.single-post-card .post-navigation .nav-next {
	text-align: right;
}

.single-post-card .post-navigation a {
	background: #f8fafc;
	border: 1px solid var(--nhatweb-border);
	border-radius: 10px;
	display: block;
	height: 100%;
	padding: 14px 16px;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.single-post-card .post-navigation a:hover,
.single-post-card .post-navigation a:focus-visible {
	border-color: var(--nhatweb-accent);
	transform: translateY(-2px);
}

.single-post__nav-label {
	color: var(--nhatweb-muted);
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.single-post__nav-title {
	color: var(--nhatweb-heading);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.post-sidebar {
	display: grid;
	gap: 20px;
	min-width: 0;
	position: sticky;
	top: 100px;
}

.post-sidebar__widget {
	background: var(--nhatweb-surface);
	border: 1px solid var(--nhatweb-border);
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, .05);
	margin: 0;
	overflow: hidden;
	padding: 22px;
}

.post-sidebar__title {
	color: var(--nhatweb-heading);
	font-size: 19px;
	letter-spacing: -.015em;
	line-height: 1.3;
	margin: 0 0 16px;
	padding-bottom: 12px;
	position: relative;
}

.post-sidebar__title::after {
	background: var(--nhatweb-accent);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 42px;
}

.post-sidebar__widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-sidebar__widget li {
	border-bottom: 1px solid var(--nhatweb-border);
	padding: 9px 0;
}

.post-sidebar__widget li:first-child {
	padding-top: 0;
}

.post-sidebar__widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.post-sidebar__widget li a {
	color: var(--nhatweb-heading);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.post-sidebar__widget li a:hover,
.post-sidebar__widget li a:focus-visible {
	color: var(--nhatweb-accent);
}

.post-sidebar__widget select,
.post-sidebar__widget input[type="search"],
.post-sidebar__widget .wp-block-search__input {
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 8px;
	color: var(--nhatweb-text);
	min-height: 42px;
	min-width: 0;
	padding: 8px 11px;
	width: 100%;
}

.post-sidebar__widget .search-form,
.post-sidebar__widget .wp-block-search__inside-wrapper {
	display: flex;
	gap: 7px;
}

.post-sidebar__widget .search-form label {
	flex: 1;
	min-width: 0;
}

.post-sidebar__widget .search-submit,
.post-sidebar__widget .wp-block-search__button {
	background: var(--nhatweb-accent);
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 13px;
}

.post-sidebar__recent-posts li {
	padding: 11px 0;
}

.post-sidebar__recent-posts a {
	align-items: center;
	display: grid;
	gap: 11px;
	grid-template-columns: 70px minmax(0, 1fr);
}

.post-sidebar__recent-posts img,
.post-sidebar__placeholder {
	background: #eff6ff;
	border-radius: 8px;
	height: 56px;
	object-fit: cover;
	overflow: hidden;
	width: 70px;
}

.post-sidebar__placeholder {
	align-items: center;
	color: #93c5fd;
	display: flex;
	justify-content: center;
}

.post-sidebar__placeholder svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.post-sidebar__recent-posts strong,
.post-sidebar__recent-posts time {
	display: block;
}

.post-sidebar__recent-posts strong {
	display: -webkit-box;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post-sidebar__recent-posts time {
	color: var(--nhatweb-muted);
	font-size: 11px;
	font-weight: 400;
	margin-top: 4px;
}

.comments-area {
	border-top: 1px solid var(--nhatweb-border);
	margin: 0 48px;
	padding: 32px 0 42px;
}

.comments-title,
.comment-reply-title {
	color: var(--nhatweb-heading);
	font-size: 24px;
	letter-spacing: -.02em;
	margin: 0 0 24px;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	margin-left: 34px;
}

.comment-body {
	border-bottom: 1px solid var(--nhatweb-border);
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.comment-meta {
	font-size: 13px;
	margin-bottom: 10px;
}

.comment-author {
	align-items: center;
	display: flex;
	gap: 10px;
}

.comment-author .avatar {
	border-radius: 50%;
}

.comment-metadata {
	margin: 4px 0 0 58px;
}

.comment-metadata a,
.comment-reply-link {
	color: var(--nhatweb-muted);
	text-decoration: none;
}

.comment-content {
	font-size: 15px;
}

.comment-form p {
	margin: 0 0 16px;
}

.comment-form label {
	color: var(--nhatweb-heading);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	border: 1px solid var(--nhatweb-border);
	border-radius: 9px;
	padding: 10px 12px;
	width: 100%;
}

.comment-form .submit {
	background: var(--nhatweb-accent);
	border: 0;
	border-radius: 9px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 11px 20px;
}

.affiliate-products {
	background: #f8fafc;
	border-top: 1px solid var(--nhatweb-border);
	padding: 44px 24px 48px;
}

.affiliate-products__inner {
	margin: 0;
	max-width: none;
}

.affiliate-products__header {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.affiliate-products__eyebrow {
	color: var(--nhatweb-accent);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.affiliate-products__header h2 {
	color: var(--nhatweb-heading);
	font-size: clamp(25px, 3vw, 34px);
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0;
}

.affiliate-products__controls {
	align-items: center;
	display: flex;
	gap: 8px;
}

.affiliate-products__controls[hidden] {
	display: none;
}

.affiliate-products__controls button {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 50%;
	color: var(--nhatweb-heading);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 38px;
}

.affiliate-products__controls button:hover,
.affiliate-products__controls button:focus-visible {
	background: var(--nhatweb-accent);
	border-color: var(--nhatweb-accent);
	color: #ffffff;
}

.affiliate-products__controls button:disabled {
	background: #f1f5f9;
	border-color: var(--nhatweb-border);
	color: #94a3b8;
	cursor: default;
}

.affiliate-products__controls > span {
	color: var(--nhatweb-muted);
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	min-width: 42px;
	text-align: center;
}

.affiliate-products.layout-row .affiliate-products__track {
	display: grid;
	gap: 16px;
	grid-auto-columns: var(--affiliate-column-width);
	grid-auto-flow: column;
	grid-template-rows: repeat(var(--affiliate-rows), minmax(0, 1fr));
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 1px 7px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.affiliate-products.layout-row .affiliate-products__track::-webkit-scrollbar {
	display: none;
}

.affiliate-products.layout-row .affiliate-product-card {
	grid-column: var(--affiliate-grid-column);
	grid-row: var(--affiliate-grid-row);
}

.affiliate-product-card {
	background: var(--nhatweb-surface);
	border: 1px solid #dbe3ef;
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.affiliate-product-card:hover {
	border-color: #bfdbfe;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .1);
	transform: translateY(-2px);
}

.affiliate-product-card__image {
	aspect-ratio: 1.55 / 1;
	background: linear-gradient(135deg, #f1f5f9, #eaf0f7);
	display: block;
	overflow: hidden;
	position: relative;
}

.affiliate-product-card__image img,
.affiliate-product-card__placeholder {
	height: 100%;
	inset: 0;
	object-fit: contain;
	position: absolute;
	transition: transform 260ms ease;
	width: 100%;
}

.affiliate-product-card:hover .affiliate-product-card__image img {
	transform: scale(1.035);
}

.affiliate-product-card__placeholder {
	align-items: center;
	color: #93c5fd;
	display: flex;
	justify-content: center;
}

.affiliate-product-card__placeholder svg {
	fill: currentColor;
	height: 42px;
	width: 42px;
}

.affiliate-product-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 15px 16px 16px;
}

.affiliate-product-card__content h3 {
	display: -webkit-box;
	font-size: 17px;
	letter-spacing: -.01em;
	line-height: 1.35;
	margin: 0 0 6px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.affiliate-product-card__content h3 a {
	color: var(--nhatweb-heading);
	text-decoration: none;
}

.affiliate-product-card__content h3 a:hover,
.affiliate-product-card__content h3 a:focus-visible {
	color: var(--nhatweb-accent);
}

.affiliate-product-card__content p {
	color: var(--nhatweb-muted);
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 13px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.affiliate-product-card__button {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 5px;
	margin-top: auto;
	text-decoration: none;
}

.affiliate-product-card__button span {
	transition: transform 160ms ease;
}

.affiliate-product-card__button:hover span,
.affiliate-product-card__button:focus-visible span {
	transform: translateX(3px);
}

.affiliate-products.layout-list .affiliate-products__controls {
	display: none;
}

.affiliate-products.layout-list .affiliate-products__track {
	display: grid;
	gap: 12px;
}

.affiliate-products.layout-list .affiliate-product-card {
	display: grid;
	grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
}

.affiliate-products.layout-list .affiliate-product-card__image {
	aspect-ratio: auto;
	min-height: 150px;
}

.affiliate-products.layout-list .affiliate-product-card__content {
	justify-content: center;
	padding: 20px 24px;
}

.affiliate-products.layout-list .affiliate-product-card__content h3 {
	font-size: 19px;
}

.affiliate-archive__header {
	margin-bottom: 24px;
}

.affiliate-archive__eyebrow {
	color: var(--nhatweb-accent);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.affiliate-archive__header h1 {
	color: var(--nhatweb-heading);
	font-size: clamp(32px, 4vw, 48px);
	letter-spacing: -.03em;
	line-height: 1.15;
	margin: 0 0 8px;
}

.affiliate-archive__header p {
	color: var(--nhatweb-muted);
	margin: 0;
}

.affiliate-archive__search {
	align-items: center;
	display: flex;
	gap: 9px;
	margin: 0 0 18px;
	max-width: 780px;
}

.affiliate-archive__search-field {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 10px;
	display: flex;
	flex: 1;
	gap: 9px;
	min-width: 0;
	padding: 0 13px;
}

.affiliate-archive__search-field:focus-within {
	border-color: var(--nhatweb-accent);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.affiliate-archive__search-field svg {
	fill: var(--nhatweb-muted);
	flex: 0 0 19px;
	height: 19px;
	width: 19px;
}

.affiliate-archive__search input[type="search"] {
	background: transparent;
	border: 0;
	color: var(--nhatweb-heading);
	font-size: 15px;
	height: 46px;
	min-width: 0;
	outline: 0;
	padding: 0;
	width: 100%;
}

.affiliate-archive__search > button {
	background: var(--nhatweb-accent);
	border: 1px solid var(--nhatweb-accent);
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	height: 46px;
	padding: 0 18px;
}

.affiliate-archive__search > button:hover,
.affiliate-archive__search > button:focus-visible {
	background: #1d4ed8;
	border-color: #1d4ed8;
}

.affiliate-archive__search > a {
	color: var(--nhatweb-muted);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.affiliate-archive__filters {
	display: flex;
	gap: 8px;
	margin: 0 0 26px;
	overflow-x: auto;
	padding: 2px 0 7px;
	scrollbar-width: thin;
}

.affiliate-archive__filters a {
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 999px;
	color: var(--nhatweb-heading);
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 14px;
	text-decoration: none;
}

.affiliate-archive__filters a:hover,
.affiliate-archive__filters a:focus-visible,
.affiliate-archive__filters a.is-active {
	background: var(--nhatweb-accent);
	border-color: var(--nhatweb-accent);
	color: #ffffff;
}

.affiliate-archive__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.affiliate-archive .affiliate-product-card__content h2 {
	display: -webkit-box;
	font-size: 18px;
	letter-spacing: -.01em;
	line-height: 1.35;
	margin: 0 0 7px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.affiliate-archive .affiliate-product-card__content h2 a {
	color: var(--nhatweb-heading);
	text-decoration: none;
}

.affiliate-archive .affiliate-product-card__content h2 a:hover,
.affiliate-archive .affiliate-product-card__content h2 a:focus-visible {
	color: var(--nhatweb-accent);
}

.affiliate-product-card__category {
	color: var(--nhatweb-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.affiliate-archive__pagination {
	margin-top: 34px;
}

.affiliate-archive__pagination > .page-numbers {
	display: flex;
	gap: 7px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.affiliate-archive__pagination li > .page-numbers {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 8px;
	color: var(--nhatweb-heading);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 11px;
	text-decoration: none;
}

.affiliate-archive__pagination li > .page-numbers:hover,
.affiliate-archive__pagination li > .page-numbers:focus-visible,
.affiliate-archive__pagination li > .page-numbers.current {
	background: var(--nhatweb-accent);
	border-color: var(--nhatweb-accent);
	color: #ffffff;
}

.affiliate-archive__empty {
	background: #f8fafc;
	border: 1px dashed #94a3b8;
	border-radius: 12px;
	padding: 50px 24px;
	text-align: center;
}

.affiliate-archive__empty h2 {
	color: var(--nhatweb-heading);
	margin: 0 0 6px;
}

.affiliate-archive__empty p {
	color: var(--nhatweb-muted);
	margin: 0;
}

.site-footer {
	background: #0f172a;
	color: #cbd5e1;
}

.site-footer__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--nhatweb-width);
	min-height: 86px;
	padding: 22px 24px;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.footer-menu a {
	color: #f8fafc;
	font-size: 14px;
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	text-decoration: underline;
}

.footer-copy {
	font-size: 14px;
	margin-left: auto;
	text-align: right;
}

.footer-copy p {
	margin: 0;
}

.floating-widgets {
	align-items: flex-end;
	bottom: max(20px, env(safe-area-inset-bottom));
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	z-index: 999;
}

.floating-contacts {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.floating-contact {
	align-items: center;
	background: var(--nhatweb-surface);
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, .15);
	color: var(--nhatweb-heading);
	display: flex;
	gap: 10px;
	padding: 6px;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.floating-contact:hover,
.floating-contact:focus-visible {
	box-shadow: 0 14px 36px rgba(15, 23, 42, .22);
	transform: translateX(-4px);
}

.floating-contact__text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	padding-left: 12px;
	text-align: right;
}

.floating-contact__text strong {
	font-size: 13px;
}

.floating-contact__text small {
	color: var(--nhatweb-accent);
	font-size: 14px;
	font-weight: 700;
}

.floating-contact__icon {
	align-items: center;
	background: var(--nhatweb-accent);
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	width: 48px;
}

.floating-contact__icon img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.floating-contact__icon svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.qr-contact {
	background: var(--nhatweb-surface);
	border-radius: 18px;
	box-shadow: 0 16px 46px rgba(15, 23, 42, .17);
	overflow: hidden;
	transition: border-radius 180ms ease, width 180ms ease;
	width: var(--nhatweb-qr-width);
}

.qr-contact.collapse-style-bubble.is-collapsed {
	border-radius: 50%;
	width: 58px;
}

.qr-contact__header {
    align-items: center;
    background: #2f65ea;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: var(--nhatweb-qr-title-size);
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .02em;
    padding: 15px;
    text-align: left;
    width: 100%;
}

.qr-contact__header:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .55);
	outline: 0;
}

.qr-contact__toggle {
	height: 20px;
	position: relative;
	width: 20px;
}

.qr-contact__collapsed-icon {
	align-items: center;
	display: none;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.qr-contact__collapsed-icon svg {
	fill: currentColor;
	height: 28px;
	width: 28px;
}

.qr-contact.collapse-style-bubble.is-collapsed .qr-contact__header {
	border-radius: 50%;
	height: 58px;
	justify-content: center;
	min-height: 58px;
	padding: 0;
	width: 58px;
}

.qr-contact.collapse-style-bubble.is-collapsed .qr-contact__header strong,
.qr-contact.collapse-style-bubble.is-collapsed .qr-contact__toggle {
	display: none;
}

.qr-contact.collapse-style-bubble.is-collapsed .qr-contact__collapsed-icon {
	display: flex;
}

.qr-contact__toggle::before,
.qr-contact__toggle::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 3px;
	left: 2px;
	position: absolute;
	top: 9px;
	width: 16px;
}

.qr-contact__toggle::after {
	top: 2px;
	transform: rotate(90deg);
	transform-origin: 8px 8px;
	transition: opacity 160ms ease;
}

.qr-contact:not(.is-collapsed) .qr-contact__toggle::after {
	opacity: 0;
}

.qr-contact__body {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: clamp(70px, var(--nhatweb-qr-image-size), 45%) minmax(0, 1fr);
	padding: 15px;
}

.qr-contact__body.has-no-image {
	grid-template-columns: 1fr;
}

.qr-contact.is-collapsed .qr-contact__body {
	display: none;
}

.qr-contact__image {
	background: #ffffff;
	border: 1px solid var(--nhatweb-border);
	border-radius: 5px;
	display: block;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: min(var(--nhatweb-qr-image-size), 100%);
}

a.qr-contact__image:hover,
a.qr-contact__image:focus-visible {
	border-color: var(--nhatweb-accent);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .13);
	transform: translateY(-1px);
}

.qr-contact__image img {
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.qr-contact__info {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.qr-contact__info > strong {
	color: var(--nhatweb-heading);
	font-size: var(--nhatweb-qr-desc-size);
	line-height: 1.3;
}

.qr-contact__info > a {
	align-items: center;
	background: #2f65ea;
	border-radius: 5px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	padding:10px;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.qr-contact__info > a:hover,
.qr-contact__info > a:focus-visible {
	background: #1d4ed8;
	transform: translateY(-1px);
}

.qr-contact__info svg {
	fill: currentColor;
	height: 19px;
	width: 19px;
}

@media (max-width: 860px) {
	.affiliate-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-post-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-post-layout.has-sidebar .single-post-card {
		order: 1;
	}

	.single-post-layout.has-sidebar .post-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: 2;
		position: static;
	}

	.has-sidebar .single-post__content .alignwide,
	.has-sidebar .single-post__content .alignfull {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: auto;
	}

	.nhatweb-news-grid .news-posts,
	.nhatweb-news-columns-4 .news-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-header__inner {
		min-height: 68px;
	}

	.custom-logo {
		max-height: 52px;
		max-width: min(var(--nhatweb-logo-width), 220px);
	}

	.menu-toggle {
		display: flex;
		margin-left: auto;
		position: relative;
		z-index: 2;
	}

	.main-navigation {
		background: var(--nhatweb-surface);
		border-top: 1px solid var(--nhatweb-border);
		box-shadow: 0 18px 35px rgba(15, 23, 42, .1);
		display: none;
		left: 0;
		max-height: calc(100vh - 68px);
		overflow: auto;
		padding: 12px 20px 20px;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.main-navigation.is-open {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-menu a {
		padding: 11px 12px;
	}

	.primary-menu .sub-menu,
	.primary-menu .sub-menu .sub-menu {
		border: 0;
		box-shadow: none;
		left: auto;
		margin-left: 16px;
		min-width: 0;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-copy {
		margin-left: 0;
		text-align: left;
	}
}

@media (max-width: 782px) {
	.admin-bar.nhatweb-sticky-header .site-header {
		top: 46px;
	}

	.affiliate-products {
		padding: 34px 18px 38px;
	}

	.affiliate-products__header {
		align-items: center;
		margin-bottom: 16px;
	}

	.affiliate-products__eyebrow {
		font-size: 10px;
	}

	.affiliate-products__header h2 {
		font-size: 23px;
	}

	.affiliate-products__controls button {
		height: 34px;
		width: 34px;
	}

	.affiliate-products__controls > span {
		display: none;
	}

	.affiliate-products.layout-row .affiliate-products__track {
		gap: 12px;
		grid-auto-columns: var(--affiliate-mobile-column-width);
		grid-template-rows: minmax(0, 1fr);
	}

	.affiliate-products.layout-row .affiliate-products__track > .affiliate-product-card {
		grid-column: auto;
		grid-row: auto;
	}

	.affiliate-products.layout-list .affiliate-product-card {
		grid-template-columns: minmax(105px, 34%) minmax(0, 1fr);
	}

	.affiliate-products.layout-list .affiliate-product-card__image {
		min-height: 125px;
	}

	.affiliate-products.layout-list .affiliate-product-card__content {
		padding: 13px 15px;
	}

	.affiliate-archive .affiliate-product-card__content h2 {
		font-size: 14px;
	}

	.affiliate-product-card {
		border-radius: 10px;
	}

	.affiliate-product-card__image {
		aspect-ratio: 1.35 / 1;
	}

	.affiliate-product-card__content {
		padding: 11px 11px 13px;
	}

	.affiliate-product-card__content h3 {
		font-size: 14px;
	}

	.affiliate-product-card__content p {
		font-size: 12px;
		-webkit-line-clamp: 2;
	}

	.affiliate-product-card__button {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.promo-banner__inner {
		padding: 10px 12px 0;
	}

	.promo-banner__image {
		border-radius: 8px;
	}

	.promo-banner__slider {
		border-radius: 8px;
	}

	.promo-banner__arrow {
		height: 34px;
		opacity: .8;
		width: 34px;
	}

	.promo-banner__arrow.is-prev {
		left: 8px;
	}

	.promo-banner__arrow.is-next {
		right: 8px;
	}

	.promo-banner__dots {
		bottom: 7px;
	}

	.promo-bar__inner {
		gap: 10px;
		min-height: 44px;
		padding-left: 12px;
		padding-right: 8px;
	}

	.promo-bar__icon {
		flex-basis: 30px;
		height: 30px;
		width: 30px;
	}

	.promo-bar__track {
		font-size: 14px;
	}

	.site-header__inner,
	.content-area,
	.site-footer__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.content-area {
		padding-bottom: 36px;
		padding-top: 36px;
	}

	.affiliate-archive__search {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.affiliate-archive__search-field {
		flex-basis: calc(100% - 106px);
	}

	.affiliate-archive__search > button {
		padding-left: 13px;
		padding-right: 13px;
	}

	.affiliate-archive__search > a {
		flex-basis: 100%;
	}

	.single-post-layout {
		gap: 22px;
	}

	.single-post-layout.has-sidebar .post-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-post-card {
		border-radius: 12px;
	}

	.single-post__header {
		padding: 28px 22px 24px;
	}

	.single-post__title,
	.has-sidebar .single-post__title {
		font-size: clamp(28px, 9vw, 38px);
	}

	.single-post__meta {
		gap: 8px 14px;
		margin-top: 18px;
	}

	.single-post__featured-image img {
		max-height: 460px;
	}

	.single-post__content {
		font-size: 16px;
		padding: 28px 22px 34px;
	}

	.single-post__content blockquote {
		font-size: 16px;
		padding: 16px 18px;
	}

	.single-post__tags,
	.single-post-card .post-navigation,
	.comments-area {
		margin-left: 22px;
		margin-right: 22px;
	}

	.single-post-card .post-navigation .nav-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-post-card .post-navigation .nav-next {
		text-align: left;
	}

	.comment-list .children {
		margin-left: 18px;
	}

	.post-sidebar__widget {
		padding: 20px;
	}

	.news-page__header {
		margin-bottom: 22px;
	}

	.nhatweb-news-grid .news-posts,
	.nhatweb-news-columns-2 .news-posts,
	.nhatweb-news-columns-3 .news-posts,
	.nhatweb-news-columns-4 .news-posts {
		grid-template-columns: 1fr;
	}

	.nhatweb-news-list .news-card {
		display: flex;
	}

	.nhatweb-news-list .news-card__content {
		padding: 20px;
	}

	.floating-widgets {
		bottom: max(14px, env(safe-area-inset-bottom));
		right: max(14px, env(safe-area-inset-right));
	}

	.qr-contact {
		max-width: calc(100vw - 28px);
		width: var(--nhatweb-qr-width);
	}

	.qr-contact__body {
		gap: 12px;
		grid-template-columns: clamp(70px, var(--nhatweb-qr-image-size), 42%) minmax(0, 1fr);
		padding: 14px;
	}

	.qr-contact__header {
		min-height: 54px;
	}

	.floating-contact__text {
		display: none;
	}

	.floating-contact {
		padding: 5px;
	}

	.floating-contact__icon {
		flex-basis: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.promo-bar__track {
		animation: none;
	}

	.promo-banner__slide {
		transition: none;
	}
}
