.tis-blog {
	--tb-navy: var(--tis-color-navy, #071d49);
	--tb-navy-light: var(--tis-color-navy-light, #102d67);
	--tb-gold: var(--tis-color-gold, #d3a83f);
	--tb-gold-ink: var(--tis-color-gold-ink, #765611);
	--tb-gold-soft: var(--tis-color-gold-soft, #f6edd7);
	--tb-surface: var(--tis-color-surface, #f4f6fa);
	--tb-border: var(--tis-color-line, #dfe5ee);
	--tb-text: var(--tis-color-ink, #172033);
	--tb-muted: var(--tis-color-muted, #536078);
	--tb-font: var(--tis-font-sans, Inter, system-ui, "Noto Sans Thai", "PingFang SC", "Microsoft YaHei", sans-serif);
	background: #fff;
	color: var(--tb-text);
	font-family: var(--tb-font);
	font-size: 1rem;
	font-weight: 400;
	line-height: var(--tis-leading-body, 1.55);
}
.tis-blog *, .tis-blog *::before, .tis-blog *::after { box-sizing: border-box; }
.tis-blog img { display: block; height: auto; max-width: 100%; }
.tis-blog a { color: inherit; }
.tis-blog :is(a, button, input, select):focus-visible { box-shadow: 0 0 0 6px var(--tb-navy); outline: 3px solid #fff; outline-offset: 2px; }
.tb-shell { margin-inline: auto; max-width: var(--tis-container-wide, 1180px); padding-inline: clamp(20px, 4vw, 52px); width: 100%; }
.tb-language-switcher { align-items: center; background: #fff; display: flex; gap: 14px; justify-content: flex-end; margin-inline: auto; max-width: var(--tis-container-wide, 1180px); padding: 14px clamp(20px, 4vw, 52px); }
.tb-language-label { color: var(--tb-muted); font-size: .82rem; font-weight: var(--tis-weight-small, 500); }
.tb-language-switcher ul { display: flex; gap: 8px; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.tb-language-switcher a { border: 1px solid var(--tb-border); border-radius: 999px; color: var(--tb-navy); display: inline-flex; font-size: .82rem; font-weight: var(--tis-weight-control, 600); padding: 7px 12px; text-decoration: none; }
.tb-language-switcher a.is-current { background: var(--tb-navy); border-color: var(--tb-navy); color: #fff; }
.tb-hero { background: linear-gradient(135deg, var(--tb-navy), var(--tb-navy-light)); color: #fff; padding-block: clamp(58px, 8vw, 94px); }
.tis-blog .tb-hero h1 { color: #fff !important; font-family: var(--tb-font) !important; font-size: var(--tis-type-h1, clamp(2rem, 5vw, 3.65rem)) !important; font-weight: var(--tis-weight-heading, 750) !important; letter-spacing: -.025em !important; line-height: var(--tis-leading-heading, 1.15) !important; margin: 0; max-width: 760px; }
.tb-eyebrow { color: var(--tb-gold-ink); font-size: .78rem; font-weight: var(--tis-weight-small, 500); letter-spacing: .11em; margin: 0 0 14px; text-transform: uppercase; }
.tb-hero .tb-eyebrow { color: #e8c66f; }
.tb-lead { color: #d8e0ef; font-size: clamp(1.05rem, 2vw, 1.24rem); margin: 18px 0 0; max-width: 620px; }
.tb-main { padding-block: clamp(44px, 7vw, 88px); }
.tb-filters { align-items: end; background: var(--tb-surface); border: 1px solid var(--tb-border); border-radius: 20px; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto; margin-bottom: clamp(34px, 5vw, 58px); padding: 18px; }
.tb-field { display: grid; gap: 7px; }
.tb-field label { color: var(--tb-navy); font-size: .82rem; font-weight: var(--tis-weight-small, 500); }
.tb-field :is(input, select) { appearance: none; background: #fff; border: 1px solid var(--tb-muted); border-radius: 10px; color: var(--tb-text); font: 400 1rem/1.3 var(--tb-font); min-height: 48px; padding: 11px 13px; width: 100%; }
.tb-field select { background-image: linear-gradient(45deg, transparent 50%, var(--tb-navy) 50%), linear-gradient(135deg, var(--tb-navy) 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 36px; }
.tb-filters button { background: var(--tb-navy); border: 1px solid var(--tb-navy); border-radius: 10px; color: #fff; cursor: pointer; font: var(--tis-weight-control, 600) .9rem/1 var(--tb-font); min-height: 48px; padding: 13px 22px; }
.tb-filters button:hover { background: var(--tb-navy-light); }
.tb-clear { color: var(--tb-navy); font-size: .86rem; font-weight: var(--tis-weight-control, 600); grid-column: 1 / -1; justify-self: end; text-decoration-color: var(--tb-gold); text-underline-offset: 5px; }
.tb-featured { border: 1px solid var(--tb-border); border-radius: 24px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); overflow: hidden; }
.tb-featured-media, .tb-card-media { background: linear-gradient(145deg, var(--tb-navy), var(--tb-navy-light)); overflow: hidden; position: relative; text-decoration: none; }
.tb-featured-media { min-height: 420px; }
.tb-featured-media img, .tb-card-media img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.tb-featured-media > span, .tb-card-media > span { align-items: center; color: #e8c66f; display: flex; font-size: 2rem; font-weight: var(--tis-weight-heading, 750); height: 100%; justify-content: center; letter-spacing: .08em; min-height: inherit; }
.tb-featured-media:hover img, .tb-card-media:hover img { transform: scale(1.025); }
.tb-featured-copy { align-self: center; padding: clamp(30px, 5vw, 60px); }
.tis-blog .tb-featured h2, .tis-blog .tb-card h2, .tis-blog .tb-empty h2 { color: var(--tb-navy) !important; font-family: var(--tb-font) !important; font-weight: var(--tis-weight-heading, 750) !important; letter-spacing: -.025em !important; line-height: 1.2 !important; }
.tis-blog .tb-featured h2 { font-size: var(--tis-type-h2, clamp(1.7rem, 3vw, 2.55rem)) !important; margin: 14px 0; }
.tis-blog h2 a { color: inherit; text-decoration: none; }
.tis-blog h2 a:hover { text-decoration: underline; text-decoration-color: var(--tb-gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.tb-featured-copy > p:not(.tb-eyebrow, .tb-meta), .tb-card-copy > p:not(.tb-meta) { color: var(--tb-muted); margin: 0; }
.tb-meta { align-items: center; color: var(--tb-muted); display: flex; flex-wrap: wrap; font-size: .82rem; font-weight: var(--tis-weight-small, 500); gap: 8px 14px; margin: 0; }
.tb-meta span { color: var(--tb-gold-ink); }
.tb-read-more { color: var(--tb-navy); display: inline-flex; font-size: .9rem; font-weight: var(--tis-weight-control, 600); margin-top: 22px; text-decoration-color: var(--tb-gold); text-underline-offset: 5px; }
.tb-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.tb-card { border: 1px solid var(--tb-border); border-radius: 18px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.tb-card-media { aspect-ratio: 16 / 10; min-height: 180px; }
.tb-card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.tis-blog .tb-card h2 { font-size: var(--tis-type-card-title, 1.28rem) !important; margin: 12px 0; }
.tb-card .tb-read-more { margin-top: auto; padding-top: 18px; }
.tb-empty { background: var(--tb-gold-soft); border: 1px solid #e1d2aa; border-radius: 20px; padding: clamp(30px, 5vw, 54px); text-align: center; }
.tis-blog .tb-empty h2 { font-size: var(--tis-type-h2, clamp(1.7rem, 3vw, 2.55rem)) !important; margin: 0 0 10px; }
.tb-empty p { color: var(--tb-muted); margin: 0; }
.tb-pagination { align-items: center; border-top: 1px solid var(--tb-border); display: grid; font-size: .9rem; font-weight: var(--tis-weight-control, 600); gap: 18px; grid-template-columns: 1fr auto 1fr; margin-top: 48px; padding-top: 24px; }
.tb-pagination > :last-child { justify-self: end; }
.tb-pagination > span { color: var(--tb-muted); font-weight: var(--tis-weight-small, 500); }
.tb-pagination a { color: var(--tb-navy); text-underline-offset: 5px; }
@media (max-width: 900px) {
	.tb-featured { grid-template-columns: 1fr; }
	.tb-featured-media { aspect-ratio: 16 / 9; min-height: 0; }
	.tb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
	.tb-language-switcher { overflow-x: auto; padding-inline: 18px; }
	.tb-language-switcher { justify-content: flex-start; }
	.tb-language-label, .tb-language-switcher ul { flex: 0 0 auto; }
	.tb-language-switcher ul { justify-content: flex-start; min-width: max-content; }
	.tb-filters { grid-template-columns: 1fr; }
	.tb-filters button { width: 100%; }
	.tb-clear { justify-self: start; }
	.tb-grid { grid-template-columns: 1fr; }
	.tb-pagination { grid-template-columns: 1fr 1fr; }
	.tb-pagination > span { grid-column: 1 / -1; grid-row: 1; text-align: center; }
}
.tis-blog:lang(th), .tis-blog:lang(zh-Hans) { line-height: 1.7; }
.tis-blog:lang(th) :is(h1, h2, h3), .tis-blog:lang(zh-Hans) :is(h1, h2, h3) { letter-spacing: 0 !important; line-height: 1.38 !important; }
.tis-blog:lang(th) .tb-eyebrow, .tis-blog:lang(zh-Hans) .tb-eyebrow { letter-spacing: 0; text-transform: none; }
@media (prefers-reduced-motion: reduce) { .tis-blog img { transition: none; } }
