/* Final QA layer: small, shared stability fixes without changing page structure. */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

:root {
	--gvt-container: 1440px;
	--gvt-container-wide: 1440px;
}

body .gvt-container,
body.home .gvt-container,
body.front-page .gvt-container,
body.is-front-page .gvt-container,
.is-gia-vang-page .gvt-container,
.is-bieu-do-page .gvt-container,
.is-ty-gia-page .gvt-container,
.is-cong-cu-page .gvt-container,
.is-news-layout .gvt-container,
.is-hoi-dap-page .gvt-container,
.is-lich-kinh-te-page .gvt-container,
.is-auth-page .gvt-container,
.is-dashboard-page .gvt-container,
.is-pricing-page .gvt-container,
.is-screener-page .gvt-container,
.is-gvt-seo-page .gvt-container {
	width: min(1440px, calc(100% - 48px));
	max-width: 1440px;
	margin-inline: auto;
}

@media (min-width: 1180px) {
	body.home .hero-grid,
	body.front-page .hero-grid {
		grid-template-columns: minmax(0, 680px) minmax(0, 1fr);
	}

	body.home .content-grid,
	body.front-page .content-grid {
		grid-template-columns: minmax(0, 1fr) 430px;
	}

	body.home .market-grid,
	body.front-page .market-grid {
		grid-template-columns: minmax(0, 1.7fr) minmax(320px, .95fr);
	}

	.is-news-layout .news-layout,
	.is-hoi-dap-page .faq-layout,
	.is-lich-kinh-te-page .faq-layout {
		grid-template-columns: minmax(0, 1fr) 380px;
		gap: 24px;
	}

	.is-news-layout .news-title-grid,
	.is-hoi-dap-page .faq-title-grid,
	.is-lich-kinh-te-page .faq-title-grid {
		grid-template-columns: minmax(0, 1fr) 560px;
	}

	.is-news-layout .news-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.news-page,
.faq-page,
.calendar-page,
.is-news-layout .site-main {
	background: var(--gvt-bg, #f8fafc);
	color: var(--gvt-text, #111827);
	font-family: var(--gvt-font, Inter, Arial, sans-serif);
}

.news-breadcrumb,
.faq-breadcrumb {
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0;
}

.news-title-grid h1,
.faq-title-grid h1,
.is-news-layout .page-header h1,
.is-news-layout .archive-header h1 {
	color: var(--gvt-heading, #071a2f);
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 950;
	letter-spacing: 0;
}

.news-title-grid p,
.faq-title-grid p,
.news-featured p,
.demo-post-card p,
.faq-seo p,
.faq-sidebar p {
	color: var(--gvt-muted, #6b7280);
	font-size: 15px;
	line-height: 1.7;
}

.news-status article,
.faq-status article,
.news-featured,
.demo-post-card,
.news-sidebar .gvt-card,
.news-article,
.faq-main .gvt-card,
.faq-sidebar .gvt-card,
.is-news-layout .post-card,
.is-news-layout .page-header,
.is-news-layout .not-found {
	background: var(--gvt-surface, #fff);
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 16px;
	box-shadow: var(--gvt-shadow-sm, 0 8px 22px rgba(7,26,47,.06));
}

.news-sidebar,
.faq-sidebar {
	gap: 18px;
	top: 132px;
}

.news-sidebar h2,
.faq-sidebar h2,
.faq-main h2,
.news-section-heading h2 {
	color: var(--gvt-heading, #071a2f);
	font-size: 15px;
	font-weight: 950;
	letter-spacing: 0;
}

.news-read,
.newsletter-card button,
.faq-search button,
.faq-sidebar button {
	border-radius: 10px;
	background: linear-gradient(180deg, #f2ad13, var(--gvt-gold, #d99a00));
	box-shadow: 0 8px 18px rgba(217,154,0,.18);
}

.news-cats button,
.faq-tags button {
	border-color: var(--gvt-border-soft, #edf1f5);
	border-radius: 999px;
	color: var(--gvt-heading, #071a2f);
}

.news-cats .is-active,
.faq-tags .is-active {
	border-color: var(--gvt-gold, #d99a00);
	background: var(--gvt-gold, #d99a00);
	color: #fff;
}

.demo-thumb {
	background-color: var(--gvt-gold-soft, #fff4d6);
}

.news-featured {
	gap: 24px;
	padding: 20px;
}

.news-featured h2 {
	color: var(--gvt-heading, #071a2f);
	font-size: clamp(25px, 2.2vw, 34px);
	line-height: 1.16;
	font-weight: 950;
}

.demo-post-card h2,
.news-post-card h2 {
	color: var(--gvt-heading, #071a2f);
	font-size: 20px;
	font-weight: 950;
}

.faq-item {
	border-color: var(--gvt-border-soft, #edf1f5);
	border-radius: 14px;
}

.faq-item button {
	color: var(--gvt-heading, #071a2f);
	font-size: 15px;
	font-weight: 900;
}

.faq-item.is-open {
	border-color: var(--gvt-gold, #d99a00);
	box-shadow: 0 12px 26px rgba(217,154,0,.12);
}

.faq-search input,
.faq-sidebar input,
.faq-sidebar textarea,
.newsletter-card input {
	border-color: var(--gvt-border-soft, #edf1f5);
	border-radius: 10px;
	color: var(--gvt-text, #111827);
	font-family: var(--gvt-font, Inter, Arial, sans-serif);
}

.popular-row,
.faq-sidebar a,
.market-mini p,
.faq-market p {
	border-bottom-color: var(--gvt-border-soft, #edf1f5);
}

.news-page .news-layout,
.faq-page .faq-layout {
	margin-bottom: 42px;
}

.is-news-layout .article-card,
.is-news-layout .post-card {
	border-radius: 16px;
}

.site-header {
	inset-inline: 0;
}

.main-header__inner,
.topbar__inner {
	min-width: 0;
}

.primary-nav,
.header-search {
	min-width: 0;
}

.tool-compare-result {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid var(--border, #eadfca);
	border-radius: 12px;
	background: #fffaf0;
}

.tool-compare-result p {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	color: var(--navy, #061a2f);
	font-weight: 850;
}

.ex-chart-fallback,
.cp-chart-fallback {
	display: grid;
	place-items: center;
	min-height: 220px;
	color: var(--muted, #6b7280);
	text-align: center;
}

.cp-toolbar,
.cp-mini-controls,
.ex-tabs,
.tool-tabs,
.unit-tabs,
.gv-brand-chips {
	scrollbar-width: thin;
}

.cp-toolbar button,
.cp-toolbar label {
	flex: 0 0 auto;
}

@media (max-width: 820px) {
	.gvt-container,
	body.home .gvt-container,
	body.front-page .gvt-container,
	body.is-front-page .gvt-container,
	.is-gia-vang-page .gvt-container,
	.is-bieu-do-page .gvt-container,
	.is-ty-gia-page .gvt-container,
	.is-cong-cu-page .gvt-container,
	.is-news-layout .gvt-container,
	.is-hoi-dap-page .gvt-container,
	.is-lich-kinh-te-page .gvt-container,
	.is-auth-page .gvt-container,
	.is-dashboard-page .gvt-container,
	.is-pricing-page .gvt-container,
	.is-screener-page .gvt-container,
	.is-gvt-seo-page .gvt-container {
		width: min(100% - 28px, 1440px);
		max-width: 1440px;
	}

	.topbar__time {
		max-width: 100%;
		white-space: normal;
		line-height: 1.45;
	}

	.main-header__inner {
		align-items: center;
	}

	.primary-nav.is-open {
		max-height: calc(100vh - 110px);
		overflow-y: auto;
	}
}

@media (max-width: 767px) {
	.gvt-container,
	body.home .gvt-container,
	body.front-page .gvt-container,
	body.is-front-page .gvt-container,
	.is-gia-vang-page .gvt-container,
	.is-bieu-do-page .gvt-container,
	.is-ty-gia-page .gvt-container,
	.is-cong-cu-page .gvt-container,
	.is-news-layout .gvt-container,
	.is-hoi-dap-page .gvt-container,
	.is-lich-kinh-te-page .gvt-container,
	.is-auth-page .gvt-container,
	.is-dashboard-page .gvt-container,
	.is-pricing-page .gvt-container,
	.is-screener-page .gvt-container,
	.is-gvt-seo-page .gvt-container {
		width: min(100% - 22px, 1440px);
		max-width: 1440px;
	}

	.news-title-grid h1,
	.faq-title-grid h1 {
		font-size: 30px;
	}

	.news-featured,
	.demo-post-card > div,
	.news-sidebar .gvt-card,
	.faq-main .gvt-card,
	.faq-sidebar .gvt-card {
		padding: 16px;
	}

	.news-featured .demo-thumb,
	.demo-post-card .demo-thumb {
		min-height: 220px;
	}

	.site-footer {
		margin-top: 24px;
	}

	.footer-grid {
		gap: 24px;
	}

	.gvt-table,
	.gv-price-table,
	.ex-rate-table {
		max-width: 100%;
	}
}

.gvt-toast {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
	min-width: min(360px, calc(100vw - 24px));
}

.gvt-toast button {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	cursor: pointer;
	font-weight: 900;
}

.gvt-toast.is-warning {
	background: #b87900;
}

.gvt-toast.is-info {
	background: #0d2744;
}

.gvt-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(6, 26, 47, .55);
}

.gvt-modal[hidden] {
	display: none;
}

.gvt-modal__dialog {
	position: relative;
	width: min(620px, 100%);
	max-height: min(720px, calc(100vh - 40px));
	overflow: auto;
	border: 1px solid var(--border, #eadfca);
	border-radius: 16px;
	background: var(--white, #fff);
	box-shadow: 0 24px 70px rgba(6, 26, 47, .28);
	padding: 22px;
	outline: none;
}

.gvt-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #fff4d6;
	color: #b87900;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
}

.gvt-detail-list {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
}

.gvt-detail-list p {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f1e3c2;
}

.gvt-notification-row.is-read {
	opacity: .62;
}

.gvt-notification-row.is-read button {
	cursor: default;
}

.gvt-api-loading {
	position: relative;
	opacity: .72;
	pointer-events: none;
}

.gvt-api-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, transparent, rgba(255, 244, 214, .52), transparent);
	background-size: 220% 100%;
	animation: gvt-shimmer 1.15s linear infinite;
}

@keyframes gvt-shimmer {
	to {
		background-position: -220% 0;
	}
}

.gvt-empty-row td {
	padding: 22px !important;
}

.gvt-empty-state {
	display: grid;
	place-items: center;
	min-height: 96px;
	border: 1px dashed var(--gvt-border, #eadfca);
	border-radius: 14px;
	background: rgba(255, 244, 214, .35);
	color: var(--gvt-muted, #6b7280);
	font-weight: 800;
	text-align: center;
}

.gvt-stale-badge,
.gv-api-state {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 850;
}

.gvt-stale-badge.is-success,
.gv-api-state.is-success {
	background: rgba(22, 163, 74, .1);
	color: var(--green, #16a34a);
}

.gvt-stale-badge.is-warning,
.gv-api-state.is-warning,
.gv-api-state.is-loading {
	background: rgba(217, 154, 0, .13);
	color: var(--gold-dark, #b87900);
}

.gv-api-state.is-error {
	background: rgba(220, 38, 38, .1);
	color: var(--red, #dc2626);
}

.market-ticker-item svg,
.market-row svg,
.ex-world-row svg,
.cp-market-row svg {
	width: 72px;
	height: 22px;
}

.market-ticker-item polyline,
.market-row polyline,
.ex-world-row polyline,
.cp-market-row polyline {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gvt-floating-actions {
	gap: 8px;
}

.gvt-floating-actions button {
	min-width: 42px;
	min-height: 42px;
	touch-action: manipulation;
}

.gvt-seo-page {
	background: var(--gvt-bg, #f8fafc);
	color: var(--gvt-text, #111827);
	font-family: var(--gvt-font, Inter, Arial, sans-serif);
}

.gvt-seo-hero,
.gvt-seo-layout,
.gvt-seo-bottom {
	margin-block: 24px;
}

.gvt-seo-title-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 24px;
	align-items: end;
	margin-top: 18px;
}

.gvt-seo-title-grid h1 {
	margin: 0 0 12px;
	color: var(--gvt-heading, #071a2f);
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
	font-weight: 950;
	letter-spacing: 0;
}

.gvt-seo-title-grid p {
	max-width: 760px;
	margin: 0;
	color: var(--gvt-muted, #6b7280);
	font-size: 16px;
	line-height: 1.75;
}

.gvt-seo-status {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gvt-seo-status article {
	min-height: 92px;
	padding: 16px;
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 16px;
	background: var(--gvt-surface, #fff);
	box-shadow: var(--gvt-shadow-sm, 0 8px 22px rgba(7, 26, 47, .06));
}

.gvt-seo-status span {
	display: block;
	margin-bottom: 8px;
	color: var(--gvt-muted, #6b7280);
	font-size: 12px;
	font-weight: 850;
}

.gvt-seo-status strong {
	color: var(--gvt-heading, #071a2f);
	font-size: 15px;
	font-weight: 950;
}

.gvt-seo-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 22px;
	align-items: start;
}

.gvt-seo-main,
.gvt-seo-sidebar .gvt-card,
.gvt-seo-bottom .gvt-card,
.gvt-internal-links {
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 16px;
	background: var(--gvt-surface, #fff);
	box-shadow: var(--gvt-shadow-sm, 0 8px 22px rgba(7, 26, 47, .06));
}

.gvt-seo-main {
	padding: 22px;
	overflow: hidden;
}

.gvt-seo-insights {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
	gap: 14px;
	margin: 18px 0;
}

.gvt-seo-insights article {
	padding: 16px;
	border: 1px solid var(--gvt-border-soft, #edf1f5);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 244, 214, .7), #fff);
}

.gvt-seo-insights h3 {
	margin: 0 0 8px;
	color: var(--gvt-heading, #071a2f);
	font-size: 14px;
	font-weight: 950;
}

.gvt-seo-insights p {
	margin: 0;
	color: var(--gvt-muted, #6b7280);
	font-size: 14px;
	line-height: 1.7;
}

.gvt-seo-insights svg {
	display: block;
	width: 100%;
	min-height: 86px;
}

.gvt-seo-insights path {
	fill: none;
	stroke: var(--gvt-green, #16a34a);
	stroke-width: 4;
	stroke-linecap: round;
}

.gvt-seo-insights line {
	stroke: rgba(234, 223, 202, .9);
	stroke-width: 2;
}

.gvt-seo-sidebar {
	position: sticky;
	top: 126px;
	display: grid;
	gap: 16px;
}

.gvt-seo-sidebar .gvt-card,
.gvt-seo-bottom .gvt-card {
	padding: 20px;
}

.gvt-related-links,
.gvt-internal-links div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gvt-related-links a,
.gvt-internal-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 12px;
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 999px;
	background: var(--gvt-gold-soft, #fff4d6);
	color: var(--gvt-heading, #071a2f);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.gvt-internal-links {
	margin: 28px 0;
	padding: 18px;
}

.gvt-internal-links h2 {
	margin: 0 0 14px;
	color: var(--gvt-heading, #071a2f);
	font-size: 18px;
	font-weight: 950;
}

.gvt-button--full {
	justify-content: center;
	width: 100%;
	margin-top: 12px;
}

.gvt-badge.is-up {
	background: rgba(22, 163, 74, .1);
	color: var(--green, #16a34a);
}

.gvt-badge.is-down {
	background: rgba(220, 38, 38, .1);
	color: var(--red, #dc2626);
}

.gvt-sticky-ticker {
	position: sticky;
	z-index: 80;
	top: 0;
	border-bottom: 1px solid rgba(234, 223, 202, .85);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(14px);
	box-shadow: 0 8px 24px rgba(7, 26, 47, .05);
}

.admin-bar .gvt-sticky-ticker {
	top: 32px;
}

.gvt-sticky-ticker__track {
	display: flex;
	gap: 10px;
	width: min(1440px, calc(100% - 48px));
	margin-inline: auto;
	overflow-x: auto;
	padding: 9px 0;
	scrollbar-width: thin;
}

.gvt-sticky-ticker a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 999px;
	background: #fff;
	color: var(--gvt-heading, #071a2f);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.gvt-sticky-ticker strong {
	font-size: 13px;
}

.gvt-sticky-ticker em {
	font-style: normal;
}

.gvt-sticky-ticker .is-up {
	color: var(--green, #16a34a);
}

.gvt-sticky-ticker .is-down {
	color: var(--red, #dc2626);
}

.gvt-quick-panel,
.gvt-newsletter-popup {
	position: fixed;
	inset: 0;
	z-index: 10030;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(6, 26, 47, .52);
}

.gvt-quick-panel[hidden],
.gvt-newsletter-popup[hidden] {
	display: none;
}

.gvt-quick-panel__dialog,
.gvt-newsletter-popup > div {
	position: relative;
	width: min(420px, 100%);
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 18px;
	background: var(--gvt-surface, #fff);
	box-shadow: 0 24px 80px rgba(6, 26, 47, .28);
	padding: 22px;
}

.gvt-quick-panel h2,
.gvt-newsletter-popup h2 {
	margin: 0 0 14px;
	color: var(--gvt-heading, #071a2f);
	font-size: 22px;
	font-weight: 950;
}

.gvt-quick-panel label,
.gvt-newsletter-popup form {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.gvt-quick-panel input,
.gvt-newsletter-popup input {
	width: 100%;
	border: 1px solid var(--gvt-border-soft, #edf1f5);
	border-radius: 12px;
	padding: 12px;
	font: inherit;
}

.gvt-quick-panel strong {
	display: block;
	margin: 16px 0;
	padding: 16px;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff4d6, #fff);
	color: var(--gvt-heading, #071a2f);
	font-size: 24px;
	font-weight: 950;
}

.gvt-quick-panel [data-gvt-close-quick],
.gvt-newsletter-popup [data-gvt-newsletter-close] {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #fff4d6;
	color: var(--gvt-gold-dark, #b87900);
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
}

.gvt-newsletter-popup button[type="submit"] {
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #f2ad13, var(--gvt-gold, #d99a00));
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.gvt-ad-slot {
	display: grid;
	place-items: center;
	min-height: 86px;
	border: 1px dashed rgba(217, 154, 0, .45);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 244, 214, .92), rgba(255, 255, 255, .94));
	color: var(--gvt-heading, #071a2f);
	text-align: center;
	cursor: pointer;
}

.gvt-top-ad {
	margin-block: 10px;
}

.gvt-top-ad .gvt-ad-slot {
	min-height: 72px;
}

.gvt-ad-slot span {
	color: var(--gvt-gold-dark, #b87900);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.gvt-ad-slot strong {
	font-size: 13px;
	font-weight: 850;
}

.gvt-mobile-ad {
	display: none;
}

.gvt-recent-panel {
	position: fixed;
	right: 18px;
	bottom: 96px;
	z-index: 92;
	width: min(320px, calc(100vw - 36px));
	border: 1px solid var(--gvt-border, #eadfca);
	border-radius: 16px;
	background: var(--gvt-surface, #fff);
	box-shadow: 0 18px 50px rgba(7, 26, 47, .16);
	padding: 14px;
}

.gvt-recent-panel[hidden] {
	display: none;
}

.gvt-recent-panel header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.gvt-recent-panel h2 {
	margin: 0;
	color: var(--gvt-heading, #071a2f);
	font-size: 14px;
	font-weight: 950;
}

.gvt-recent-panel button {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: #fff4d6;
	color: var(--gvt-gold-dark, #b87900);
	font-weight: 950;
}

.gvt-recent-panel a {
	display: block;
	padding: 8px 0;
	border-top: 1px solid var(--gvt-border-soft, #edf1f5);
	color: var(--gvt-heading, #071a2f);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.gvt-search-group {
	display: grid;
	gap: 6px;
	padding: 8px;
}

.gvt-search-group h3 {
	margin: 4px 0;
	color: var(--gvt-gold-dark, #b87900);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.gvt-seo-title-grid,
	.gvt-seo-layout,
	.gvt-seo-insights {
		grid-template-columns: 1fr;
	}

	.gvt-seo-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.primary-nav a,
	.gvt-mobile-bottom a,
	button,
	.gvt-button,
	input,
	select,
	textarea {
		min-height: 44px;
	}

	.gvt-seo-status,
	.gvt-seo-sidebar {
		grid-template-columns: 1fr;
	}

	.gvt-seo-main,
	.gvt-seo-sidebar .gvt-card,
	.gvt-seo-bottom .gvt-card {
		padding: 16px;
	}

	.gvt-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.gvt-floating-actions {
		right: 12px;
		bottom: 128px;
	}

	.gvt-sticky-ticker__track {
		width: min(100% - 22px, 1440px);
	}

	.gvt-top-ad {
		display: none;
	}

	.gvt-mobile-ad {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 64px;
		z-index: 95;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 36px;
		gap: 8px;
		align-items: center;
	}

	.gvt-mobile-ad .gvt-ad-slot {
		min-height: 48px;
		border-radius: 12px;
	}

	.gvt-mobile-ad button {
		width: 36px;
		height: 36px;
		border: 0;
		border-radius: 50%;
		background: var(--gvt-navy, #061a2f);
		color: #fff;
	}

	.gvt-recent-panel {
		display: none;
	}
}

/* Gold price table UI polish v4: cleaner units, compact premium actions */
body .gv-price-panel .gv-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #eef2f6;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 26, 47, .04);
}

body .gv-price-table {
  min-width: 860px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

body .gv-price-table th:nth-child(1),
body .gv-price-table td:nth-child(1) { width: 24%; }
body .gv-price-table th:nth-child(2),
body .gv-price-table td:nth-child(2) { width: 12%; }
body .gv-price-table th:nth-child(3),
body .gv-price-table td:nth-child(3),
body .gv-price-table th:nth-child(4),
body .gv-price-table td:nth-child(4) { width: 14%; }
body .gv-price-table th:nth-child(5),
body .gv-price-table td:nth-child(5) { width: 11%; }
body .gv-price-table th:nth-child(6),
body .gv-price-table td:nth-child(6) { width: 10%; }
body .gv-price-table th:nth-child(7),
body .gv-price-table td:nth-child(7) { width: 9%; }
body .gv-price-table th:nth-child(8),
body .gv-price-table td:nth-child(8) { width: 12%; }

body .gv-price-table thead th {
  padding: 13px 16px;
  background: #fffaf1;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .045em;
  text-transform: uppercase;
  border-bottom: 1px solid #eadfca;
  white-space: nowrap;
}

body .gv-price-table thead th span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
  color: #b87900;
}

body .gv-price-table tbody tr {
  transition: background-color .16s ease, box-shadow .16s ease;
}

body .gv-price-table tbody tr:nth-child(even) td {
  background: #fffdf8;
}

body .gv-price-table tbody tr:hover td {
  background: #fff8e7;
  box-shadow: inset 0 1px 0 #f2e2bd, inset 0 -1px 0 #f2e2bd;
}

body .gv-price-table td {
  height: 64px;
  padding: 13px 16px;
  border-bottom: 1px solid #edf1f5;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 650;
  color: #111827;
}

body .gv-name-cell strong,
body .gv-price-table td[data-label="Loại vàng"] strong {
  display: block;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 850;
  color: #0f172a;
  overflow-wrap: anywhere;
}

body .gv-name-cell small,
body .gv-price-table td[data-label="Loại vàng"] small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1;
}

body .price-buy small,
body .price-sell small {
  display: none !important;
}

body .price-buy,
body .price-sell,
body .price-spread {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body .price-main,
body .price-buy,
body .price-sell {
  font-size: 15px;
  letter-spacing: -.01em;
}

body .price-buy,
body .price-buy .price-main {
  color: #0f172a !important;
  font-weight: 900 !important;
}

body .price-sell,
body .price-sell .price-main {
  color: #b87900 !important;
  font-weight: 950 !important;
}

body .price-spread {
  color: #334155 !important;
  font-size: 13.5px;
  font-weight: 800 !important;
}

body .brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  padding: 6px 9px 6px 7px;
  border-radius: 999px;
  background: #fff8e5;
  border: 1px solid #f1dda6;
  box-shadow: 0 4px 12px rgba(217, 154, 0, .06);
  color: #0f172a;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

body .brand-badge::before {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

body .trend-pill {
  min-width: 72px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

body .gv-updated-cell {
  color: #64748b !important;
  font-size: 12px;
  font-weight: 750 !important;
  line-height: 1.25;
  white-space: normal;
}

body .gv-action-cell,
body .gv-price-table td[data-label="Thao tác"] {
  display: table-cell;
  white-space: nowrap;
}

body .gv-action-cell {
  text-align: right;
}

body .gv-watch-button,
body .gv-detail-button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

body .gv-watch-button {
  width: 36px;
  padding: 0;
  margin-right: 7px;
  background: #fff7df;
  border-color: #f0d99b;
  color: #c98200;
  font-size: 17px;
  box-shadow: 0 5px 14px rgba(217, 154, 0, .08);
}

body .gv-watch-button:hover,
body .gv-watch-button.is-active {
  background: linear-gradient(135deg, #ffd978, #d99a00);
  border-color: #d99a00;
  color: #fff;
  box-shadow: 0 10px 22px rgba(217, 154, 0, .22);
  transform: translateY(-1px);
}

body .gv-detail-button {
  min-width: 74px;
  padding: 0 14px;
  background: #061a2f;
  border-color: #061a2f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(6, 26, 47, .13);
}

body .gv-detail-button:hover {
  background: linear-gradient(135deg, #d99a00, #b87900);
  border-color: #d99a00;
  color: #fff;
  box-shadow: 0 10px 22px rgba(217, 154, 0, .22);
  transform: translateY(-1px);
}

body .gv-detail-button::after {
  content: '›';
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

body .gv-price-panel.is-compact .gv-price-table td {
  height: 52px;
  padding-top: 9px;
  padding-bottom: 9px;
}

body .gv-price-panel.is-compact .gv-name-cell small {
  display: none;
}

@media (max-width: 1024px) {
  body .gv-price-table {
    min-width: 800px;
  }
  body .gv-price-table th,
  body .gv-price-table td {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (max-width: 720px) {
  body .gv-price-panel .gv-table-wrap {
    overflow: visible;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  body .gv-price-table,
  body .gv-price-table thead,
  body .gv-price-table tbody,
  body .gv-price-table tr,
  body .gv-price-table th,
  body .gv-price-table td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
  }

  body .gv-price-table thead { display: none; }

  body .gv-price-table tbody tr {
    position: relative;
    margin: 12px 0;
    padding: 15px;
    border: 1px solid #eadfca;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 26, 47, .06);
  }

  body .gv-price-table tbody tr:nth-child(even) td,
  body .gv-price-table tbody tr:hover td,
  body .gv-price-table td {
    height: auto;
    padding: 9px 0;
    border-bottom: 1px solid #f1f5f9;
    background: transparent !important;
    box-shadow: none;
  }

  body .gv-price-table td:last-child {
    border-bottom: 0;
  }

  body .gv-price-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: #94a3b8;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  body .gv-name-cell::before,
  body .gv-price-table td[data-label="Loại vàng"]::before,
  body .gv-price-table td[data-label="Thương hiệu"]::before {
    display: none;
  }

  body .gv-name-cell strong,
  body .gv-price-table td[data-label="Loại vàng"] strong {
    padding-right: 90px;
    font-size: 16px;
  }

  body .gv-price-table td[data-label="Thương hiệu"] {
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto !important;
    padding: 0;
    border: 0;
  }

  body .price-main,
  body .price-buy,
  body .price-sell {
    font-size: 18px;
  }

  body .gv-action-cell,
  body .gv-price-table td[data-label="Thao tác"] {
    display: flex !important;
    gap: 8px;
    align-items: center;
    justify-content: stretch;
    padding-top: 12px;
  }

  body .gv-watch-button {
    width: 48px;
    flex: 0 0 48px;
    margin-right: 0;
  }

  body .gv-detail-button {
    flex: 1;
    min-width: 0;
  }
}
