.tis-privacy-policy {
	--tpp-navy: var(--tis-color-navy, #071d49);
	--tpp-navy-light: var(--tis-color-navy-light, #102d67);
	--tpp-gold: var(--tis-color-gold, #d3a83f);
	--tpp-gold-soft: var(--tis-color-gold-soft, #f6edd7);
	--tpp-gold-ink: var(--tis-color-gold-ink, #765611);
	--tpp-ink: var(--tis-color-ink, #172033);
	--tpp-muted: var(--tis-color-muted, #536078);
	--tpp-line: var(--tis-color-line, #dfe5ee);
	--tpp-surface: var(--tis-color-surface, #f4f6fa);
	--tpp-radius: var(--tis-radius-card, 18px);
	background: #fff;
	color: var(--tpp-ink);
	font-family: var(--tis-font-sans, Inter, system-ui, "Noto Sans Thai", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--tis-leading-body, 1.55);
	max-width: none;
	overflow-wrap: break-word;
	text-align: left;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.tis-privacy-policy *,
.tis-privacy-policy *::before,
.tis-privacy-policy *::after { box-sizing: border-box; }
.tis-privacy-policy h1,
.tis-privacy-policy h2,
.tis-privacy-policy h3,
.tis-privacy-policy p,
.tis-privacy-policy ol,
.tis-privacy-policy ul,
.tis-privacy-policy dl,
.tis-privacy-policy dt,
.tis-privacy-policy dd { margin: 0; }
.tis-privacy-policy h1,
.tis-privacy-policy h2,
.tis-privacy-policy h3 {
	color: var(--tpp-navy);
	font-family: inherit;
	letter-spacing: -.025em;
	line-height: var(--tis-leading-heading, 1.15);
	text-transform: none;
}
.tis-privacy-policy h1 { font-size: var(--tis-type-h1, clamp(2rem, 5vw, 3.65rem)); font-weight: var(--tis-weight-heading, 750); }
.tis-privacy-policy h2 { font-size: var(--tis-type-h2, clamp(1.7rem, 3vw, 2.55rem)); font-weight: var(--tis-weight-heading, 750); }
.tis-privacy-policy h3 { font-size: var(--tis-type-h3, 1.12rem); font-weight: var(--tis-weight-control, 600); }
.tis-privacy-policy a { color: var(--tpp-navy-light); text-decoration-thickness: .08em; text-underline-offset: .16em; }
.tis-privacy-policy a:hover { color: var(--tpp-navy); }
.tis-privacy-policy a:focus-visible { outline: 3px solid var(--tpp-navy); outline-offset: 4px; }
.tis-privacy-policy .tpp-shell { margin: 0 auto; max-width: var(--tis-container-wide, 1240px); padding: 24px clamp(16px, 3vw, 36px) 84px; width: 100%; }

/* Used only when the shared theme does not already provide its selector. */
.tis-privacy-policy .tpp-language-switcher {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: flex-end;
	margin-bottom: 18px;
}
.tis-privacy-policy .tpp-language-switcher a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--tpp-line);
	border-radius: 999px;
	color: var(--tpp-navy);
	display: inline-flex;
	font-size: .875rem;
	font-weight: var(--tis-weight-small, 500);
	justify-content: center;
	line-height: 1.4;
	min-height: 44px;
	padding: 9px 17px;
	text-decoration: none;
}
.tis-privacy-policy .tpp-language-switcher a:hover { background: var(--tpp-gold-soft); border-color: var(--tpp-gold); }
.tis-privacy-policy .tpp-language-switcher a.is-current { background: var(--tpp-navy); border-color: var(--tpp-navy); color: #fff; }

/* A compact, high-contrast opening keeps the legal content in the first view. */
.tis-privacy-policy .tpp-hero {
	background: var(--tpp-navy);
	border-radius: clamp(18px, 2.2vw, 26px);
	color: #e2e8f2;
	padding: clamp(34px, 6vw, 66px);
	position: relative;
}
.tis-privacy-policy .tpp-hero::after {
	background: var(--tpp-gold);
	border-radius: 99px;
	content: "";
	height: 5px;
	left: clamp(34px, 6vw, 66px);
	position: absolute;
	top: 0;
	width: clamp(68px, 9vw, 112px);
}
.tis-privacy-policy .tpp-eyebrow {
	color: #e8c66f;
	font-size: .8125rem;
	font-weight: var(--tis-weight-small, 500);
	letter-spacing: .09em;
	line-height: 1.45;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.tis-privacy-policy .tpp-hero h1 { color: #fff; max-width: 760px; }
.tis-privacy-policy .tpp-intro {
	color: #e2e8f2;
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.72;
	margin-top: 22px;
	max-width: 940px;
}
.tis-privacy-policy .tpp-updated {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: .875rem;
	font-weight: var(--tis-weight-small, 500);
	gap: 6px;
	margin-top: 25px;
	padding-top: 18px;
}
.tis-privacy-policy .tpp-updated span { color: #c8d3e5; }
.tis-privacy-policy .tpp-scope-note {
	color: #e2e8f2;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.65;
	margin-top: 14px;
	max-width: 940px;
}
.tis-privacy-policy .tpp-scope-note a {
	color: #f0cd72;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.tis-privacy-policy .tpp-scope-note a:hover { color: #fff; }

.tis-privacy-policy .tpp-layout {
	align-items: start;
	display: grid;
	gap: clamp(32px, 5vw, 68px);
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	margin-top: clamp(44px, 6vw, 72px);
}
.tis-privacy-policy .tpp-toc {
	background: var(--tpp-surface);
	border: 1px solid var(--tpp-line);
	border-radius: var(--tpp-radius);
	padding: 22px;
	position: sticky;
	top: 24px;
}
.tis-privacy-policy .tpp-toc h2 {
	font-size: 1rem;
	font-weight: var(--tis-weight-control, 600);
	letter-spacing: 0;
	margin-bottom: 13px;
}
.tis-privacy-policy .tpp-toc ol { list-style: none; padding: 0; }
.tis-privacy-policy .tpp-toc li + li { border-top: 1px solid var(--tpp-line); }
.tis-privacy-policy .tpp-toc a {
	align-items: baseline;
	color: var(--tpp-muted);
	display: grid;
	font-size: .875rem;
	font-weight: var(--tis-weight-small, 500);
	gap: 9px;
	grid-template-columns: 24px minmax(0, 1fr);
	line-height: 1.45;
	padding: 10px 2px;
	text-decoration: none;
}
.tis-privacy-policy .tpp-toc li:first-child a { display: block; padding-top: 4px; }
.tis-privacy-policy .tpp-toc a:hover { color: var(--tpp-navy); }
.tis-privacy-policy .tpp-toc a span { color: var(--tpp-gold-ink); font-size: .75rem; }

.tis-privacy-policy .tpp-policy { min-width: 0; }
.tis-privacy-policy .tpp-section {
	border-top: 1px solid var(--tpp-line);
	padding: clamp(36px, 5vw, 58px) 0;
	scroll-margin-top: 24px;
}
.tis-privacy-policy .tpp-section:first-child { border-top: 0; padding-top: 0; }
.tis-privacy-policy .tpp-section-heading {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
	margin-bottom: 22px;
}
.tis-privacy-policy .tpp-section-mark {
	align-items: center;
	background: var(--tpp-gold-soft);
	border-radius: 999px;
	color: var(--tpp-gold-ink);
	display: inline-flex;
	font-size: .75rem;
	font-weight: var(--tis-weight-small, 500);
	height: 36px;
	justify-content: center;
	letter-spacing: .02em;
	margin-top: 2px;
	min-width: 36px;
	padding-inline: 8px;
}
.tis-privacy-policy .tpp-section h2 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.tis-privacy-policy .tpp-section h3 { margin: 27px 0 11px; }
.tis-privacy-policy .tpp-section > p,
.tis-privacy-policy .tpp-section li,
.tis-privacy-policy .tpp-definition-list dd {
	color: var(--tpp-muted);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.72;
}
.tis-privacy-policy .tpp-section > p + p { margin-top: 15px; }
.tis-privacy-policy .tpp-section ul { display: grid; gap: 11px; margin: 15px 0 20px; padding-left: 21px; }
.tis-privacy-policy .tpp-section li { padding-left: 4px; }
.tis-privacy-policy .tpp-section li::marker { color: var(--tpp-gold-ink); }
.tis-privacy-policy .tpp-section li strong { color: var(--tpp-ink); display: block; font-weight: var(--tis-weight-control, 600); }
.tis-privacy-policy .tpp-section li strong + span { display: block; margin-top: 2px; }

.tis-privacy-policy .tpp-definition-list {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tis-privacy-policy .tpp-definition-list > div {
	border-bottom: 1px solid var(--tpp-line);
	padding: 18px 22px 18px 0;
}
.tis-privacy-policy .tpp-definition-list > div:nth-child(even) { border-left: 1px solid var(--tpp-line); padding-left: 22px; padding-right: 0; }
.tis-privacy-policy .tpp-definition-list dt { color: var(--tpp-navy); font-weight: var(--tis-weight-control, 600); margin-bottom: 5px; }
.tis-privacy-policy .tpp-definition-list a { overflow-wrap: anywhere; }
.tis-privacy-policy .tpp-acknowledgment {
	background: var(--tpp-gold-soft);
	border-left: 4px solid var(--tpp-gold);
	border-radius: 0 12px 12px 0;
	color: var(--tpp-ink) !important;
	margin-top: 24px !important;
	padding: 17px 19px;
}
.tis-privacy-policy .tpp-contact-card {
	background: var(--tpp-navy);
	border-radius: 15px;
	color: #e2e8f2;
	display: grid;
	font-style: normal;
	gap: 7px;
	margin-top: 21px;
	padding: 22px;
}
.tis-privacy-policy .tpp-contact-card strong { color: #fff; font-size: 1.05rem; font-weight: var(--tis-weight-control, 600); margin-bottom: 3px; }
.tis-privacy-policy .tpp-contact-card span { font-size: .9375rem; font-weight: 400; }
.tis-privacy-policy .tpp-contact-card a { color: #e8c66f; overflow-wrap: anywhere; }
.tis-privacy-policy .tpp-contact-card a:hover { color: #fff; }
.tis-privacy-policy .tpp-contact-card a:focus-visible { outline-color: var(--tpp-gold); }

.tis-privacy-policy-page { margin: 0; max-width: none; overflow: hidden; padding: 0; width: 100%; }
.tis-privacy-policy[lang="th"],
.tis-privacy-policy[lang="zh-Hans"] { line-height: 1.7; }
.tis-privacy-policy[lang="th"] h1,
.tis-privacy-policy[lang="th"] h2,
.tis-privacy-policy[lang="th"] h3,
.tis-privacy-policy[lang="zh-Hans"] h1,
.tis-privacy-policy[lang="zh-Hans"] h2,
.tis-privacy-policy[lang="zh-Hans"] h3 { letter-spacing: 0; line-height: 1.38; }
.tis-privacy-policy[lang="th"] .tpp-eyebrow,
.tis-privacy-policy[lang="zh-Hans"] .tpp-eyebrow { letter-spacing: 0; text-transform: none; }

@media (max-width: 860px) {
	.tis-privacy-policy .tpp-layout { grid-template-columns: 1fr; }
	.tis-privacy-policy .tpp-toc { position: static; }
	.tis-privacy-policy .tpp-toc ol { columns: 2; column-gap: 26px; }
	.tis-privacy-policy .tpp-toc li { break-inside: avoid; }
}

@media (max-width: 580px) {
	.tis-privacy-policy .tpp-shell { padding-bottom: 60px; }
	.tis-privacy-policy .tpp-language-switcher { justify-content: center; }
	.tis-privacy-policy .tpp-language-switcher a { flex: 1 1 0; padding-inline: 9px; }
	.tis-privacy-policy .tpp-hero { padding: 34px 24px; }
	.tis-privacy-policy .tpp-hero::after { left: 24px; }
	.tis-privacy-policy .tpp-toc ol { columns: 1; }
	.tis-privacy-policy .tpp-section-heading { grid-template-columns: 38px minmax(0, 1fr); }
	.tis-privacy-policy .tpp-definition-list { grid-template-columns: 1fr; }
	.tis-privacy-policy .tpp-definition-list > div,
	.tis-privacy-policy .tpp-definition-list > div:nth-child(even) { border-left: 0; padding: 16px 0; }
}

@media (prefers-reduced-motion: reduce) {
	.tis-privacy-policy * { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
	.tis-privacy-policy .tpp-language-switcher,
	.tis-privacy-policy .tpp-toc { display: none !important; }
	.tis-privacy-policy .tpp-shell { max-width: none; padding: 0; }
	.tis-privacy-policy .tpp-hero { background: #fff; border: 1px solid var(--tpp-line); color: var(--tpp-ink); padding: 24px; }
	.tis-privacy-policy .tpp-hero::after { display: none; }
	.tis-privacy-policy .tpp-hero h1,
	.tis-privacy-policy .tpp-hero p,
	.tis-privacy-policy .tpp-updated span { color: var(--tpp-ink); }
	.tis-privacy-policy .tpp-layout { display: block; margin-top: 30px; }
	.tis-privacy-policy .tpp-section { break-inside: avoid; padding-block: 28px; }
	.tis-privacy-policy .tpp-contact-card { background: #fff; border: 1px solid var(--tpp-line); color: var(--tpp-ink); }
	.tis-privacy-policy .tpp-contact-card strong,
	.tis-privacy-policy .tpp-contact-card a { color: var(--tpp-ink); }
}
