/* ============================================================
   Taxonomy Casino-Licence Template
   
   License child pages at /casinos/{slug}/ — driven by Permalink
   Manager Custom URI on each casino-licence taxonomy term.
   
   Layout: 1280px container (matches /casinos/ directory).
   Hero: white bg with subtle teal radial gradient (matches
   careers/contact/casinos pattern).
   Cards: 4-col vertical (logo top, meta below) with RGI tier
   corner badge.
   
   Font sizes match the bumped baseline of careers/contact/casinos:
   body 14-15px, h2 22px, headings weight 700.
   ============================================================ */

.gc-license {
	background: var(--gc-bg);
}

.gc-license__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 32px 80px;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */

.gc-license__breadcrumb,
.gc-license__breadcrumb-inner,
.gc-license__breadcrumb-sep,
.gc-license__breadcrumb-current {
	/* Breadcrumb removed — theme's gc_breadcrumb() renders the trail above. */
	display: none;
}

/* ============================================================
   HERO (white, teal radial gradient — matches careers/contact)
   ============================================================ */

.gc-license__hero {
	background: var(--gc-bg);
	border-bottom: 0.5px solid var(--gc-border, #e5e7eb);
	position: relative;
	overflow: hidden;
}

.gc-license__hero::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(0, 198, 174, 0.05) 0%, transparent 60%);
	pointer-events: none;
}

.gc-license__hero-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 56px 32px 36px;
	position: relative;
	z-index: 1;
}

.gc-license__hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 14px;
	background: var(--gc-primary-soft, #E6FAF7);
	border: 0.5px solid rgba(0, 198, 174, .3);
	color: var(--gc-primary-dark, #00A894);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.gc-license__hero-badge-dot {
	width: 6px;
	height: 6px;
	background: #00A894;
	border-radius: 50%;
	flex-shrink: 0;
	animation: gc-license-pulse 2s ease-in-out infinite;
}

@keyframes gc-license-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%      { opacity: 0.5; transform: scale(0.85); }
}

.gc-license__hero-authority {
	font-size: 13px;
	font-weight: 600;
	color: var(--gc-primary-dark, #00A894);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.gc-license__hero-title {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: clamp(32px, 4.5vw, 44px);
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 0 0 14px;
	max-width: 720px;
}

.gc-license__hero-accent {
	color: var(--gc-primary, #00C6AE);
}

.gc-license__hero-sub {
	font-size: 17px;
	line-height: 1.7;
	color: var(--gc-muted, #6b7280);
	max-width: 720px;
	margin: 0 0 22px;
}

.gc-license__hero-trust {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	background: rgba(13, 27, 62, 0.04);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 8px;
	font-size: 13px;
	color: var(--gc-navy, #0D1B3E);
	font-weight: 500;
}

.gc-license__hero-trust svg {
	color: var(--gc-primary-dark, #00A894);
	flex-shrink: 0;
}

/* ===== Hero ticker bar ===== */

.gc-license__hero-ticker {
	background: #F8FAFC;
	border-top: 0.5px solid var(--gc-border, #e5e7eb);
}

.gc-license__hero-ticker-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 32px;
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}

.gc-license__hero-ticker-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gc-license__hero-ticker-label {
	font-size: 11px;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.gc-license__hero-ticker-value {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 15px;
	font-weight: 600;
	color: var(--gc-navy, #0D1B3E);
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.gc-license__hero-ticker-sub {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #9ca3af;
	letter-spacing: 0;
	margin-top: 2px;
}

/* ============================================================
   DIRECTORY (search + sort + filter + grid)
   ============================================================ */

.gc-license__directory {
	margin-top: 32px;
	margin-bottom: 40px;
}

.gc-license__directory-head {
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 0.5px solid var(--gc-border, #e5e7eb);
}

.gc-license__directory-title {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 22px;
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	margin: 0 0 4px;
	letter-spacing: -0.01em;
}

.gc-license__directory-desc {
	font-size: 13px;
	color: var(--gc-muted, #6b7280);
	line-height: 1.6;
	margin: 0;
}

.gc-license__directory-desc strong {
	color: var(--gc-navy, #0D1B3E);
	font-weight: 600;
}

/* ===== Toolbar ===== */

.gc-license__toolbar {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.gc-license__search {
	flex: 1;
	min-width: 240px;
	display: flex;
	align-items: center;
	background: var(--gc-bg-soft);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 8px;
	padding: 0 14px;
	height: 40px;
	gap: 10px;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.gc-license__search:focus-within {
	border-color: var(--gc-primary, #00C6AE);
	box-shadow: 0 0 0 3px rgba(0, 198, 174, 0.1);
}

.gc-license__search-icon {
	color: #9ca3af;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.gc-license__search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 14px;
	color: var(--gc-navy, #0D1B3E);
	background: transparent;
	height: 100%;
	font-family: inherit;
	min-width: 0;
}

.gc-license__search-input::placeholder {
	color: #9ca3af;
}

.gc-license__sort {
	background: var(--gc-bg-soft);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 8px;
	padding: 0 36px 0 14px;
	height: 40px;
	font-size: 13px;
	color: var(--gc-navy, #0D1B3E);
	cursor: pointer;
	font-weight: 500;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394A3B8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	transition: border-color 150ms ease;
}

.gc-license__sort:hover,
.gc-license__sort:focus {
	border-color: var(--gc-primary, #00C6AE);
}

/* ===== Filter pills ===== */

.gc-license__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.gc-license__pill {
	padding: 6px 12px;
	background: var(--gc-bg-soft);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	color: var(--gc-muted, #6b7280);
	cursor: pointer;
	transition: all 150ms ease;
	font-family: inherit;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.gc-license__pill:hover {
	border-color: rgba(0, 198, 174, 0.4);
	color: var(--gc-primary-dark, #00A894);
}

.gc-license__pill.is-on {
	background: #0D1B3E;
	border-color: #0D1B3E;
	color: #ffffff;
}

.gc-license__pill-count {
	font-weight: 400;
	opacity: 0.6;
}

.gc-license__pill.is-on .gc-license__pill-count {
	opacity: 0.7;
}

.gc-license__pills-divider {
	display: inline-block;
	width: 1px;
	background: var(--gc-border, #e5e7eb);
	margin: 4px 4px;
	align-self: stretch;
}

/* RGI tier pill colors (match single-casino.php tier hex values) */

.gc-license__pill--tier-exceptional {
	background: rgba(16, 185, 129, 0.08);
	border-color: rgba(16, 185, 129, 0.25);
	color: #047857;
}
.gc-license__pill--tier-great {
	background: rgba(2, 132, 199, 0.08);
	border-color: rgba(2, 132, 199, 0.25);
	color: #0c4a6e;
}
.gc-license__pill--tier-average {
	background: rgba(234, 179, 8, 0.08);
	border-color: rgba(234, 179, 8, 0.3);
	color: #854d0e;
}
.gc-license__pill--tier-concern {
	background: rgba(251, 146, 60, 0.08);
	border-color: rgba(251, 146, 60, 0.3);
	color: #9a3412;
}
.gc-license__pill--tier-poor {
	background: rgba(239, 68, 68, 0.08);
	border-color: rgba(239, 68, 68, 0.25);
	color: #991b1b;
}

.gc-license__pill[class*="--tier-"].is-on {
	color: #ffffff;
	background: #0D1B3E;
	border-color: #0D1B3E;
}

/* ============================================================
   OPERATOR GRID — VERTICAL CARDS (4-col)
   ============================================================ */

.gc-license__grid {
display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 24px
}

.gc-license__card {
	background: var(--gc-bg-soft);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 10px;
	padding: 0;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: all 180ms ease;
}

.gc-license__card:hover {
	border-color: rgba(0, 198, 174, 0.4);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(13, 27, 62, 0.05);
}

.gc-license__card.is-hidden {
	display: none;
}

.gc-license__card-logo {
	width: 100%;
	aspect-ratio: 1.7 / 1;
	background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
	border-bottom: 0.5px solid var(--gc-border, #e5e7eb);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.gc-license__card-img {
	max-width: 70%;
	max-height: 70%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	border-radius: 6px;
}

.gc-license__card-img-fallback {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-weight: 700;
	font-size: 22px;
	color: var(--gc-navy, #0D1B3E);
	letter-spacing: -0.02em;
}

.gc-license__card-body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.gc-license__card-name {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 15px;
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin: 0;
}

.gc-license__card-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.gc-license__card-rgi {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.gc-license__card-rgi-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.gc-license__card-rgi--exceptional { color: #047857; }
.gc-license__card-rgi--exceptional .gc-license__card-rgi-dot { background: #10b981; }
.gc-license__card-rgi--great { color: #0c4a6e; }
.gc-license__card-rgi--great .gc-license__card-rgi-dot { background: #0284c7; }
.gc-license__card-rgi--average { color: #854d0e; }
.gc-license__card-rgi--average .gc-license__card-rgi-dot { background: #eab308; }
.gc-license__card-rgi--concern { color: #9a3412; }
.gc-license__card-rgi--concern .gc-license__card-rgi-dot { background: #fb923c; }
.gc-license__card-rgi--poor { color: #991b1b; }
.gc-license__card-rgi--poor .gc-license__card-rgi-dot { background: #ef4444; }

.gc-license__card-score {
	font-size: 10.5px;
	color: #9ca3af;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	letter-spacing: 0.3px;
}

.gc-license__card-offerings {
	font-size: 12px;
	color: var(--gc-muted, #6b7280);
	line-height: 1.5;
	margin-top: auto;
}

.gc-license__card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	border-top: 0.5px solid var(--gc-border, #e5e7eb);
	gap: 10px;
}

.gc-license__card-since {
	font-size: 10px;
	color: #9ca3af;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.gc-license__card-cta {
	font-size: 11px;
	color: var(--gc-primary-dark, #00A894);
	font-weight: 600;
	white-space: nowrap;
}

/* ============================================================
   EMPTY / NO-RESULTS STATES
   ============================================================ */

.gc-license__empty,
.gc-license__no-results {
	background: #F8FAFC;
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 10px;
	padding: 40px 28px;
	text-align: center;
	margin: 16px 0 24px;
}

.gc-license__empty-title,
.gc-license__no-results-title {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 17px;
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	margin-bottom: 6px;
}

.gc-license__empty-desc,
.gc-license__no-results-desc {
	font-size: 14px;
	color: var(--gc-muted, #6b7280);
	margin: 0;
	line-height: 1.6;
}

/* ============================================================
   PAGINATION
   ============================================================ */

.gc-license__pagination {
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.gc-license__pagination:empty {
	display: none;
}

.gc-license__pg {
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 500;
	color: var(--gc-muted, #6b7280);
	background: var(--gc-bg-soft);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 6px;
	cursor: pointer;
	font-family: inherit;
	min-width: 36px;
	text-align: center;
	transition: all 150ms ease;
}

.gc-license__pg:hover:not(.is-disabled):not(.is-on) {
	border-color: rgba(0, 198, 174, 0.4);
	color: var(--gc-primary-dark, #00A894);
}

.gc-license__pg.is-on {
	background: #0D1B3E;
	border-color: #0D1B3E;
	color: #ffffff;
}

.gc-license__pg.is-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.gc-license__pg.is-ellipsis {
	border: none;
	background: transparent;
	cursor: default;
}

/* ============================================================
   ABOUT (long-form term description)
   ============================================================ */

.gc-license__about {
	margin: 16px 0 32px;
	max-width: 1280px;
}

.gc-license__about-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	background: rgba(0, 198, 174, 0.12);
	color: #04342C;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.gc-license__about-body h2 {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 26px;
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 14px;
}

.gc-license__about-body h3 {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 18px;
	font-weight: 600;
	color: var(--gc-navy, #0D1B3E);
	letter-spacing: -0.01em;
	margin: 24px 0 10px;
}

.gc-license__about-body p {
	font-size: 15px;
	line-height: 1.75;
	color: #374151;
	margin: 0 0 12px;
}

.gc-license__about-body strong {
	font-weight: 600;
	color: var(--gc-navy, #0D1B3E);
}

.gc-license__about-body a {
	color: var(--gc-primary-dark, #00A894);
	font-weight: 500;
	text-decoration: none;
	border-bottom: 0.5px solid rgba(0, 168, 148, 0.3);
	transition: border-color 150ms ease;
}

.gc-license__about-body a:hover {
	border-bottom-color: var(--gc-primary-dark, #00A894);
}

.gc-license__about-body ul,
.gc-license__about-body ol {
	margin: 0 0 14px 22px;
	font-size: 15px;
	line-height: 1.75;
	color: #374151;
}

.gc-license__about-body li {
	margin-bottom: 6px;
}

/* ============================================================
   METHODOLOGY CALLOUT
   ============================================================ */

.gc-license__methodology {
	background: rgba(13, 27, 62, 0.04);
	border: 0.5px solid var(--gc-border, #e5e7eb);
	border-radius: 10px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 18px 0;
	flex-wrap: wrap;
}

.gc-license__methodology-text {
	flex: 1;
	min-width: 240px;
}

.gc-license__methodology-title {
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	font-size: 15px;
	font-weight: 700;
	color: var(--gc-navy, #0D1B3E);
	margin-bottom: 4px;
}

.gc-license__methodology-desc {
	font-size: 13px;
	color: var(--gc-muted, #6b7280);
	line-height: 1.6;
	margin: 0;
}

.gc-license__methodology-btn {
	padding: 10px 20px;
	background: #0D1B3E;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 7px;
	text-decoration: none;
	font-family: var(--gc-font-display, 'Sora', sans-serif);
	flex-shrink: 0;
	transition: all 150ms ease;
}

.gc-license__methodology-btn:hover {
	background: var(--gc-primary-dark, #00A894);
	color: #ffffff;
	transform: translateY(-1px);
}

/* ============================================================
   AFFILIATE NOTICE (gold)
   ============================================================ */

.gc-license__affiliate {
	background: rgba(245, 158, 11, 0.08);
	border: 0.5px solid rgba(245, 158, 11, 0.25);
	border-radius: 10px;
	padding: 16px 20px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 13px;
	line-height: 1.65;
	color: #92400E;
}

.gc-license__affiliate svg {
	color: #B45309;
	flex-shrink: 0;
	margin-top: 1px;
}

.gc-license__affiliate-title {
	font-weight: 600;
	color: #78350F;
	display: block;
	margin-bottom: 4px;
}

.gc-license__affiliate-desc {
	margin: 0;
	color: #92400E;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1200px) {
	.gc-license__container {
		padding: 32px 28px 60px;
	}
	.gc-license__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1000px) {
	.gc-license__container {
		padding: 28px 24px 60px;
	}
	.gc-license__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.gc-license__hero-content {
		padding: 48px 24px 32px;
	}
	.gc-license__hero-ticker-inner {
		padding: 14px 24px;
		gap: 24px;
	}
	.gc-license__breadcrumb-inner {
		padding: 12px 24px;
	}
	.gc-license__container {
		padding: 24px 20px 56px;
	}
	.gc-license__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.gc-license__hero-content {
		padding: 40px 20px 28px;
	}
	.gc-license__hero-ticker-inner {
		padding: 14px 20px;
		gap: 18px 24px;
	}
	.gc-license__breadcrumb-inner {
		padding: 12px 20px;
		font-size: 12px;
	}
	.gc-license__container {
		padding: 20px 16px 56px;
	}
	.gc-license__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.gc-license__toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.gc-license__sort {
		width: 100%;
	}
	.gc-license__methodology {
		flex-direction: column;
		align-items: flex-start;
	}
	.gc-license__methodology-btn {
		width: 100%;
		text-align: center;
	}
	/* iOS Safari zoom prevention on input < 16px */
	.gc-license__search-input {
		font-size: 16px;
	}
	/* On mobile single-col, give cards more breathing room */
	.gc-license__card-name {
		font-size: 16px;
	}
	.gc-license__card-offerings {
		font-size: 13px;
	}
}

/* ============================================================
   DARK MODE
   ============================================================ */

[data-theme="dark"] .gc-license,
[data-theme="dark"] .gc-license__hero,
[data-theme="dark"] .gc-license__breadcrumb {
	background: transparent;
}

[data-theme="dark"] .gc-license__hero,
[data-theme="dark"] .gc-license__breadcrumb {
	border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .gc-license__hero-ticker {
	background: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .gc-license__hero-title,
[data-theme="dark"] .gc-license__hero-trust,
[data-theme="dark"] .gc-license__directory-title,
[data-theme="dark"] .gc-license__hero-ticker-value,
[data-theme="dark"] .gc-license__breadcrumb-current,
[data-theme="dark"] .gc-license__about-body h2,
[data-theme="dark"] .gc-license__about-body h3,
[data-theme="dark"] .gc-license__methodology-title,
[data-theme="dark"] .gc-license__card-name,
[data-theme="dark"] .gc-license__card-img-fallback,
[data-theme="dark"] .gc-license__empty-title,
[data-theme="dark"] .gc-license__no-results-title {
	color: #ffffff;
}

[data-theme="dark"] .gc-license__hero-sub,
[data-theme="dark"] .gc-license__directory-desc,
[data-theme="dark"] .gc-license__hero-ticker-label,
[data-theme="dark"] .gc-license__hero-ticker-sub,
[data-theme="dark"] .gc-license__about-body p,
[data-theme="dark"] .gc-license__about-body ul,
[data-theme="dark"] .gc-license__about-body ol,
[data-theme="dark"] .gc-license__methodology-desc,
[data-theme="dark"] .gc-license__card-offerings,
[data-theme="dark"] .gc-license__empty-desc,
[data-theme="dark"] .gc-license__no-results-desc {
	color: rgba(255, 255, 255, 0.65);
}

[data-theme="dark"] .gc-license__about-body strong {
	color: #ffffff;
}

[data-theme="dark"] .gc-license__card,
[data-theme="dark"] .gc-license__methodology,
[data-theme="dark"] .gc-license__empty,
[data-theme="dark"] .gc-license__no-results,
[data-theme="dark"] .gc-license__sort,
[data-theme="dark"] .gc-license__search,
[data-theme="dark"] .gc-license__pill,
[data-theme="dark"] .gc-license__pg {
	background: var(--gc-bg-soft);
	border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .gc-license__card-logo {
	background: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .gc-license__card-foot,
[data-theme="dark"] .gc-license__directory-head {
	border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .gc-license__search-input,
[data-theme="dark"] .gc-license__sort {
	color: #ffffff;
}

[data-theme="dark"] .gc-license__pill,
[data-theme="dark"] .gc-license__pg {
	color: rgba(255, 255, 255, 0.65);
}

[data-theme="dark"] .gc-license__methodology-btn {
	background: var(--gc-primary, #00C6AE);
	color: #ffffff;
}

[data-theme="dark"] .gc-license__methodology-btn:hover {
	background: var(--gc-primary-dark, #00A894);
	color: #ffffff;
}
/* ── Dark mode: teal badges ── */
[data-theme="dark"] .gc-license__about-tag {
	background: rgba(0, 198, 174, 0.08);
	color: #7DD3C8;
}

/* ── Dark mode: hero eyebrow badge — match iHub (subtle teal pill) ── */
[data-theme="dark"] .gc-license__hero-badge {
	background: rgba(0, 198, 174, 0.08);
	border-color: rgba(0, 198, 174, 0.20);
	color: #7DD3C8;
}
[data-theme="dark"] .gc-license__hero-badge-dot {
	background: #7DD3C8;
}

/* ── Dark mode: amber affiliate notice — muted amber accent, neutral body ── */
[data-theme="dark"] .gc-license__affiliate {
	background: rgba(245, 158, 11, 0.06);
	border-color: rgba(245, 158, 11, 0.20);
	color: rgba(255, 255, 255, 0.78);
}
[data-theme="dark"] .gc-license__affiliate-title {
	color: #FCD34D;
}
[data-theme="dark"] .gc-license__affiliate-desc {
	color: rgba(255, 255, 255, 0.78);
}
[data-theme="dark"] .gc-license__affiliate svg {
	color: #FCD34D;
}