/*
Theme Name: GSTC Avada Child
Theme URI: https://www.gstc.org/
Description: Avada child theme for the GSTC Accreditation website.
Author: GSTC
Template: Avada
Version: 0.47.0
Text Domain: gstc-avada-child
*/

:root {
	--gstc-green-dark: #367917;
	--gstc-green: #55a231;
	--gstc-green-light: #bcff9c;
	--gstc-green-soft: #efffe8;
	--gstc-burgundy: #63000b;
	--gstc-red-dark: #8c000f;
	--gstc-red: #de2e41;
	--gstc-slate: #475569;
	--gstc-charcoal: #1f2937;
	--gstc-muted: #64748b;
	--gstc-surface: #f3f4f6;
	--gstc-border: #dbe2e8;
	--gstc-radius: 6px;
	--gstc-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
	--gstc-content-width: 1420px;
	--gstc-section-space: clamp(4rem, 7vw, 8rem);
}

/* Full-width Avada Builder pages provide their own section spacing. */
.page-template-100-width #main {
	padding-top: 0;
	padding-bottom: 0;
}

/* Reusable GSTC design-system utilities. */
.gstc-content {
	width: min(100%, var(--gstc-content-width));
	margin-inline: auto;
}

.gstc-section {
	padding-block: var(--gstc-section-space) !important;
}

.gstc-centered {
	text-align: center;
}

.gstc-muted {
	color: var(--gstc-muted);
}

.gstc-lead {
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	line-height: 1.7;
}

.gstc-accent-text {
	font-family: Merriweather, Georgia, serif;
}

.gstc-button,
a.gstc-button {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.85rem 1.5rem;
	border: 2px solid var(--gstc-green-dark);
	border-radius: 4px;
	background: var(--gstc-green-dark);
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gstc-button:hover,
.gstc-button:focus-visible {
	border-color: var(--gstc-green);
	background: var(--gstc-green);
	color: #fff;
	transform: translateY(-1px);
}

.gstc-button-outline,
a.gstc-button-outline {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.gstc-button-outline:hover,
.gstc-button-outline:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--gstc-burgundy);
}

.gstc-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
}

.gstc-card {
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #f8fafc;
}

.gstc-card img {
	width: 58px;
	height: 58px;
	margin-bottom: 1.25rem;
	object-fit: contain;
}

.gstc-card p {
	margin: 0;
	font-size: 1.05rem;
}

/* Global Avada Layout Builder header. */
.fusion-tb-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar .fusion-tb-header {
	top: 32px;
}

.gstc-global-header {
	position: relative;
	z-index: 100;
	min-height: 104px;
	border-bottom: 1px solid rgba(71, 85, 105, 0.12);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.gstc-global-header > .fusion-builder-row {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 1720px !important;
	min-height: 104px;
	align-items: center !important;
	padding-inline: 1.5rem !important;
}

@media (min-width: 1024px) {
	.gstc-global-header > .fusion-builder-row {
		padding-inline: clamp(2.5rem, calc(21.484vw - 11.25rem), 9.375rem) !important;
	}
}

.gstc-header-logo {
	display: inline-flex;
	align-items: center;
}

.gstc-header-logo img {
	display: block;
	width: auto;
	height: 68px;
	max-width: none;
}

.gstc-global-header .fusion-layout-column {
	align-self: center !important;
	margin-bottom: 0 !important;
}

.gstc-global-header .fusion-layout-column > .fusion-column-wrapper {
	justify-content: center !important;
}

.gstc-header-logo-column .fusion-text p {
	margin: 0;
}

.gstc-header-menu-column .fusion-column-wrapper {
	justify-content: center;
}

.gstc-primary-menu .awb-menu__main-a {
	padding: 0.65rem 0.7rem !important;
	font-size: 0.92rem;
	font-weight: 600;
}

.gstc-primary-menu .awb-menu__sub-a {
	line-height: 1.35;
}

.gstc-primary-menu .awb-menu__sub-ul {
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16) !important;
}

.gstc-primary-menu .awb-menu__main-li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover > .awb-menu__main-a,
.gstc-primary-menu .awb-menu__main-li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > .awb-menu__main-a:focus-visible,
.gstc-primary-menu .awb-menu__sub-li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover > .awb-menu__sub-a,
.gstc-primary-menu .awb-menu__sub-li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > .awb-menu__sub-a:focus-visible {
	background: var(--gstc-green-soft) !important;
	color: var(--gstc-green-dark) !important;
}

.gstc-primary-menu .awb-menu__main-li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover > .awb-menu__main-background-active {
	background: var(--gstc-green-soft) !important;
}

.gstc-primary-menu .awb-menu__open-nav-submenu-hover::before {
	width: 0.42rem;
	height: 0.42rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	font-family: inherit !important;
	content: "" !important;
	transform: rotate(45deg) translateY(-0.1rem);
}

.gstc-primary-menu .awb-menu__sub-a .awb-menu__open-nav-submenu-hover::before {
	transform: rotate(-45deg);
}

/* Homepage pilot. */
.gstc-hero {
	position: relative;
	isolation: isolate;
	min-height: min(840px, calc(100svh - 104px));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.25)), url("assets/images/hero_1.png");
	background-position: center;
	background-size: cover;
	color: #fff;
}

.gstc-hero > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.home .post-content > p:empty,
.home .post-content > br {
	display: none;
}

.gstc-hero .fusion-layout-column {
	margin-bottom: 0 !important;
}

.gstc-hero-inner {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	min-height: min(840px, calc(100svh - 104px));
	flex-direction: column;
	justify-content: space-between;
	padding-block: clamp(5rem, 10vh, 8rem) clamp(2.5rem, 7vh, 5rem);
	padding-inline: 1.5rem;
}

@media (min-width: 1024px) {
	.gstc-hero-inner {
		padding-inline: clamp(2.5rem, calc(21.484vw - 11.25rem), 9.375rem);
	}
}

.gstc-hero-cta {
	margin-top: 0.5rem;
}

.gstc-eyebrow {
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gstc-hero h1 {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 6vw, 6.5rem);
	line-height: 0.98;
}

.gstc-hero-lead {
	max-width: 860px;
	margin: 1.5rem 0 0.8rem;
	font-size: clamp(1.35rem, 2.5vw, 2.25rem);
	line-height: 1.35;
}

.gstc-highlight {
	display: inline-block;
	margin-bottom: 1.75rem;
	padding: 0.15em 0.35em;
	background: var(--gstc-green-light);
	color: #16330b;
	font-size: clamp(1.7rem, 3.5vw, 3.75rem);
	font-weight: 700;
	line-height: 1.15;
}

.gstc-hero-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-self: flex-end;
	width: min(100%, 780px);
	border-top: 1px solid rgba(255, 255, 255, 0.48);
}

.gstc-hero-links a {
	display: flex;
	gap: 0.75rem;
	padding: 1.1rem 0.8rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.gstc-hero-links a:hover,
.gstc-hero-links a:focus-visible {
	color: var(--gstc-green-light);
}

.gstc-hero-links span {
	color: var(--gstc-green-light);
	font-size: 0.8rem;
}

.gstc-service,
.gstc-service h2 {
	color: #fff;
}

.gstc-service > .fusion-builder-row,
.gstc-difference > .fusion-builder-row,
.gstc-cb-intro > .fusion-builder-row,
.gstc-contact > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

@media (min-width: 1024px) {
	.gstc-service > .fusion-builder-row,
	.gstc-difference > .fusion-builder-row {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 1720px !important;
	}

	.gstc-service > .fusion-builder-row {
		padding-inline: clamp(2.5rem, calc(21.484vw - 11.25rem), 9.375rem) !important;
	}

	.gstc-difference > .fusion-builder-row {
		padding-inline: 2.5rem !important;
	}
}

.gstc-service h2 {
	margin: 0 0 2rem;
	font-size: clamp(2.3rem, 4vw, 4.5rem);
}

.gstc-service-copy {
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.8;
}

.gstc-service-copy p:first-child {
	margin-top: 0;
}

.gstc-section-title {
	margin: 0 0 clamp(2rem, 5vw, 4rem);
	text-align: center;
}

.gstc-difference .gstc-content {
	width: 100%;
	max-width: none;
}

.gstc-cb-intro h2 {
	max-width: 980px;
	margin: 0 auto 1.25rem;
}

.gstc-cb-intro .gstc-lead {
	max-width: 760px;
	margin: 0 auto;
}

.gstc-directory-links {
	display: flex;
	justify-content: center;
	gap: clamp(1.5rem, 5vw, 4rem);
	margin-top: 2.5rem;
}

.gstc-directory-links a {
	display: flex;
	max-width: 220px;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	color: var(--gstc-charcoal);
	font-weight: 700;
	text-decoration: none;
}

.gstc-directory-links a:hover,
.gstc-directory-links a:focus-visible {
	color: var(--gstc-green-dark);
}

.gstc-directory-links img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.gstc-home-cb-showcase-container,
.gstc-home-cb-showcase {
	background: var(--gstc-surface);
}

.gstc-home-cb-showcase-container > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-home-cb-showcase {
	padding: 0 0 clamp(4rem, 7vw, 7rem);
}

.gstc-home-cb-logo-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem 2rem;
}

.gstc-home-cb-logo-item {
	display: flex;
	min-height: 100px;
	flex: 0 1 150px;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

.gstc-home-cb-logo-item a {
	display: flex;
	width: 100%;
	min-height: 90px;
	align-items: center;
	justify-content: center;
}

.gstc-home-cb-logo-item img {
	width: auto;
	max-width: 100%;
	max-height: 90px;
	object-fit: contain;
	transition: opacity 180ms ease, transform 180ms ease;
}

.gstc-home-cb-logo-item a:hover img,
.gstc-home-cb-logo-item a:focus-visible img {
	opacity: 0.78;
	transform: translateY(-2px);
}

.gstc-contact {
	background-image: linear-gradient(rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0.25)), url("assets/images/bg_contact.jpg");
	background-position: center;
	background-size: cover;
}

.gstc-contact-card {
	max-width: 760px;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--gstc-radius);
	background: #fff;
	box-shadow: var(--gstc-shadow);
}

.gstc-contact-card h2 {
	margin-top: 0;
}

.gstc-contact-card p:not(.gstc-eyebrow) {
	font-size: 1.1rem;
}

/* Global footer. */
.gstc-global-footer {
	color: #fff;
}

.gstc-global-footer > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-footer-inner {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(3.5rem, 6vw, 6rem) 2rem;
}

.gstc-footer-top,
.gstc-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.gstc-footer-logo img {
	width: auto;
	max-width: 190px;
	max-height: 64px;
}

.gstc-footer-follow {
	max-width: 420px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	text-align: right;
}

.gstc-footer-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3.5rem);
	margin-block: clamp(3rem, 5vw, 5rem);
}

.gstc-footer-grid nav {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.gstc-footer-grid ul {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gstc-footer-grid h3 {
	margin: 0 0 0.4rem;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gstc-footer-grid a,
.gstc-back-to-top {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.gstc-footer-grid a:hover,
.gstc-footer-grid a:focus-visible,
.gstc-back-to-top:hover,
.gstc-back-to-top:focus-visible {
	color: var(--gstc-green-light);
}

.gstc-footer-bottom {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.gstc-footer-bottom p {
	margin: 0;
}

/* Reusable internal-page pattern and Path to Accreditation pilot. */
.gstc-internal-hero {
	padding-block: clamp(4rem, 8vw, 7rem) !important;
	border-bottom: 1px solid var(--gstc-border);
}

.gstc-internal-hero > .fusion-builder-row,
.gstc-cbs-section > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-internal-hero__content {
	max-width: 1040px;
}

.gstc-path-title {
	padding-bottom: 0 !important;
}

.gstc-path-title .gstc-page-heading {
	margin-bottom: 0;
}

.gstc-internal-hero__content h1 {
	margin: 0 0 1.5rem;
	font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.gstc-internal-hero__content > p:last-child {
	max-width: 920px;
	margin: 0;
	color: var(--gstc-muted);
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	line-height: 1.7;
}

.gstc-path-overview h2,
.gstc-path-process h2,
.gstc-path-benefits h2 {
	margin-top: 0;
}

.gstc-link-list,
.gstc-requirements-card ul,
.gstc-path-panel ul,
.gstc-benefit-panel ul {
	padding-left: 1.25rem;
}

.gstc-link-list li + li,
.gstc-requirements-card li + li,
.gstc-path-panel li + li,
.gstc-benefit-panel li + li {
	margin-top: 0.55rem;
}

.gstc-link-list a,
.gstc-path-panel a,
.gstc-benefit-panel a {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-requirements-card {
	padding: clamp(1.75rem, 4vw, 3rem);
	border-left: 5px solid var(--gstc-green-dark);
	border-radius: var(--gstc-radius);
	background: var(--gstc-surface);
}

.gstc-section-intro {
	max-width: 920px;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.gstc-section-intro .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-path-tabs {
	display: grid;
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
}

.gstc-path-tablist {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.gstc-path-tab,
.gstc-benefit-tab {
	appearance: none;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-muted);
	font: inherit;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.gstc-path-tab {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 0.35rem;
	align-items: center;
	width: 100%;
	padding: 0.9rem 1rem;
}

.gstc-path-tab span {
	color: var(--gstc-green);
	font-size: 0.78rem;
}

.gstc-path-tab:hover,
.gstc-path-tab:focus-visible,
.gstc-path-tab.is-active,
.gstc-benefit-tab:hover,
.gstc-benefit-tab:focus-visible,
.gstc-benefit-tab.is-active {
	border-color: var(--gstc-green);
	background: #f7fff3;
	color: var(--gstc-green-dark);
}

.gstc-path-tab:focus-visible,
.gstc-benefit-tab:focus-visible {
	outline: 3px solid rgba(85, 162, 49, 0.28);
	outline-offset: 2px;
}

.gstc-path-panel {
	display: none;
	grid-template-columns: minmax(160px, 208px) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.gstc-path-panel.is-active {
	display: grid;
}

.gstc-path-panel__image img {
	display: block;
	width: 100%;
	max-width: 208px;
	height: auto;
	border-radius: 10px;
}

.gstc-path-panel h3,
.gstc-benefit-panel h3 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.gstc-path-panel p,
.gstc-path-panel li,
.gstc-benefit-panel p,
.gstc-benefit-panel li {
	color: var(--gstc-slate);
	line-height: 1.7;
}

.gstc-download-label {
	margin: 1.5rem 0 0.75rem;
	color: var(--gstc-charcoal) !important;
	font-weight: 700;
}

.gstc-download-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
}

.gstc-download-links a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.gstc-download-links img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.gstc-path-benefits {
	border-top: 1px solid var(--gstc-border);
}

.gstc-split-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: start;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-split-heading h2,
.gstc-split-heading p {
	margin: 0;
}

.gstc-benefit-tablist {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gstc-benefit-tab {
	min-height: 88px;
	padding: 1rem 1.25rem;
}

.gstc-benefit-panel {
	display: none;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
}

.gstc-benefit-panel.is-active {
	display: block;
}

.gstc-benefit-panel > * {
	max-width: 980px;
}

[data-gstc-panel][hidden] {
	display: none !important;
}

/* Legacy-aligned Path to Accreditation presentation. */

.gstc-path-title .gstc-page-heading {
	max-width: 960px;
	margin-inline: auto;
	text-align: center;
}

.gstc-path-overview > .fusion-builder-row {
	display: block !important;
}

.gstc-path-overview .fusion-layout-column,
.gstc-path-overview .fusion_builder_column {
	width: 100% !important;
	margin-right: 0 !important;
}

.gstc-path-overview .fusion-layout-column,
.gstc-path-overview .fusion_builder_column {
	float: none !important;
	width: min(100%, var(--gstc-content-width)) !important;
	max-width: var(--gstc-content-width) !important;
	margin-inline: auto !important;
}

.gstc-path-overview .fusion-layout-column + .fusion-layout-column,
.gstc-path-overview .fusion_builder_column + .fusion_builder_column {
	margin-top: 3rem !important;
}


.gstc-requirements-card {
	padding: 0;
	border-left: 0;
	border-radius: 0;
	background: transparent;
}

.gstc-path-process {
	padding-top: 0 !important;
	background: #fff !important;
}

.gstc-path-process .gstc-section-intro .gstc-eyebrow {
	display: none;
}

.gstc-path-tab,
.gstc-benefit-tab {
	border-radius: 4px;
	box-shadow: none;
}

.gstc-path-panel,
.gstc-benefit-panel {
	border-color: #d1d5db;
	box-shadow: none;
}

.gstc-path-benefits {
	border-top: 2px solid var(--gstc-border);
}

/* Dynamic Accredited Certification Bodies directory. */
.gstc-cb-directory {
	width: min(100%, var(--gstc-content-width));
	margin-inline: auto;
}

.gstc-cb-filter {
	display: flex;
	gap: 1rem;
	align-items: end;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid var(--gstc-border);
}

.gstc-cb-filter__controls {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
	gap: 1rem;
	flex: 1 1 auto;
}

.gstc-cb-filter label {
	display: block;
}

.gstc-cb-filter input,
.gstc-cb-filter select {
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-charcoal);
	font: inherit;
}

.gstc-cb-filter input:focus,
.gstc-cb-filter select:focus {
	border-color: var(--gstc-green);
	outline: 3px solid rgba(85, 162, 49, 0.2);
	outline-offset: 1px;
}

.gstc-cb-filter .gstc-button {
	min-height: 48px;
	justify-content: center;
	cursor: pointer;
}

.gstc-cb-results-summary {
	min-height: 1.7em;
	margin: 1.5rem 0;
	color: var(--gstc-muted);
	font-size: 0.92rem;
	font-weight: 600;
}

.gstc-cb-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.gstc-cb-row {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.gstc-cb-row--no-logo .gstc-cb-body:only-child {
	grid-column: 1 / -1;
}

.gstc-cb-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	min-width: 0;
}

.gstc-cb-contact a {
	font-size: 0.92rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-cb-logo {
	display: block;
	width: 200px;
	height: 160px;
	margin-bottom: 0.4rem;
	object-fit: contain;
}

.gstc-cb-body {
	min-width: 0;
}

.gstc-cb-body h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.gstc-cb-meta-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
	gap: 0.8rem 1.25rem;
	align-items: start;
	margin-top: 1rem;
}

.gstc-cb-meta-label {
	font-weight: 700;
}

.gstc-cb-meta-values {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gstc-cb-badge {
	display: inline-block;
	padding: 0.35rem 0.65rem;
	border-radius: 4px;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.3;
}

.gstc-cb-badge--activity {
	background: #e8ffdd;
	color: var(--gstc-green-dark);
}

.gstc-cb-badge--standard {
	background: #ffedef;
	color: var(--gstc-red-dark);
}

.gstc-cb-badge--region {
	background: #f1f5f9;
	color: var(--gstc-slate);
}

.gstc-cb-description {
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--gstc-border);
	color: var(--gstc-slate);
}

.gstc-cb-description > :last-child {
	margin-bottom: 0;
}

.gstc-cb-empty {
	padding: clamp(2.5rem, 6vw, 5rem);
	border: 1px dashed var(--gstc-border);
	border-radius: 12px;
	background: var(--gstc-surface);
	color: var(--gstc-muted);
	text-align: center;
}

.gstc-cb-empty h2 {
	margin-top: 0;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.gstc-cb-empty p:last-child {
	margin-bottom: 0;
}

.gstc-cb-empty--filtered {
	margin-top: 1.5rem;
}

.gstc-cb-row[hidden],
.gstc-cb-empty[hidden] {
	display: none !important;
}

/* Dynamic Accreditation Documents component. */
.gstc-documents-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-documents-directory {
	width: 100%;
}

.gstc-documents-section {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(4rem, 6vw, 6rem);
}

.gstc-documents-latest .gstc-split-heading {
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.gstc-documents-latest .gstc-split-heading h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-documents-section + .gstc-documents-section {
	border-top: 1px solid var(--gstc-border);
}

.gstc-document-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--gstc-border);
	border-top: 5px solid var(--gstc-green-dark);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
}

.gstc-document-filter label {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	color: var(--gstc-charcoal);
	font-size: 0.88rem;
	font-weight: 700;
}

.gstc-document-filter input,
.gstc-document-filter select,
.gstc-document-pagination select {
	width: 100%;
	min-height: 46px;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-charcoal);
	font: inherit;
	font-weight: 400;
}

.gstc-document-filter input:focus,
.gstc-document-filter select:focus,
.gstc-document-pagination select:focus {
	border-color: var(--gstc-green);
	outline: 3px solid rgba(85, 162, 49, 0.2);
	outline-offset: 1px;
}

.gstc-document-filter__actions {
	display: flex;
	grid-column: 1 / -1;
	justify-content: flex-end;
	gap: 0.75rem;
}

.gstc-button-secondary,
a.gstc-button-secondary {
	border-color: var(--gstc-border);
	background: #fff;
	color: var(--gstc-charcoal);
}

.gstc-button-secondary:hover,
.gstc-button-secondary:focus-visible {
	border-color: var(--gstc-green);
	background: #f7fff3;
	color: var(--gstc-green-dark);
}

.gstc-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--gstc-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.gstc-data-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.gstc-data-table th,
.gstc-data-table td {
	padding: 1rem;
	border-bottom: 1px solid var(--gstc-border);
	text-align: left;
	vertical-align: top;
}

.gstc-data-table th {
	background: var(--gstc-surface);
	color: var(--gstc-charcoal);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.gstc-data-table td {
	color: var(--gstc-slate);
	font-size: 0.94rem;
	line-height: 1.6;
}

.gstc-data-table tbody tr:nth-child(even) td {
	background: #fbfcfd;
}

.gstc-data-table tbody tr:hover td {
	background: #f7fff3;
}

.gstc-data-table tbody tr:last-child td {
	border-bottom: 0;
}

.gstc-data-table tr[hidden] {
	display: none;
}

.gstc-document-link {
	display: inline-flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}


.gstc-document-link:hover,
.gstc-document-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-document-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--gstc-border);
	border-radius: 8px;
	background: var(--gstc-surface);
}

.gstc-document-pagination > label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9rem;
	font-weight: 600;
}

.gstc-document-pagination select {
	width: auto;
	min-width: 76px;
}

.gstc-document-pagination > p {
	margin: 0;
	color: var(--gstc-muted);
}

.gstc-document-pagination > div {
	display: flex;
	gap: 0.75rem;
}

.gstc-document-pagination .gstc-button {
	padding: 0.7rem 1rem;
}

.gstc-document-pagination button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
	transform: none;
}

.gstc-document-empty {
	padding: 2rem;
	border: 1px dashed var(--gstc-border);
	border-radius: 10px;
	background: var(--gstc-surface);
	color: var(--gstc-muted);
	text-align: center;
}

.gstc-document-empty[hidden] {
	display: none;
}

.gstc-document-empty h3 {
	margin-top: 0;
}

.gstc-document-empty > :last-child {
	margin-bottom: 0;
}

.gstc-document-table-card {
	margin-top: 1.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
}

.gstc-document-table-card > h3 {
	margin-top: 0;
	font-size: 1.2rem;
}

.gstc-document-related {
	margin: 0.75rem 0 0;
	padding-left: 1.1rem;
}

.gstc-document-note {
	margin: 2rem 0 0;
	color: var(--gstc-slate);
}

.gstc-document-note a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-documents-requirements > h2 {
	margin: 0 0 2rem;
}

.gstc-documents-inquiry {
	display: flex;
	min-height: 600px;
	align-items: center;
	padding: 48px;
	background-image: linear-gradient(rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.24)), url("assets/images/hero_2.jpg");
	background-position: center;
	background-size: cover;
}

.gstc-documents-inquiry__card {
	width: min(100%, 900px);
	margin-inline: max(0px, calc((100vw - var(--gstc-content-width)) / 2));
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	box-shadow: var(--gstc-shadow);
}

.gstc-documents-inquiry__card h2 {
	margin-top: 0;
}

.gstc-documents-inquiry__card > p:not(.gstc-eyebrow) {
	max-width: 720px;
	font-size: 1.08rem;
}

/* Public Consultations page and dynamic history. */
.gstc-consultation-why > .fusion-builder-row,
.gstc-consultation-process > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-consultation-why .gstc-section-intro,
.gstc-consultation-process .gstc-section-intro,
.gstc-consultation-history__intro {
	max-width: 900px;
	margin-inline: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-consultation-why .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-consultation-why .gstc-section-intro h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-consultation-reasons {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 1.5rem;
}

.gstc-consultation-reason {
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.gstc-consultation-reason--primary {
	grid-row: 1 / span 2;
	padding: clamp(2rem, 4vw, 4rem);
	background: var(--gstc-green-dark);
	color: #fff;
}

.gstc-consultation-reason > span {
	display: inline-flex;
	margin-bottom: 2rem;
	color: var(--gstc-green);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.gstc-consultation-reason--primary > span {
	color: var(--gstc-green-light);
}

.gstc-consultation-reason h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.gstc-consultation-reason--primary h3 {
	color: #fff;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.gstc-consultation-reason p {
	margin-bottom: 0;
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-consultation-reason--primary p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.08rem;
}

.gstc-consultation-process,
.gstc-consultation-process h2,
.gstc-consultation-process h3 {
	color: #fff;
}

.gstc-consultation-process .gstc-eyebrow {
	color: var(--gstc-green-light);
}

.gstc-consultation-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.gstc-consultation-steps article {
	position: relative;
	padding: clamp(1.4rem, 2.5vw, 2.25rem);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
}

.gstc-consultation-step-icon {
	display: flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	border-radius: 50%;
	background: #fff;
}

.gstc-consultation-step-icon img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.gstc-consultation-steps article > span {
	color: var(--gstc-green-light);
	font-size: 0.78rem;
	font-weight: 700;
}

.gstc-consultation-steps h3 {
	margin: 0.75rem 0 1rem;
	font-size: 1.3rem;
}

.gstc-consultation-steps p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.gstc-consultations-history-container > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-consultation-history {
	padding-block: clamp(4rem, 7vw, 7rem);
	background: var(--gstc-surface);
}

.gstc-consultation-history__intro {
	text-align: center;
}

.gstc-consultation-history__intro .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-consultation-table-card {
	margin-top: 1.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.gstc-consultation-table-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.gstc-consultation-table-card__heading h3 {
	margin: 0;
	font-size: 1.25rem;
}

.gstc-consultation-count {
	display: inline-flex;
	min-width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e8ffdd;
	color: var(--gstc-green-dark);
	font-size: 0.82rem;
	font-weight: 700;
}

.gstc-consultation-table--past {
	min-width: 1180px;
}

.gstc-consultation-title {
	color: var(--gstc-charcoal);
	font-weight: 700;
}

a.gstc-consultation-title {
	color: var(--gstc-green-dark);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-consultation-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.gstc-consultation-links a {
	display: inline-flex;
	gap: 0.4rem;
	color: var(--gstc-green-dark);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gstc-table-dash {
	color: #94a3b8;
}

.gstc-consultation-empty {
	margin: 0;
	padding: 2.5rem;
	border: 1px dashed var(--gstc-border);
	border-radius: 8px;
	color: var(--gstc-muted);
	text-align: center;
}

/* ACB Rights and Duties page. */
.gstc-acb-rights > .fusion-builder-row,
.gstc-acb-duties > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-acb-rd-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: stretch;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.gstc-acb-rd-intro .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-acb-rd-intro h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.gstc-acb-rd-intro > div > p:last-child {
	max-width: 720px;
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-acb-rd-highlight {
	padding: clamp(1.75rem, 4vw, 3rem);
	border-radius: 12px;
}

.gstc-acb-rd-highlight h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.gstc-acb-rd-highlight p {
	line-height: 1.75;
}

.gstc-acb-rd-highlight > :last-child {
	margin-bottom: 0;
}

.gstc-acb-rd-highlight--rights {
	border: 1px solid #7aca54;
	background: #e8ffdd;
}

.gstc-acb-rd-highlight--rights p {
	color: var(--gstc-slate);
}

.gstc-acb-rd-highlight--duties {
	background: var(--gstc-charcoal);
	color: #fff;
}

.gstc-acb-rd-highlight--duties h3 {
	color: #fff;
}

.gstc-acb-rd-highlight--duties p,
.gstc-acb-rd-highlight--duties ul {
	color: rgba(255, 255, 255, 0.82);
}

.gstc-acb-rd-highlight--duties ul {
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}

.gstc-acb-rd-highlight--duties li {
	margin-bottom: 0.55rem;
	line-height: 1.6;
}

.gstc-acb-rights-grid,
.gstc-acb-duties-grid {
	display: grid;
	gap: 1.5rem;
}

.gstc-acb-rights-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gstc-acb-duties-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gstc-acb-rights-grid article,
.gstc-acb-duties-grid article {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.gstc-acb-rights-grid article {
	border-color: rgba(85, 162, 49, 0.5);
	background: #fbfff9;
}

.gstc-acb-rd-number {
	margin-bottom: auto;
	padding-bottom: clamp(2rem, 5vw, 4rem);
	color: var(--gstc-green-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gstc-acb-rights-grid h3,
.gstc-acb-duties-grid h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.3;
}

.gstc-acb-rights-grid p,
.gstc-acb-duties-grid p {
	margin: 0;
	color: var(--gstc-slate);
	line-height: 1.7;
}

/* Use of GSTC Logo & Claims page. */
.gstc-logo-claims-intro > .fusion-builder-row,
.gstc-logo-claims-guidance > .fusion-builder-row,
.gstc-logo-claims-claims > .fusion-builder-row,
.gstc-logo-claims-consequences > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-logo-claims-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: center;
}

.gstc-logo-claims-overview .gstc-eyebrow,
.gstc-logo-claims-section-heading .gstc-eyebrow,
.gstc-logo-claims-consequences .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-logo-claims-overview h2,
.gstc-logo-claims-section-heading h2,
.gstc-logo-claims-claims-intro h2,
.gstc-logo-claims-consequences h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-logo-claims-overview > div:first-child > p:last-child {
	max-width: 800px;
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-logo-claims-mark {
	display: flex;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: 12px;
	background: var(--gstc-surface);
}

.gstc-logo-claims-mark img {
	display: block;
	width: min(100%, 300px);
	height: auto;
}

.gstc-logo-claims-highlight {
	margin-top: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid #7aca54;
	border-left: 6px solid var(--gstc-green-dark);
	border-radius: 10px;
	background: #e8ffdd;
}

.gstc-logo-claims-highlight p {
	max-width: 1100px;
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.04rem;
	line-height: 1.75;
}

.gstc-logo-claims-eligibility {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 1.5rem;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(2rem, 5vw, 4rem);
	border-top: 1px solid var(--gstc-border);
}

.gstc-logo-claims-step {
	color: var(--gstc-green-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gstc-logo-claims-eligibility h3,
.gstc-logo-claims-guidance-grid h3,
.gstc-logo-claims-stop h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.gstc-logo-claims-eligibility p,
.gstc-logo-claims-guidance-grid p,
.gstc-logo-claims-stop p {
	margin: 0;
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-logo-claims-section-heading {
	max-width: 850px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-logo-claims-guidance-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-logo-claims-guidance-grid article {
	padding: clamp(1.75rem, 4vw, 3.25rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
}

.gstc-logo-claims-guidance-grid h3 {
	margin-top: 1.5rem;
}

.gstc-logo-claims-guidance-grid ul,
.gstc-logo-claims-examples ul {
	margin: 1.25rem 0 0;
	padding-left: 1.15rem;
	color: var(--gstc-slate);
}

.gstc-logo-claims-guidance-grid li,
.gstc-logo-claims-examples li {
	margin-bottom: 0.8rem;
	line-height: 1.7;
}

.gstc-logo-claims-stop {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding: clamp(1.75rem, 4vw, 3.25rem);
	border-radius: 12px;
	background: var(--gstc-charcoal);
}

.gstc-logo-claims-stop > .gstc-logo-claims-step {
	color: var(--gstc-green-light);
}

.gstc-logo-claims-stop h3 {
	color: #fff;
}

.gstc-logo-claims-stop p {
	color: rgba(255, 255, 255, 0.82);
}

.gstc-logo-claims-claims,
.gstc-logo-claims-claims h2,
.gstc-logo-claims-claims h3 {
	color: #fff;
}

.gstc-logo-claims-claims-intro {
	max-width: 980px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-logo-claims-claims-intro .gstc-eyebrow {
	color: var(--gstc-green-light);
}

.gstc-logo-claims-claims-intro > p:last-child {
	max-width: 900px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gstc-logo-claims-examples {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-logo-claims-example {
	padding: clamp(1.75rem, 4vw, 3.25rem);
	border-radius: 12px;
	background: #fff;
	color: var(--gstc-charcoal);
}

.gstc-logo-claims-example__label {
	display: inline-flex;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gstc-logo-claims-example--permitted > .gstc-logo-claims-example__label {
	background: #e8ffdd;
	color: var(--gstc-green-dark);
}

.gstc-logo-claims-example--prohibited > .gstc-logo-claims-example__label {
	background: #fee2e2;
	color: #991b1b;
}

.gstc-logo-claims-example h3 {
	margin: 1.5rem 0 1rem;
	color: var(--gstc-charcoal);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.gstc-logo-claims-consequences__inner {
	max-width: 960px;
	margin-inline: auto;
	text-align: center;
}

.gstc-logo-claims-consequences__inner > p:last-child {
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

/* Legacy-aligned Logo & Claims presentation. */
.gstc-logo-claims-intro,
.gstc-logo-claims-guidance,
.gstc-logo-claims-claims,
.gstc-logo-claims-consequences {
	padding-block: 0 !important;
	background: #fff !important;
	color: var(--gstc-charcoal);
}

.gstc-logo-claims-intro {
	padding-top: clamp(4rem, 7vw, 7rem) !important;
}

.gstc-logo-claims-consequences {
	padding-bottom: clamp(4rem, 7vw, 7rem) !important;
}

.gstc-logo-claims-download {
	display: inline-flex;
	margin-top: 1.5rem;
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-logo-claims-download:hover,
.gstc-logo-claims-download:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-logo-claims-overview {
	grid-template-columns: minmax(0, 1fr) 196px;
	gap: 2.5rem;
	padding-bottom: 3rem;
	border-bottom: 2px solid var(--gstc-border);
}

.gstc-logo-claims-overview .gstc-eyebrow,
.gstc-logo-claims-section-heading,
.gstc-logo-claims-claims-intro .gstc-eyebrow,
.gstc-logo-claims-consequences .gstc-eyebrow,
.gstc-logo-claims-step {
	display: none;
}

.gstc-logo-claims-overview h2,
.gstc-logo-claims-guidance-grid h3,
.gstc-logo-claims-stop h3,
.gstc-logo-claims-claims-intro h2,
.gstc-logo-claims-example__label,
.gstc-logo-claims-consequences h2 {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin: 0 0 1rem;
	color: var(--gstc-charcoal);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
}

.gstc-logo-claims-overview h2::before,
.gstc-logo-claims-guidance-grid h3::before,
.gstc-logo-claims-stop h3::before,
.gstc-logo-claims-claims-intro h2::before,
.gstc-logo-claims-example__label::before,
.gstc-logo-claims-consequences h2::before {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	background: #7aca54;
	content: "";
}

.gstc-logo-claims-mark {
	min-height: 0;
	justify-content: flex-end;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.gstc-logo-claims-mark img {
	width: 196px;
}

.gstc-logo-claims-highlight {
	margin: 3rem 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 0;
	border-radius: 0;
	background: #e8ffdd;
}

.gstc-logo-claims-eligibility,
.gstc-logo-claims-guidance-grid article,
.gstc-logo-claims-stop,
.gstc-logo-claims-claims-intro,
.gstc-logo-claims-example,
.gstc-logo-claims-consequences__inner {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0 0 3rem;
	border: 0;
	border-bottom: 2px solid var(--gstc-border);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--gstc-charcoal);
	text-align: left;
}

.gstc-logo-claims-guidance-grid,
.gstc-logo-claims-examples {
	display: block;
}

.gstc-logo-claims-guidance-grid article,
.gstc-logo-claims-stop,
.gstc-logo-claims-claims-intro,
.gstc-logo-claims-example,
.gstc-logo-claims-consequences__inner {
	padding-top: 3rem;
}

.gstc-logo-claims-stop h3,
.gstc-logo-claims-stop p,
.gstc-logo-claims-claims-intro > p:last-child,
.gstc-logo-claims-consequences__inner > p:last-child {
	max-width: none;
	color: var(--gstc-slate);
}

.gstc-logo-claims-guidance-grid h3 {
	margin-top: 0;
}

.gstc-logo-claims-example__label {
	padding: 0;
	border-radius: 0;
	background: transparent !important;
	color: var(--gstc-charcoal) !important;
	letter-spacing: normal;
	text-transform: none;
}

.gstc-logo-claims-example h3 {
	display: none;
}

.gstc-logo-claims-guidance-grid ul,
.gstc-logo-claims-examples ul {
	color: var(--gstc-slate);
}

.gstc-logo-claims-consequences__inner {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Accreditation Fees page. */
.gstc-fees-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-fees-directory {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(4rem, 7vw, 7rem);
}

.gstc-fee-tabs {
	display: flex;
	overflow-x: auto;
	margin-bottom: 2rem;
	padding-bottom: 0.35rem;
	scrollbar-width: thin;
}

.gstc-fee-tab {
	display: inline-flex;
	min-height: 52px;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.65rem;
	padding: 0.8rem 1.15rem;
	border: 1px solid var(--gstc-border);
	background: #fff;
	color: var(--gstc-charcoal);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.gstc-fee-tab + .gstc-fee-tab {
	margin-left: -1px;
}

.gstc-fee-tab:first-child {
	border-radius: 8px 0 0 8px;
}

.gstc-fee-tab:last-child {
	border-radius: 0 8px 8px 0;
}

.gstc-fee-tab > span {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 2px;
	background: var(--gstc-green);
}

.gstc-fee-tab:hover,
.gstc-fee-tab:focus-visible,
.gstc-fee-tab.is-active {
	position: relative;
	z-index: 1;
	border-color: var(--gstc-green-dark);
	background: var(--gstc-green-dark);
	color: #fff;
	outline: none;
}

.gstc-fee-tab.is-active > span {
	background: var(--gstc-green-light);
}

.gstc-fee-panel {
	padding: clamp(1.75rem, 4vw, 3rem);
	border: 1px solid #7aca54;
	border-radius: 12px;
	background: #e8ffdd;
}

.gstc-fee-panel[hidden] {
	display: none;
}

.gstc-fee-panel .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-fee-panel h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.gstc-fee-panel > p:last-child {
	max-width: 1000px;
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.04rem;
	line-height: 1.75;
}

.gstc-fee-schedule {
	margin-top: clamp(4rem, 8vw, 8rem);
}

.gstc-fee-schedule__header {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-fee-schedule__header .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-fee-schedule__header h2 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-fee-schedule__header > p {
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.04rem;
	line-height: 1.75;
}

.gstc-fee-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.gstc-fee-table-wrap:focus-visible {
	outline: 3px solid rgba(85, 162, 49, 0.3);
	outline-offset: 3px;
}

.gstc-fee-table {
	width: 100%;
	min-width: 1080px;
	border-collapse: collapse;
}

.gstc-fee-table th,
.gstc-fee-table td {
	padding: 1rem 1.1rem;
	border-right: 1px solid var(--gstc-border);
	border-bottom: 1px solid var(--gstc-border);
	color: var(--gstc-slate);
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.gstc-fee-table tr > :last-child {
	border-right: 0;
}

.gstc-fee-table tbody tr:last-child > * {
	border-bottom: 0;
}

.gstc-fee-table thead th {
	background: var(--gstc-charcoal);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gstc-fee-table tbody th {
	width: 210px;
	background: #eefbe8;
	color: var(--gstc-charcoal);
	font-weight: 700;
	vertical-align: middle;
}

.gstc-fee-table tbody th small {
	display: inline-block;
	margin-top: 0.35rem;
	color: var(--gstc-muted);
	font-weight: 600;
	line-height: 1.4;
}

.gstc-fee-amount {
	width: 180px;
	color: var(--gstc-charcoal) !important;
	font-weight: 700;
	text-align: right !important;
}

.gstc-fee-note td {
	padding: 1.25rem 1.5rem;
	background: #f8fafc;
	font-size: 0.9rem;
}

.gstc-fee-note ul {
	margin: 0.65rem 0 0;
	padding-left: 1.15rem;
}

.gstc-fee-note li {
	margin-bottom: 0.45rem;
}

/* Accreditation Terms & Conditions hub. */
.gstc-terms-section > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-terms-heading {
	max-width: 920px;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.gstc-terms-heading .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-terms-heading h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-terms-heading > p:last-child {
	max-width: 760px;
	margin: 1.25rem 0 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gstc-terms-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-terms-card {
	display: flex;
	min-height: 390px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.75rem, 3.5vw, 3rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	color: var(--gstc-charcoal);
	text-decoration: none;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gstc-terms-card:hover,
.gstc-terms-card:focus-visible {
	border-color: var(--gstc-green-dark);
	color: var(--gstc-charcoal);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
	transform: translateY(-3px);
}

.gstc-terms-card__number {
	display: inline-flex;
	margin-bottom: clamp(3rem, 6vw, 5rem);
	color: var(--gstc-green-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gstc-terms-card h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.55rem, 2.5vw, 2.15rem);
	line-height: 1.25;
}

.gstc-terms-card p {
	margin: 0 0 1.75rem;
	color: var(--gstc-slate);
	line-height: 1.7;
}

.gstc-terms-card__link {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-weight: 700;
}

.gstc-terms-card:hover .gstc-terms-card__link,
.gstc-terms-card:focus-visible .gstc-terms-card__link {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* Accredited Tourism Certification benefits page. */
.gstc-path-title > .fusion-builder-row,
.gstc-path-overview > .fusion-builder-row,
.gstc-path-process > .fusion-builder-row,
.gstc-path-benefits > .fusion-builder-row,
.gstc-tourism-benefits > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-tourism-benefits__heading {
	max-width: 820px;
	margin: 0 auto clamp(3rem, 6vw, 5rem);
	text-align: center;
}

.gstc-tourism-benefits__heading .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-tourism-benefits__heading h2 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-tourism-benefit-list {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
}

.gstc-tourism-benefit {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	overflow: hidden;
	border: 1px solid var(--gstc-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.gstc-tourism-benefit__image {
	display: flex;
	min-height: 480px;
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 5vw, 4.5rem);
	background: var(--gstc-surface);
}

.gstc-tourism-benefit__image img {
	display: block;
	width: min(100%, 360px);
	height: auto;
}

.gstc-tourism-benefit__content {
	padding: clamp(2rem, 5vw, 4.5rem);
}

.gstc-tourism-benefit__number {
	display: block;
	margin-bottom: 2rem;
	color: var(--gstc-green-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.gstc-tourism-benefit__content h3 {
	max-width: 720px;
	margin: 0 0 2rem;
	font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.gstc-tourism-benefit__content ol {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding-left: 1.5rem;
	color: var(--gstc-slate);
}

.gstc-tourism-benefit__content li {
	padding-left: 0.5rem;
	font-size: 1.04rem;
	line-height: 1.7;
}

.gstc-tourism-benefit__content li::marker {
	color: var(--gstc-green-dark);
	font-weight: 700;
}


/* Accreditation People directory and profile dialogs. */
.gstc-people-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-people-directory {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(4rem, 7vw, 7rem);
}

.gstc-people-tabs {
	display: flex;
	overflow-x: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	padding-bottom: 0.35rem;
	scrollbar-width: thin;
}

.gstc-people-tab {
	flex: 0 0 auto;
	padding: 0.9rem 1.25rem;
	border: 1px solid var(--gstc-border);
	background: #fff;
	color: var(--gstc-charcoal);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.gstc-people-tab + .gstc-people-tab {
	margin-left: -1px;
}

.gstc-people-tab:first-child {
	border-radius: 8px 0 0 8px;
}

.gstc-people-tab:last-child {
	border-radius: 0 8px 8px 0;
}

.gstc-people-tab:hover,
.gstc-people-tab:focus-visible,
.gstc-people-tab.is-active {
	position: relative;
	z-index: 1;
	border-color: var(--gstc-green-dark);
	background: var(--gstc-green-dark);
	color: #fff;
	outline: none;
}

.gstc-people-panel[hidden] {
	display: none;
}

.gstc-people-panel__header {
	max-width: 1100px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-people-panel__header .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-people-panel__header h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.gstc-people-panel__header > div {
	color: var(--gstc-slate);
	font-size: 1.04rem;
	line-height: 1.75;
}

.gstc-people-panel__header > div > :last-child {
	margin-bottom: 0;
}

.gstc-people-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-people-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.gstc-people-card--no-image {
	grid-template-columns: 1fr;
}

.gstc-people-card__media {
	min-height: 160px;
	background: var(--gstc-surface);
}

.gstc-people-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 160px;
	object-fit: cover;
}

.gstc-people-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	padding: clamp(1.25rem, 2.5vw, 2rem);
}

.gstc-people-card__body h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.25;
}

.gstc-people-card__body p {
	margin: 0;
	color: var(--gstc-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.gstc-people-card__open {
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gstc-green);
	border-radius: 50%;
	background: #fff;
	color: var(--gstc-green-dark);
	font-size: 1.25rem;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gstc-people-card__open:hover,
.gstc-people-card__open:focus-visible {
	background: var(--gstc-green-dark);
	color: #fff;
	transform: translateX(2px);
}

body.gstc-dialog-open {
	overflow: hidden;
}

.gstc-people-dialog {
	width: min(1120px, calc(100vw - 32px));
	max-width: 1120px;
	max-height: min(88vh, 900px);
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
}

.gstc-people-dialog::backdrop {
	background: rgba(15, 23, 42, 0.68);
	backdrop-filter: blur(3px);
}

.gstc-people-dialog__inner {
	position: relative;
	max-height: min(88vh, 900px);
	overflow-y: auto;
	padding: clamp(1.25rem, 4vw, 3.5rem);
}

.gstc-people-dialog__close {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	margin: 0 0 -2.75rem auto;
	border: 1px solid var(--gstc-border);
	border-radius: 50%;
	background: #fff;
	color: var(--gstc-charcoal);
	font-size: 1.5rem;
	cursor: pointer;
}

.gstc-people-dialog__close:hover,
.gstc-people-dialog__close:focus-visible {
	border-color: var(--gstc-green-dark);
	background: var(--gstc-green-dark);
	color: #fff;
}

.gstc-people-dialog__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.gstc-people-dialog__media {
	overflow: hidden;
	border-radius: 10px;
	background: var(--gstc-surface);
}

.gstc-people-dialog__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: cover;
}

.gstc-people-dialog__content {
	padding-top: 0.5rem;
}

.gstc-people-dialog__content .gstc-eyebrow {
	padding-right: 3.5rem;
	color: var(--gstc-green-dark);
}

.gstc-people-dialog__content h2 {
	margin: 0 0 0.75rem;
	padding-right: 3.5rem;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.gstc-people-dialog__role {
	margin: 0 0 2rem;
	color: var(--gstc-green-dark);
	font-size: 1.1rem;
	font-weight: 700;
}

.gstc-people-dialog__bio {
	color: var(--gstc-slate);
	line-height: 1.8;
}

.gstc-people-dialog__bio > :last-child {
	margin-bottom: 0;
}

.gstc-people-dialog__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--gstc-border);
}

.gstc-people-dialog__links a {
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-people-dialog__links a:hover,
.gstc-people-dialog__links a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-people-empty {
	width: min(100% - 48px, var(--gstc-content-width));
	margin: 4rem auto;
	padding: 3rem;
	border: 1px dashed var(--gstc-border);
	border-radius: 12px;
	color: var(--gstc-muted);
	text-align: center;
}

/* Accreditation Policies page. */
.gstc-policies-hero {
	padding-block: clamp(3rem, 5vw, 5rem) !important;
}

.gstc-policies-hero .gstc-internal-hero__content h1 {
	font-size: clamp(2.8rem, 5vw, 4.75rem);
}

.gstc-policies-hero .gstc-internal-hero__content > p:last-child {
	max-width: 880px;
}

.gstc-policies-section > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-policies-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: end;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-policies-heading .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-policies-heading h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-policies-heading > p {
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-policies-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
}

.gstc-policy-card {
	display: flex;
	min-height: 420px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.75rem, 3.5vw, 3rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gstc-policy-card:hover {
	border-color: rgba(54, 121, 23, 0.45);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.gstc-policy-card__top {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.gstc-policy-card__number {
	color: var(--gstc-green-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.gstc-policy-card__icon {
	display: flex;
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	padding: 1.1rem;
	border-radius: 10px;
	background: var(--gstc-surface);
}

.gstc-policy-card__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gstc-policy-card h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}

.gstc-policy-card > p {
	margin: 0 0 1.75rem;
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-policy-card > a {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-policy-card > a:hover,
.gstc-policy-card > a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* Our Commitment page. */
.gstc-commitment-overview > .fusion-builder-row,
.gstc-commitment-principles > .fusion-builder-row,
.gstc-commitment-framework > .fusion-builder-row,
.gstc-commitment-rights > .fusion-builder-row,
.gstc-commitment-legacy > .fusion-builder-row {
	width: min(100% - 48px, var(--gstc-content-width)) !important;
}

.gstc-commitment-intro,
.gstc-commitment-framework-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: start;
}

.gstc-commitment-intro h1,
.gstc-commitment-framework-intro h2,
.gstc-commitment-section-heading h2 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-commitment-intro > p,
.gstc-commitment-framework-intro > div:last-child {
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-commitment-framework-intro a {
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.gstc-commitment-vision-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-top: clamp(3rem, 6vw, 5rem);
}

.gstc-commitment-vision-image {
	overflow: hidden;
	border-radius: 12px;
}

.gstc-commitment-vision-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.gstc-commitment-vision-cards {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-commitment-value {
	padding: clamp(1.75rem, 4vw, 3.25rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
}

.gstc-commitment-value--vision {
	border-color: #7aca54;
	background: #e8ffdd;
}

.gstc-commitment-value .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-commitment-value h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.gstc-commitment-value > p:last-child {
	margin: 0;
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-commitment-principles,
.gstc-commitment-principles h2,
.gstc-commitment-principles h3 {
	color: #fff;
}

.gstc-commitment-section-heading {
	max-width: 900px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-commitment-section-heading.gstc-centered {
	margin-inline: auto;
}

.gstc-commitment-section-heading .gstc-eyebrow,
.gstc-commitment-principles .gstc-eyebrow {
	color: var(--gstc-green-light);
}

.gstc-commitment-section-heading > p:last-child {
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.08rem;
}

.gstc-principles-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.gstc-principle-buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.gstc-principle-button {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	min-height: 58px;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.gstc-principle-button span {
	color: var(--gstc-green-light);
	font-size: 0.75rem;
}

.gstc-principle-button:hover,
.gstc-principle-button:focus-visible,
.gstc-principle-button.is-active {
	border-color: var(--gstc-green-light);
	background: rgba(188, 255, 156, 0.15);
	outline: none;
}

.gstc-principle-detail {
	position: sticky;
	top: 120px;
	min-height: 330px;
	padding: clamp(2rem, 4vw, 3.5rem);
	border-radius: 12px;
	background: #fff;
	color: var(--gstc-charcoal);
	box-shadow: var(--gstc-shadow);
}

.gstc-principle-detail__number {
	display: block;
	margin-bottom: 2rem;
	color: var(--gstc-green-dark);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.gstc-principle-detail h3 {
	margin: 0 0 1.25rem;
	color: var(--gstc-charcoal);
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.gstc-principle-detail p {
	margin: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-commitment-framework-intro {
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.gstc-commitment-framework-intro .gstc-eyebrow,
.gstc-commitment-rights .gstc-eyebrow,
.gstc-commitment-legacy .gstc-eyebrow,
.gstc-commitment-partners .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-commitment-framework-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-commitment-framework-grid article {
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
}

.gstc-commitment-framework-grid article > span,
.gstc-commitment-rights-grid article div > span,
.gstc-commitment-timeline article > span {
	color: var(--gstc-green-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gstc-commitment-framework-grid h3 {
	margin: 1.5rem 0 1rem;
	font-size: 1.45rem;
}

.gstc-commitment-framework-grid p {
	margin: 0;
	color: var(--gstc-slate);
	line-height: 1.7;
}

.gstc-commitment-rights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.gstc-commitment-rights-grid article {
	overflow: hidden;
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.gstc-commitment-rights-grid img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.gstc-commitment-rights-grid article > div {
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.gstc-commitment-rights-grid h3 {
	margin: 1rem 0 1.25rem;
	font-size: 1.45rem;
}

.gstc-commitment-rights-grid ul {
	margin: 0;
	padding-left: 1.15rem;
	color: var(--gstc-slate);
}

.gstc-commitment-rights-grid li {
	margin-bottom: 0.75rem;
	line-height: 1.65;
}

.gstc-commitment-timeline {
	border-top: 1px solid var(--gstc-border);
}

.gstc-commitment-timeline article {
	display: grid;
	grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
	gap: clamp(2rem, 6vw, 7rem);
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
	border-bottom: 1px solid var(--gstc-border);
}

.gstc-commitment-timeline article:last-child {
	border-bottom: 0;
}

.gstc-commitment-timeline__meta {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-start;
}

.gstc-commitment-timeline__meta span {
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gstc-green);
	border-radius: 50%;
	background: #fff;
	color: var(--gstc-green-dark);
	font-size: 0.8rem;
	font-weight: 800;
}

.gstc-commitment-timeline__meta strong {
	color: var(--gstc-green-dark);
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gstc-commitment-timeline h3 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.gstc-commitment-timeline__lead {
	max-width: 980px;
	margin-top: 0;
	font-size: 1.08rem;
	font-weight: 600;
}

.gstc-commitment-timeline p,
.gstc-commitment-timeline li {
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-commitment-timeline ul {
	margin: 1.5rem 0;
	padding-left: 1.2rem;
}

.gstc-commitment-timeline li + li {
	margin-top: 1rem;
}

.gstc-commitment-partners-container > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-commitment-partners {
	padding-block: clamp(4rem, 7vw, 7rem);
}

.gstc-commitment-partner-list {
	border-top: 1px solid var(--gstc-border);
}

.gstc-commitment-partner {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	padding-block: clamp(2.5rem, 5vw, 4rem);
	border-bottom: 1px solid var(--gstc-border);
}

.gstc-commitment-partner__logo {
	display: flex;
	min-height: 140px;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	border-radius: 10px;
	background: var(--gstc-surface);
}

.gstc-commitment-partner__logo img {
	width: auto;
	max-width: 180px;
	max-height: 110px;
}

.gstc-commitment-partner__content h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.gstc-commitment-partner__content p {
	max-width: 980px;
	margin: 0 0 1.5rem;
	color: var(--gstc-slate);
	line-height: 1.75;
}

/* Contact, complaints, and grievance page. */
.gstc-contact-hero {
	padding-block: clamp(3rem, 5vw, 5rem) !important;
}


.gstc-contact-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-contact-information {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(4rem, 7vw, 7rem);
}

.gstc-page-heading {
	max-width: 940px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-page-heading--centered {
	margin-inline: auto;
	text-align: center;
}

.gstc-page-heading h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.gstc-page-heading > p:last-child {
	margin: 1.5rem 0 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gstc-contact-information__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
}

.gstc-contact-panel {
	display: flex;
	min-height: 420px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(2rem, 4vw, 4rem);
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.gstc-contact-panel .gstc-eyebrow {
	color: var(--gstc-green-dark);
}

.gstc-contact-panel h2 {
	margin: 0 0 1.5rem;
	font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.gstc-contact-panel > p:not(.gstc-eyebrow) {
	max-width: 620px;
	margin: 0 0 2rem;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gstc-contact-email {
	display: inline-flex;
	gap: 0.65rem;
	align-items: center;
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	text-decoration: none;
}

.gstc-contact-email:hover,
.gstc-contact-email:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-contact-panel--grievance {
	border-color: var(--gstc-burgundy);
	background: var(--gstc-burgundy);
	color: #fff;
}

.gstc-contact-panel--grievance .gstc-eyebrow {
	color: var(--gstc-green-light);
}

.gstc-contact-panel--grievance h2 {
	color: #fff;
}

.gstc-contact-panel--grievance > p:not(.gstc-eyebrow) {
	color: rgba(255, 255, 255, 0.86);
}

.gstc-contact-download,
a.gstc-contact-download {
	margin-top: auto;
	border-color: #fff;
	background: #fff;
	color: var(--gstc-burgundy);
}

.gstc-contact-download:hover,
.gstc-contact-download:focus-visible {
	border-color: var(--gstc-green-light);
	background: var(--gstc-green-light);
	color: #16330b;
}

/* Announcements listing and single announcement. */
.gstc-announcements-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-announcements-directory {
	width: min(100% - 48px, var(--gstc-content-width));
	margin-inline: auto;
	padding-block: clamp(4rem, 6vw, 6rem);
}

.gstc-announcement-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--gstc-border);
	border-top: 5px solid var(--gstc-green-dark);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
}

.gstc-announcement-filter label {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	color: var(--gstc-charcoal);
	font-size: 0.88rem;
	font-weight: 700;
}

.gstc-announcement-filter input,
.gstc-announcement-filter select {
	width: 100%;
	min-height: 46px;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-charcoal);
	font: inherit;
	font-weight: 400;
}

.gstc-announcement-filter input:focus,
.gstc-announcement-filter select:focus {
	border-color: var(--gstc-green);
	outline: 3px solid rgba(85, 162, 49, 0.2);
	outline-offset: 1px;
}

.gstc-announcement-filter__actions {
	display: flex;
	grid-column: 1 / -1;
	justify-content: flex-end;
	gap: 0.75rem;
}

.gstc-announcement-results-meta {
	margin-bottom: 1.25rem;
	color: var(--gstc-muted);
	font-size: 0.9rem;
	font-weight: 600;
}

.gstc-announcement-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
}

.gstc-announcement-card {
	display: grid;
	grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
	overflow: hidden;
	border: 1px solid var(--gstc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gstc-announcement-card:hover {
	border-color: rgba(54, 121, 23, 0.45);
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.gstc-announcement-card--no-image {
	grid-template-columns: 1fr;
}

.gstc-announcement-card__image {
	display: block;
	min-height: 100%;
	background: none;
}

.gstc-announcement-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.gstc-announcement-card__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.gstc-announcement-card__meta,
.gstc-announcement-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.8rem;
	margin-bottom: 1rem;
	color: var(--gstc-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gstc-announcement-card__meta span,
.gstc-announcement-single__meta span {
	display: inline-flex;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: #e8ffdd;
	color: var(--gstc-green-dark);
}

.gstc-announcement-card h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.25;
}

.gstc-announcement-card h2 a {
	color: var(--gstc-charcoal);
	text-decoration: none;
}

.gstc-announcement-card h2 a:hover,
.gstc-announcement-card h2 a:focus-visible {
	color: var(--gstc-green-dark);
}

.gstc-announcement-card__content > p {
	margin: 0 0 1.5rem;
	color: var(--gstc-slate);
	line-height: 1.7;
}

.gstc-announcement-card__read-more {
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-announcement-card__read-more:hover,
.gstc-announcement-card__read-more:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-announcement-pagination {
	margin-top: 2.5rem;
}

.gstc-announcement-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gstc-announcement-pagination a,
.gstc-announcement-pagination span {
	display: inline-flex;
	min-width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.8rem;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-charcoal);
	font-weight: 700;
	text-decoration: none;
}

.gstc-announcement-pagination a:hover,
.gstc-announcement-pagination a:focus-visible,
.gstc-announcement-pagination .current {
	border-color: var(--gstc-green-dark);
	background: var(--gstc-green-dark);
	color: #fff;
}

.gstc-announcement-empty {
	padding: clamp(2.5rem, 6vw, 5rem);
	border: 1px dashed var(--gstc-border);
	border-radius: 12px;
	background: var(--gstc-surface);
	color: var(--gstc-muted);
	text-align: center;
}

.gstc-announcement-empty h2 {
	margin-top: 0;
}

.gstc-announcement-empty > :last-child {
	margin-bottom: 0;
}

.gstc-announcement-single {
	padding-bottom: clamp(4rem, 8vw, 8rem);
	background: #fff;
}

.gstc-announcement-single__image {
	width: 100%;
	max-height: 640px;
	overflow: hidden;
}

.gstc-announcement-single__image img {
	display: block;
	width: 100%;
	height: min(52vw, 640px);
	object-fit: cover;
}

.gstc-announcement-single__article {
	width: min(100% - 48px, 920px);
	margin-inline: auto;
	padding-top: clamp(3rem, 7vw, 6rem);
}

.gstc-announcement-single__back {
	display: inline-flex;
	margin-bottom: clamp(2rem, 5vw, 4rem);
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-announcement-single__back:hover,
.gstc-announcement-single__back:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-announcement-single h1 {
	margin: 0 0 1.5rem;
	font-size: clamp(2.4rem, 5.5vw, 4.8rem);
	line-height: 1.08;
}

.gstc-announcement-single__excerpt {
	margin: 0;
	color: var(--gstc-slate);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.65;
}

.gstc-announcement-single__content {
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding-top: clamp(2rem, 5vw, 3.5rem);
	border-top: 1px solid var(--gstc-border);
	color: var(--gstc-charcoal);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-announcement-single__content > :first-child {
	margin-top: 0;
}

.gstc-announcement-single__content > :last-child {
	margin-bottom: 0;
}

/* Hub pages, FAQ, and sanctions. */
.gstc-hub-hero,
.gstc-faq-hero,
.gstc-sanctions-hero {
	padding-block: clamp(3rem, 5vw, 5rem) !important;
}

.gstc-hub-hero .gstc-internal-hero__content,
.gstc-faq-hero .gstc-internal-hero__content,
.gstc-sanctions-hero .gstc-internal-hero__content {
	max-width: 1120px;
}

.gstc-hub-hero h1,
.gstc-faq-hero h1,
.gstc-sanctions-hero h1 {
	font-size: clamp(2.8rem, 5vw, 4.75rem);
}

.gstc-hub-heading,
.gstc-about-standards-heading,
.gstc-sanctions-heading {
	max-width: 820px;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.gstc-hub-heading h2,
.gstc-about-standards-heading h2,
.gstc-sanctions-heading h2,
.gstc-about-history-heading h2 {
	margin: 0 0 1rem;
	font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.gstc-hub-heading > :last-child,
.gstc-about-standards-heading > :last-child,
.gstc-sanctions-heading > :last-child {
	margin-bottom: 0;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gstc-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.75rem);
}

.gstc-hub-card {
	display: flex;
	min-height: 340px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.75rem, 3vw, 2.75rem);
	border: 1px solid var(--gstc-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	color: var(--gstc-charcoal);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gstc-hub-card:hover,
.gstc-hub-card:focus-visible {
	border-color: var(--gstc-green);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
	color: var(--gstc-charcoal);
	transform: translateY(-3px);
}

.gstc-hub-card--featured {
	border-color: #9edb82;
	background: #efffe8;
}

.gstc-hub-card__number {
	margin-bottom: auto;
	color: var(--gstc-green-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.gstc-hub-card h3 {
	margin: 3rem 0 1rem;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.2;
}

.gstc-hub-card p {
	margin: 0 0 1.5rem;
	color: var(--gstc-slate);
	line-height: 1.7;
}

.gstc-hub-card__link {
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-hub-card__link:hover,
.gstc-hub-card__link:focus-visible {
	color: var(--gstc-green-dark);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-about-overview-grid,
.gstc-about-mission-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	align-items: center;
}

.gstc-about-overview-grid h1,
.gstc-about-mission-grid h2 {
	margin: 0 0 1.5rem;
	font-size: clamp(2.3rem, 4.5vw, 4.2rem);
}

.gstc-about-overview-grid p:not(.gstc-eyebrow),
.gstc-about-mission-grid p:not(.gstc-eyebrow) {
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-about-video {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: var(--gstc-charcoal);
	box-shadow: var(--gstc-shadow);
}

.gstc-about-video img {
	display: block;
	width: 100%;
	min-height: 360px;
	object-fit: cover;
	transition: opacity 180ms ease, transform 180ms ease;
}

.gstc-about-video > span {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	left: 1.25rem;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.2rem;
	border-radius: 6px;
	background: rgba(15, 23, 42, 0.88);
	color: #fff;
	font-weight: 700;
}

.gstc-about-video:hover img,
.gstc-about-video:focus-visible img {
	opacity: 0.85;
	transform: scale(1.02);
}

.gstc-about-standards-heading {
	margin-top: clamp(4rem, 8vw, 8rem);
}

.gstc-about-standards-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.gstc-about-standards-grid article {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	border: 1px solid var(--gstc-border);
	border-top: 5px solid var(--gstc-green);
	border-radius: 8px;
	background: #fff;
}

.gstc-about-standards-grid h3 {
	margin: 3rem 0 0.75rem;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.gstc-about-standards-grid p {
	color: var(--gstc-slate);
	line-height: 1.65;
}

.gstc-about-standards-grid a {
	margin-top: auto;
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-about-mission {
	color: #fff;
}

.gstc-about-mission .gstc-eyebrow {
	color: var(--gstc-green-light);
}

.gstc-about-mission h2 {
	color: #fff;
}

.gstc-about-mission-grid p:not(.gstc-eyebrow) {
	color: rgba(255, 255, 255, 0.88);
}

.gstc-about-mission .gstc-button {
	margin-top: 1rem;
	border-color: #fff;
	background: transparent;
}

.gstc-about-mission aside {
	padding: clamp(2rem, 4vw, 4rem);
	border-radius: 12px;
	background: #fff;
	color: var(--gstc-charcoal);
}

.gstc-about-mission aside h3 {
	margin-top: 0;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.gstc-about-mission aside ul {
	padding-left: 1.2rem;
	color: var(--gstc-slate);
	line-height: 1.8;
}

.gstc-about-service-list {
	margin-top: 2rem;
	border-top: 1px solid var(--gstc-border);
}

.gstc-about-service-list div {
	padding-block: 1rem;
	border-bottom: 1px solid var(--gstc-border);
	font-weight: 700;
}

.gstc-about-history-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gstc-about-timeline {
	display: grid;
	grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
	gap: clamp(2rem, 6vw, 6rem);
}

.gstc-about-timeline__years {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.gstc-about-timeline__years button {
	padding: 1rem 0;
	border: 0;
	border-bottom: 1px solid var(--gstc-border);
	background: transparent;
	color: var(--gstc-muted);
	font: inherit;
	font-size: 1.15rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.gstc-about-timeline__years button.is-active,
.gstc-about-timeline__years button:hover,
.gstc-about-timeline__years button:focus-visible {
	color: var(--gstc-green-dark);
}

.gstc-about-timeline__panels article {
	min-height: 300px;
	padding: clamp(2rem, 5vw, 4rem);
	border-left: 6px solid var(--gstc-green);
	border-radius: 0 10px 10px 0;
	background: var(--gstc-surface);
}

.gstc-about-timeline__panels h3 {
	margin-top: 0;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.gstc-about-timeline__panels p {
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-faq-page > .fusion-builder-row {
	width: 100% !important;
	max-width: none !important;
}

.gstc-faq-directory {
	width: min(100% - 48px, 980px);
	margin-inline: auto;
	padding-block: clamp(4rem, 7vw, 7rem);
}

.gstc-faq-item {
	margin-bottom: 1rem;
	border: 1px solid var(--gstc-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.gstc-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 1.75rem;
	color: var(--gstc-charcoal);
	font-size: 1.08rem;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.gstc-faq-item summary::-webkit-details-marker {
	display: none;
}

.gstc-faq-item__icon {
	color: var(--gstc-green-dark);
	font-size: 1.6rem;
	transition: transform 180ms ease;
}

.gstc-faq-item[open] .gstc-faq-item__icon {
	transform: rotate(45deg);
}

.gstc-faq-item__answer {
	padding: 0 1.75rem 1.75rem;
	border-top: 1px solid var(--gstc-border);
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-faq-item__answer > :first-child {
	margin-top: 1.5rem;
}

.gstc-faq-item__answer > :last-child {
	margin-bottom: 0;
}

.gstc-directory-empty {
	padding: clamp(2.5rem, 6vw, 5rem);
	border: 1px dashed var(--gstc-border);
	border-radius: 12px;
	background: var(--gstc-surface);
	color: var(--gstc-muted);
	text-align: center;
}

.gstc-directory-empty h2 {
	margin-top: 0;
	color: var(--gstc-charcoal);
}

.gstc-directory-empty > :last-child {
	margin-bottom: 0;
}

.gstc-sanctions-register {
	margin-top: 2.5rem;
}

.gstc-sanctions-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--gstc-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.gstc-sanctions-table {
	width: 100%;
	min-width: 1100px;
	border-collapse: collapse;
}

.gstc-sanctions-table th,
.gstc-sanctions-table td {
	padding: 1rem;
	border-bottom: 1px solid var(--gstc-border);
	text-align: left;
	vertical-align: top;
}

.gstc-sanctions-table th {
	background: var(--gstc-charcoal);
	color: #fff;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gstc-sanctions-table tbody tr:last-child td {
	border-bottom: 0;
}

.gstc-sanctions-table a,
.gstc-sanction-single__back {
	color: var(--gstc-green-dark);
	font-weight: 700;
	text-decoration: none;
}

.gstc-sanctions-table a:hover,
.gstc-sanctions-table a:focus-visible,
.gstc-sanction-single__back:hover,
.gstc-sanction-single__back:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.gstc-sanctions-pagination ul {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.gstc-sanctions-pagination a,
.gstc-sanctions-pagination span {
	display: inline-flex;
	min-width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gstc-border);
	border-radius: var(--gstc-radius);
	background: #fff;
	color: var(--gstc-charcoal);
	font-weight: 700;
	text-decoration: none;
}

.gstc-sanctions-pagination .current {
	border-color: var(--gstc-green-dark);
	background: var(--gstc-green-dark);
	color: #fff;
}

.gstc-sanction-single {
	padding-block: clamp(4rem, 8vw, 8rem);
	background: #fff;
}

.gstc-sanction-single__article {
	width: min(100% - 48px, 920px);
	margin-inline: auto;
}

.gstc-sanction-single__back {
	display: inline-flex;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.gstc-sanction-single h1 {
	margin: 0 0 2rem;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.gstc-sanction-single__meta {
	display: grid;
	grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
	margin: 0 0 2rem;
	border-top: 1px solid var(--gstc-border);
}

.gstc-sanction-single__meta dt,
.gstc-sanction-single__meta dd {
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid var(--gstc-border);
}

.gstc-sanction-single__meta dt {
	font-weight: 700;
}

.gstc-sanction-single__reason,
.gstc-sanction-single__content {
	margin-top: 2rem;
	color: var(--gstc-slate);
	font-size: 1.08rem;
	line-height: 1.8;
}

.gstc-grievance-definitions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
	margin-top: clamp(1.25rem, 3vw, 2.5rem);
}

.gstc-grievance-definition {
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid var(--gstc-border);
	border-top: 6px solid var(--gstc-green);
	border-radius: 12px;
	background: #efffe8;
}

.gstc-grievance-definition--appeal {
	border-top-color: var(--gstc-red);
	background: #fff1f2;
}

.gstc-grievance-definition h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.gstc-grievance-definition > :last-child,
.gstc-contact-unavailable {
	margin-bottom: 0;
	color: var(--gstc-slate);
	line-height: 1.75;
}

.gstc-contact-panel--grievance .gstc-contact-unavailable {
	color: #fff;
}

/* Compact internal-page introductions aligned with the legacy layouts. */
.gstc-internal-hero {
	padding-block: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 3vw, 3rem) !important;
	border-bottom: 0;
	background-color: #fff !important;
}

.gstc-internal-hero__content,
.gstc-rights-duties-hero .gstc-internal-hero__content,
.gstc-contact-hero .gstc-internal-hero__content,
.gstc-hub-hero .gstc-internal-hero__content,
.gstc-about-hero .gstc-internal-hero__content,
.gstc-faq-hero .gstc-internal-hero__content,
.gstc-sanctions-hero .gstc-internal-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
	column-gap: clamp(2rem, 7vw, 7rem);
	max-width: none;
	align-items: start;
}

.gstc-internal-hero__content .gstc-eyebrow {
	grid-column: 1 / -1;
}

.gstc-internal-hero__content h1,
.gstc-rights-duties-hero .gstc-internal-hero__content h1,
.gstc-contact-hero .gstc-internal-hero__content h1,
.gstc-hub-hero .gstc-internal-hero__content h1,
.gstc-about-hero .gstc-internal-hero__content h1,
.gstc-faq-hero .gstc-internal-hero__content h1,
.gstc-sanctions-hero .gstc-internal-hero__content h1 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	line-height: 1.08;
}

.gstc-internal-hero__content > p:last-child {
	align-self: start;
	max-width: 760px;
	margin: 0;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.75;
}

@media (max-width: 1199px) {
	.gstc-header-logo img {
		height: 56px;
	}

	.gstc-global-header > .fusion-builder-row {
		min-height: 76px;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}

	.gstc-header-logo-column {
		width: auto !important;
		flex: 0 0 auto !important;
	}

	.gstc-header-menu-column {
		width: auto !important;
		flex: 1 1 auto !important;
	}

	.gstc-header-menu-column .fusion-column-wrapper,
	.gstc-primary-menu {
		width: 100%;
	}

	.gstc-primary-menu .awb-menu__m-toggle {
		display: flex !important;
		margin-left: auto;
	}

	.gstc-primary-menu .awb-menu__m-toggle .awb-menu__m-collapse-icon {
		display: none !important;
	}

	.gstc-primary-menu .awb-menu__m-toggle::after {
		content: "☰";
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1;
	}

	.gstc-primary-menu .awb-menu__m-toggle[aria-expanded="true"]::after {
		content: "×";
	}

	.gstc-global-header {
		min-height: 76px;
	}

	.gstc-hero,
	.gstc-hero-inner {
		min-height: calc(100svh - 76px);
	}
}

@media (max-width: 1023px) {
	.gstc-consultation-steps,
	.gstc-announcement-list,
	.gstc-people-list,
	.gstc-terms-grid,
	.gstc-acb-rights-grid,
	.gstc-acb-duties-grid,
	.gstc-commitment-framework-grid,
	.gstc-commitment-rights-grid,
	.gstc-commitment-timeline,
	.gstc-hub-grid,
	.gstc-about-standards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gstc-announcement-card {
		grid-template-columns: 1fr;
	}

	.gstc-cb-row {
		grid-template-columns: 180px minmax(0, 1fr);
		gap: 2rem;
	}

	.gstc-cb-logo {
		width: 170px;
		height: 140px;
	}

	.gstc-path-tabs,
	.gstc-acb-rd-intro,
	.gstc-logo-claims-overview,
	.gstc-logo-claims-guidance-grid,
	.gstc-logo-claims-examples,
	.gstc-fee-schedule__header,
	.gstc-tourism-benefit,
	.gstc-people-dialog__layout,
	.gstc-policies-heading,
	.gstc-commitment-intro,
	.gstc-commitment-framework-intro,
	.gstc-commitment-vision-grid,
	.gstc-principles-layout,
	.gstc-about-overview-grid,
	.gstc-about-mission-grid {
		grid-template-columns: 1fr;
	}

	.gstc-principle-detail {
		position: static;
	}

	.gstc-path-tablist {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gstc-card-grid,
	.gstc-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.gstc-footer-grid nav:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	:root {
		--gstc-section-space: 4rem;
	}

	.gstc-internal-hero {
		padding-block: 2.5rem 2rem !important;
	}

	.gstc-internal-hero__content,
	.gstc-rights-duties-hero .gstc-internal-hero__content,
	.gstc-contact-hero .gstc-internal-hero__content,
	.gstc-hub-hero .gstc-internal-hero__content,
	.gstc-about-hero .gstc-internal-hero__content,
	.gstc-faq-hero .gstc-internal-hero__content,
	.gstc-sanctions-hero .gstc-internal-hero__content {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}

	.gstc-internal-hero__content h1,
	.gstc-rights-duties-hero .gstc-internal-hero__content h1,
	.gstc-contact-hero .gstc-internal-hero__content h1,
	.gstc-hub-hero .gstc-internal-hero__content h1,
	.gstc-about-hero .gstc-internal-hero__content h1,
	.gstc-faq-hero .gstc-internal-hero__content h1,
	.gstc-sanctions-hero .gstc-internal-hero__content h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.gstc-global-header > .fusion-builder-row,
	.gstc-hero > .fusion-builder-row,
	.gstc-internal-hero > .fusion-builder-row,
	.gstc-cbs-section > .fusion-builder-row,
	.gstc-consultation-why > .fusion-builder-row,
	.gstc-consultation-process > .fusion-builder-row,
	.gstc-service > .fusion-builder-row,
	.gstc-difference > .fusion-builder-row,
	.gstc-cb-intro > .fusion-builder-row,
	.gstc-contact > .fusion-builder-row {
		width: min(100% - 32px, var(--gstc-content-width)) !important;
	}


	.gstc-global-header > .fusion-builder-row {
		width: 100% !important;
		padding-inline: 1rem !important;
	}

	.gstc-hero-inner {
		padding-inline: 1rem;
	}

	.gstc-header-logo img {
		height: 48px;
	}

	.gstc-hero-links,
	.gstc-card-grid,
	.gstc-footer-grid,
	.gstc-document-filter,
	.gstc-announcement-filter,
	.gstc-announcement-list,
	.gstc-people-list,
	.gstc-terms-grid,
	.gstc-acb-rights-grid,
	.gstc-acb-duties-grid,
	.gstc-policies-grid,
	.gstc-contact-information__grid,
	.gstc-commitment-framework-grid,
	.gstc-commitment-rights-grid,
	.gstc-commitment-timeline,
	.gstc-consultation-reasons,
	.gstc-consultation-steps,
	.gstc-path-tablist,
	.gstc-benefit-tablist,
	.gstc-split-heading,
	.gstc-hub-grid,
	.gstc-about-standards-grid,
	.gstc-about-timeline,
	.gstc-grievance-definitions {
		grid-template-columns: 1fr;
	}

	.gstc-consultation-reason--primary {
		grid-row: auto;
	}

	.gstc-path-panel,
	.gstc-path-panel.is-active,
	.gstc-cb-filter__controls,
	.gstc-cb-row,
	.gstc-cb-meta-row {
		grid-template-columns: 1fr;
	}

	.gstc-cb-filter {
		align-items: stretch;
		flex-direction: column;
	}

	.gstc-cb-filter .gstc-button {
		align-self: flex-start;
	}

	.gstc-cb-contact {
		align-items: flex-start;
	}

	.gstc-cb-contact a {
		text-align: left;
	}

	.gstc-documents-section,
	.gstc-announcements-directory,
	.gstc-contact-information,
	.gstc-faq-directory,
	.gstc-people-directory,
	.gstc-fees-directory {
		width: min(100% - 32px, var(--gstc-content-width));
		padding-block: 3rem;
	}

	.gstc-contact-panel,
	.gstc-policy-card,
	.gstc-terms-card,
	.gstc-acb-rights-grid article,
	.gstc-acb-duties-grid article {
		min-height: 0;
		padding: 2rem;
	}

	.gstc-acb-rights > .fusion-builder-row,
	.gstc-acb-duties > .fusion-builder-row,
	.gstc-terms-section > .fusion-builder-row,
	.gstc-logo-claims-intro > .fusion-builder-row,
	.gstc-logo-claims-guidance > .fusion-builder-row,
	.gstc-logo-claims-claims > .fusion-builder-row,
	.gstc-logo-claims-consequences > .fusion-builder-row,
	.gstc-path-title > .fusion-builder-row,
	.gstc-path-overview > .fusion-builder-row,
	.gstc-path-process > .fusion-builder-row,
	.gstc-path-benefits > .fusion-builder-row,
	.gstc-tourism-benefits > .fusion-builder-row,
	.gstc-policies-section > .fusion-builder-row,
	.gstc-commitment-overview > .fusion-builder-row,
	.gstc-commitment-principles > .fusion-builder-row,
	.gstc-commitment-framework > .fusion-builder-row,
	.gstc-commitment-rights > .fusion-builder-row,
	.gstc-commitment-legacy > .fusion-builder-row,
	.gstc-about-overview > .fusion-builder-row,
	.gstc-about-mission > .fusion-builder-row,
	.gstc-about-history > .fusion-builder-row,
	.gstc-hub-navigation > .fusion-builder-row,
	.gstc-sanctions-page > .fusion-builder-row {
		width: min(100% - 32px, var(--gstc-content-width)) !important;
	}

	.gstc-principle-buttons,
	.gstc-commitment-partner,
	.gstc-people-card {
		grid-template-columns: 1fr;
	}

	.gstc-commitment-vision-image img {
		min-height: 340px;
	}

	.gstc-commitment-timeline article {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding: 2rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--gstc-border);
	}

	.gstc-commitment-timeline article:last-child {
		border-bottom: 0;
	}

	.gstc-commitment-partner {
		gap: 1.5rem;
	}

	.gstc-hub-card {
		min-height: 0;
		padding: 2rem;
	}

	.gstc-about-video img {
		min-height: 240px;
	}

	.gstc-about-history-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.gstc-about-timeline__years {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.gstc-about-timeline__years button {
		padding: 0.75rem;
		border: 1px solid var(--gstc-border);
		border-radius: var(--gstc-radius);
		text-align: center;
	}

	.gstc-sanctions-table,
	.gstc-sanctions-table tbody,
	.gstc-sanctions-table tr,
	.gstc-sanctions-table td {
		display: block;
		min-width: 0;
	}

	.gstc-sanctions-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.gstc-sanctions-table tr {
		padding: 1rem;
		border-bottom: 1px solid var(--gstc-border);
	}

	.gstc-sanctions-table td {
		display: grid;
		grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
		gap: 1rem;
		padding: 0.75rem 0;
		border-bottom: 1px solid var(--gstc-border);
	}

	.gstc-sanctions-table td::before {
		content: attr(data-label);
		font-size: 0.75rem;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.gstc-commitment-partner__logo {
		min-height: 120px;
	}


	.gstc-logo-claims-eligibility,
	.gstc-logo-claims-stop {
		grid-template-columns: 1fr;
	}

	.gstc-tourism-benefit__image {
		min-height: 320px;
	}

	.gstc-people-card__media,
	.gstc-people-card__media img {
		width: 100%;
		height: 240px;
		min-height: 240px;
	}

	.gstc-people-dialog__media {
		max-width: 360px;
	}

	.gstc-announcement-single__article {
		width: min(100% - 32px, 920px);
	}

	.gstc-document-filter__actions,
	.gstc-announcement-filter__actions,
	.gstc-document-pagination {
		align-items: stretch;
		flex-direction: column;
	}

	.gstc-document-filter__actions .gstc-button,
	.gstc-announcement-filter__actions .gstc-button,
	.gstc-document-pagination .gstc-button {
		justify-content: center;
	}

	.gstc-document-pagination > label {
		justify-content: space-between;
	}

	.gstc-document-pagination > div {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.gstc-documents-inquiry {
		min-height: 520px;
		padding: 32px 16px;
	}

	.gstc-hero-links {
		align-self: stretch;
	}

	.gstc-hero-links a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	}

	.gstc-directory-links,
	.gstc-footer-top,
	.gstc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.gstc-directory-links {
		align-items: center;
	}

	.gstc-footer-follow {
		text-align: left;
	}

	.gstc-footer-grid nav:last-child {
		grid-column: auto;
	}

	.gstc-footer-inner {
		width: min(100% - 32px, var(--gstc-content-width));
	}
}

@media (max-width: 782px) {
	body.admin-bar .fusion-tb-header {
		top: 46px;
	}
}

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