/*
Theme Name: WTeachers Recruitment Theme
Theme URI: https://wteachers.com/
Author: OpenAI Codex
Description: Import-ready WordPress recruitment theme for international teaching agencies, school hiring teams, and content-led job websites.
Version: 1.7.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: wteachers-theme
*/

:root {
  --wtg-navy: #253f61;
  --wtg-navy-deep: #182e4a;
  --wtg-gold: #e8b04b;
  --wtg-gold-deep: #c98d22;
  --wtg-copy: #425365;
  --wtg-copy-soft: #6e7a86;
  --wtg-line: #dde3ea;
  --wtg-line-strong: #cbd5e1;
  --wtg-ice: #f7f9fb;
  --wtg-cream: #fbf8f1;
  --wtg-white: #ffffff;
  --wtg-footer: #172b42;
  --wtg-max: 1180px;
  --wtg-radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--wtg-copy);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.68;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wtg-shell {
  overflow: clip;
}

.wtg-container {
  width: min(calc(100% - 32px), var(--wtg-max));
  margin: 0 auto;
}

.wtg-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--wtg-navy-deep);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.wtg-topbar-inner,
.wtg-header-inner,
.wtg-contact-strip,
.wtg-utility-links,
.wtg-top-actions,
.wtg-action-row,
.wtg-contact-list {
  display: flex;
  align-items: center;
}

.wtg-topbar-inner,
.wtg-header-inner {
  justify-content: space-between;
}

.wtg-topbar-inner {
  gap: 18px;
  min-height: 42px;
}

.wtg-contact-strip,
.wtg-utility-links,
.wtg-top-actions,
.wtg-action-row,
.wtg-contact-list {
  flex-wrap: wrap;
  gap: 14px;
}

.wtg-top-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 10px;
}

.wtg-mobile-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 70;
  display: none;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(37, 63, 97, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(23, 43, 66, 0.18);
  backdrop-filter: blur(12px);
}

.wtg-mobile-sticky-cta .wtg-button {
  flex: 1 1 0;
  justify-content: center;
}

.wtg-mobile-sticky-cta.is-hidden-on-page {
  display: none !important;
}

.wtg-topbar a,
.wtg-utility-links a {
  color: #fff;
}

.wtg-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--wtg-line);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}

.wtg-header-inner {
  gap: 18px;
  min-height: 86px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.wtg-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 0 0 auto;
}

.wtg-brand-logo {
  width: 196px;
  max-width: min(196px, 38vw);
}

.wtg-brand-copy {
  display: none;
}

.wtg-brand-title {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.wtg-brand-subtitle {
  color: var(--wtg-copy-soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wtg-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--wtg-line);
  border-radius: 10px;
  background: #fff;
  color: var(--wtg-navy);
}

.wtg-nav .menu,
.wtg-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-mobile-auth-links {
  display: none;
}

.wtg-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.wtg-nav > .menu {
  flex-wrap: nowrap;
  justify-content: center;
}

.wtg-nav li {
  position: relative;
}

.wtg-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--wtg-navy);
  font-size: clamp(0.84rem, 0.9vw, 0.94rem);
  font-weight: 700;
  white-space: nowrap;
}

.wtg-nav > .menu > li > a {
  padding: 0 2px;
}

.wtg-nav .current-menu-item > a,
.wtg-nav .current-menu-ancestor > a,
.wtg-nav .current_page_parent > a,
.wtg-nav .current_page_item > a {
  color: var(--wtg-navy-deep);
}

.wtg-nav .current-menu-item > a::before,
.wtg-nav .current-menu-ancestor > a::before,
.wtg-nav .current_page_parent > a::before,
.wtg-nav .current_page_item > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: var(--wtg-gold);
}

.wtg-nav .menu-item-has-children > a::after {
  content: "▾";
  margin-left: 7px;
  font-size: 0.72rem;
}

.wtg-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 12;
  display: grid;
  gap: 0;
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--wtg-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(24, 46, 74, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.18s ease;
}

.wtg-nav .sub-menu li {
  width: 100%;
}

.wtg-nav .menu-item-has-children:hover > .sub-menu,
.wtg-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wtg-nav .sub-menu a {
  min-height: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.wtg-nav .sub-menu a:hover {
  background: var(--wtg-ice);
}

.wtg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: var(--wtg-navy);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.wtg-top-actions .wtg-button {
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.83rem;
}

.wtg-button.is-light {
  border-color: var(--wtg-line-strong);
  background: #fff;
  color: var(--wtg-navy);
}

.wtg-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wtg-navy);
  font-weight: 700;
}

.wtg-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(232, 176, 75, 0.14);
  color: var(--wtg-gold-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wtg-eyebrow,
.wtg-card-topline {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  justify-self: start;
}

.wtg-hero,
.wtg-page-hero {
  padding: 52px 0 42px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.wtg-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.wtg-hero-lead {
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.16), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.wtg-hero-lead .wtg-action-row {
  justify-content: flex-start;
}

.wtg-hero h1,
.wtg-page-hero h1,
.wtg-section-heading h2,
.entry-title,
.wp-block-heading {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.wtg-hero h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.wtg-page-hero h1,
.wtg-section-heading h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.wtg-hero p,
.wtg-section-heading p,
.wtg-hero-text {
  color: var(--wtg-copy-soft);
  font-size: 1rem;
}

.wtg-page-hero-media {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--wtg-line);
  border-radius: calc(var(--wtg-radius) - 2px);
  background: #dfe7ef;
  box-shadow: 0 18px 34px rgba(24, 46, 74, 0.08);
}

.wtg-page-hero-media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

body.single-post .wtg-page-hero {
  padding-bottom: 34px;
}

body.single-post .wtg-page-hero-media img {
  height: clamp(260px, 26vw, 350px);
  max-height: none;
}

.wtg-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.wtg-context-card {
  padding: 20px 20px 18px;
  border: 1px solid var(--wtg-line);
  border-radius: calc(var(--wtg-radius) - 4px);
  background:
    linear-gradient(180deg, rgba(232, 176, 75, 0.07) 0%, rgba(37, 63, 97, 0.02) 100%),
    #fff;
  box-shadow: 0 14px 28px rgba(24, 46, 74, 0.05);
}

.wtg-context-card h3 {
  margin: 0 0 10px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.wtg-context-card p {
  margin: 0;
  color: var(--wtg-copy-soft);
}

.wtg-job-support-panel,
.wtg-job-apply-panel {
  display: grid;
  gap: 22px;
  margin-top: 30px;
  padding: 28px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(232, 176, 75, 0.12), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 16px 34px rgba(24, 46, 74, 0.06);
}

.wtg-job-detail-grid,
.wtg-thank-you-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.wtg-job-check-card,
.wtg-mini-step {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--wtg-line);
  border-radius: calc(var(--wtg-radius) - 4px);
  background: rgba(255, 255, 255, 0.92);
}

.wtg-job-check-card h3,
.wtg-job-apply-panel h2,
.wtg-job-apply-panel h3 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.22;
}

.wtg-job-check-card h3 {
  font-size: 1.05rem;
}

.wtg-job-check-card p,
.wtg-job-apply-panel p,
.wtg-mini-step p {
  margin: 0;
  color: var(--wtg-copy-soft);
}

.wtg-job-match-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.wtg-job-match-summary.is-compact {
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 14px 0 16px;
}

.wtg-job-match-summary.is-panel {
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(232, 176, 75, 0.07) 0%, rgba(37, 63, 97, 0.02) 100%),
    #fff;
}

.wtg-job-match-summary.is-sidebar {
  grid-template-columns: 1fr;
  margin: 10px 0 0;
}

.wtg-job-match-item {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(192, 212, 224, 0.75);
  border-radius: 12px;
  background: rgba(248, 251, 252, 0.92);
}

.wtg-job-match-item span {
  color: var(--wtg-copy-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wtg-job-match-item strong {
  color: var(--wtg-navy);
  font-size: 0.95rem;
  line-height: 1.25;
}

.wtg-job-lead-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--wtg-line);
  border-radius: calc(var(--wtg-radius) - 2px);
  background:
    radial-gradient(circle at 0 0, rgba(232, 176, 75, 0.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

.wtg-job-lead-copy {
  display: grid;
  align-content: center;
  gap: 10px;
  max-width: 780px;
  min-width: 0;
}

.wtg-job-lead-copy h2 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.15;
}

.wtg-job-lead-copy p {
  margin: 0;
  color: var(--wtg-copy);
}

.wtg-job-brief-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.wtg-job-brief-list div {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 78px;
  padding: 12px 14px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.wtg-job-brief-list dt {
  color: var(--wtg-copy-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wtg-job-brief-list dd {
  margin: 0;
  color: var(--wtg-navy);
  font-weight: 900;
  line-height: 1.25;
}

.wtg-job-next-step-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -8px 0 24px;
}

.wtg-job-next-step-band article {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(192, 212, 224, 0.84);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.11), transparent 38%),
    #fff;
  box-shadow: 0 12px 26px rgba(24, 46, 74, 0.05);
}

.wtg-job-next-step-band span {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(232, 176, 75, 0.14);
  color: var(--wtg-gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.wtg-job-next-step-band strong {
  min-height: 2.55em;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.25;
}

.wtg-job-next-step-band p {
  margin: 0;
  color: var(--wtg-copy-soft);
  font-size: 0.91rem;
  line-height: 1.52;
}

.wtg-job-next-step-band .wtg-button,
.wtg-job-next-step-band .wtg-save-role-button {
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  border-radius: 10px;
  justify-content: center;
}

.wtg-save-role-button.is-inline {
  flex: 0 0 auto;
}

.wtg-job-conversation-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.wtg-job-conversation-path article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 16px;
  background: #fff;
}

.wtg-job-conversation-path span {
  display: inline-flex;
  width: 38px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wtg-navy);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.wtg-job-conversation-path h3 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.2;
}

.wtg-job-conversation-path p {
  margin: 0;
  color: var(--wtg-copy-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.wtg-job-apply-panel .wtg-job-detail-grid {
  grid-template-columns: 1fr;
}

.wtg-job-apply-panel--wide {
  margin-top: 0;
}

.wtg-job-apply-panel--wide .wtg-job-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wtg-job-apply-panel .wtg-job-check-card {
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 8px 18px;
}

.wtg-job-apply-panel--wide .wtg-job-check-card {
  grid-template-columns: 1fr;
}

.wtg-job-apply-panel .wtg-job-check-card .wtg-card-topline,
.wtg-job-apply-panel .wtg-job-check-card h3 {
  grid-column: 1;
}

.wtg-job-apply-panel .wtg-job-check-card p {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.wtg-job-apply-panel--wide .wtg-job-check-card .wtg-card-topline,
.wtg-job-apply-panel--wide .wtg-job-check-card h3,
.wtg-job-apply-panel--wide .wtg-job-check-card p {
  grid-column: auto;
  grid-row: auto;
}

.wtg-job-prepare-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-job-prepare-list li {
  position: relative;
  padding-left: 18px;
  color: var(--wtg-copy);
}

.wtg-job-prepare-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wtg-gold);
}

.wtg-role-fit-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--wtg-line);
  border-radius: calc(var(--wtg-radius) - 4px);
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.wtg-role-fit-panel h3 {
  margin: 10px 0 8px;
}

.wtg-role-fit-panel p {
  margin: 0;
}

.wtg-role-fit-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wtg-role-fit-options label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 100%;
  padding: 12px;
  border: 1px solid rgba(192, 212, 224, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--wtg-copy);
  font-weight: 650;
  line-height: 1.45;
}

.wtg-role-fit-options input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--wtg-navy);
}

.wtg-role-fit-status {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(37, 63, 97, 0.12);
  border-radius: 12px;
  background: var(--wtg-ice);
}

.wtg-role-fit-status strong {
  color: var(--wtg-navy);
}

.wtg-role-fit-status span {
  color: var(--wtg-copy-soft);
}

.wtg-job-action-card {
  display: grid;
  gap: 14px;
}

.wtg-job-action-card h3,
.wtg-job-action-card p {
  margin: 0;
}

.wtg-job-action-card .wtg-button,
.wtg-job-action-card .wtg-save-role-button {
  width: 100%;
  justify-content: center;
}

.wtg-sidebar-note {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(232, 176, 75, 0.08) 0%, rgba(247, 249, 251, 0.92) 100%),
    #fff;
}

.wtg-sidebar-note strong {
  color: var(--wtg-navy);
}

.wtg-sidebar-note span {
  color: var(--wtg-copy-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.wtg-related-role-list li {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 12px;
  background: rgba(248, 251, 252, 0.92);
}

.wtg-related-role-list li + li {
  margin-top: 8px;
}

.wtg-related-role-list li::before {
  display: none;
}

.wtg-related-role-list a {
  color: var(--wtg-navy);
  font-weight: 900;
  line-height: 1.25;
}

.wtg-related-role-list span {
  color: var(--wtg-copy-soft);
  font-size: 0.85rem;
  font-weight: 800;
}

.wtg-hero-panel-grid,
.wtg-card-grid,
.wtg-home-split,
.wtg-layout,
.wtg-audience-grid,
.wtg-footer-grid,
.wtg-form-grid {
  display: grid;
  gap: 20px;
}

.wtg-hero-panel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.wtg-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wtg-route-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 14px 30px rgba(24, 46, 74, 0.06);
}

.wtg-route-card h2 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.wtg-route-card p {
  margin: 0;
  color: var(--wtg-copy);
}

.wtg-route-card .wtg-link {
  margin-top: auto;
}

.wtg-hero-slide,
.wtg-card,
.wtg-content-surface,
.wtg-sidebar-card,
.wtg-featured-post,
.wtg-audience-card,
.wtg-demo-form-shell {
  padding: 24px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background: #fff;
}

.wtg-hero-visual,
.wtg-card-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--wtg-radius) - 4px);
}

.wtg-hero-visual {
  min-height: 100%;
  border: 1px solid var(--wtg-line);
  background: #dfe7ef;
}

.wtg-hero-visual img,
.wtg-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wtg-hero-visual img {
  min-height: 100%;
}

.wtg-hero-visual::after,
.wtg-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(24, 46, 74, 0.22) 100%);
}

.wtg-hero-visual-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px rgba(24, 46, 74, 0.14);
}

.wtg-hero-visual-badge strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.3;
}

.wtg-hero-slide {
  background:
    linear-gradient(180deg, rgba(232, 176, 75, 0.06) 0%, rgba(37, 63, 97, 0.03) 100%),
    #fff;
}

.wtg-hero-slide h2,
.wtg-card h3,
.wtg-content-surface h2,
.wtg-content-surface h3,
.wtg-sidebar-card h3,
.wtg-featured-post h3,
.wtg-audience-card h3 {
  margin: 0 0 12px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
}

.wtg-benefit-list,
.wtg-checklist,
.wtg-sidebar-card ul,
.wtg-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-benefit-list li,
.wtg-checklist li,
.wtg-sidebar-card li,
.wtg-site-footer li {
  position: relative;
  padding-left: 18px;
}

.wtg-benefit-list li + li,
.wtg-checklist li + li,
.wtg-sidebar-card li + li,
.wtg-site-footer li + li {
  margin-top: 10px;
}

.wtg-benefit-list li::before,
.wtg-checklist li::before,
.wtg-sidebar-card li::before,
.wtg-site-footer li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wtg-gold);
}

.wtg-search-strip {
  padding: 20px 0;
  border-top: 1px solid var(--wtg-line);
  border-bottom: 1px solid var(--wtg-line);
  background: var(--wtg-cream);
}

.wtg-search-strip .wtg-container {
  display: grid;
  gap: 16px;
}

.wtg-search-strip-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.wtg-section {
  padding: 66px 0;
}

.wtg-section.is-soft {
  background: var(--wtg-ice);
}

.wtg-section-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.wtg-section-heading.is-left {
  margin-left: 0;
  text-align: left;
}

.wtg-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
}

.wtg-audience-section {
  padding-top: 34px;
}

.wtg-audience-grid,
.wtg-footer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtg-audience-card {
  padding: 28px;
}

.wtg-audience-card .wtg-card-media,
.wtg-featured-post .wtg-card-media {
  margin: -4px -4px 18px;
  aspect-ratio: 16 / 9;
}

.wtg-insight-hub,
.wtg-region-grid {
  margin-bottom: 34px;
}

body.blog .wtg-page-hero {
  padding-bottom: 34px;
}

body.blog .wtg-page-hero-media img {
  height: clamp(250px, 26vw, 340px);
  max-height: none;
}

.wtg-insight-path-section {
  margin-bottom: 34px;
}

.wtg-insight-path-section .wtg-section-heading,
.wtg-insight-hub .wtg-section-heading,
.wtg-insight-latest-section .wtg-heading-inline {
  margin-bottom: 18px;
}

.wtg-insight-path-section .wtg-section-heading h2,
.wtg-insight-hub .wtg-section-heading h2,
.wtg-insight-latest-section .wtg-heading-inline h2 {
  font-size: clamp(1.7rem, 2.55vw, 2.35rem);
  line-height: 1.12;
}

.wtg-insight-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wtg-insight-path-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 244px;
  padding: 22px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at 92% 8%, rgba(232, 176, 75, 0.14), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 14px 28px rgba(24, 46, 74, 0.05);
}

.wtg-insight-path-card h3 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.22;
}

.wtg-insight-path-card p {
  margin: 0;
  color: var(--wtg-copy);
  line-height: 1.58;
}

.wtg-insight-path-card .wtg-link {
  margin-top: auto;
}

.wtg-insight-hub-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wtg-insight-hub-grid .wtg-card {
  padding: 18px;
}

.wtg-insight-hub-grid .wtg-card-media {
  margin: -2px -2px 14px;
  aspect-ratio: 16 / 10;
}

.wtg-insight-hub-grid .wtg-card h3 {
  font-size: 1.15rem;
  line-height: 1.26;
}

.wtg-insight-hub-grid .wtg-card p,
.wtg-insight-latest-grid .wtg-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wtg-insights-next-card {
  display: grid;
  gap: 14px;
}

.wtg-insights-next-card p {
  margin: 0;
}

.wtg-insights-next-card .wtg-button {
  width: 100%;
  justify-content: center;
}

.wtg-insight-latest-section {
  margin-top: 36px;
}

.wtg-insight-latest-section .wtg-heading-inline {
  align-items: center;
}

.wtg-insight-latest-section .wtg-heading-inline > div {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.wtg-insight-latest-section .wtg-heading-inline p {
  margin: 0;
  color: var(--wtg-copy-soft);
}

.wtg-category-guide-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: 20px;
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at 96% 10%, rgba(232, 176, 75, 0.15), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.wtg-category-guide-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.wtg-category-guide-copy h2 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.45vw, 2.15rem);
  line-height: 1.16;
}

.wtg-category-guide-copy p {
  margin: 0;
  color: var(--wtg-copy);
}

.wtg-category-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wtg-category-guide-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 172px;
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 22px rgba(24, 46, 74, 0.045);
}

.wtg-category-guide-card strong {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(232, 176, 75, 0.15);
  color: var(--wtg-gold-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wtg-category-guide-card span {
  color: var(--wtg-copy);
  font-size: 0.94rem;
  line-height: 1.5;
}

.wtg-insight-topics {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 16px;
  background: #fff;
}

.wtg-insight-topics .wtg-section-heading {
  margin-bottom: 0;
}

.wtg-insight-topics .wtg-section-heading h2 {
  margin-top: 6px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.wtg-category-article-section {
  display: grid;
  gap: 18px;
}

.wtg-category-article-section .wtg-heading-inline {
  align-items: center;
}

.wtg-category-article-section .wtg-heading-inline > div {
  display: grid;
  gap: 8px;
}

.wtg-category-article-section .wtg-heading-inline h2 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.55vw, 2.2rem);
  line-height: 1.16;
}

.wtg-card-grid.wtg-category-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wtg-category-article-grid .wtg-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wtg-category-cta-panel {
  align-items: flex-start;
}

.wtg-insights-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 20px;
  margin-bottom: 34px;
  align-items: start;
}

.wtg-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.wtg-card-grid.wtg-insight-hub-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wtg-card-grid.wtg-insight-latest-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wtg-directory .wtg-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wtg-directory .wtg-job-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0 0 16px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.wtg-directory .wtg-job-card {
  padding: 20px;
}

.wtg-directory .wtg-job-card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.24;
}

.wtg-directory .wtg-job-card .wtg-card-topline {
  margin-bottom: 10px;
}

.wtg-job-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.wtg-job-card-actions .wtg-link {
  margin-top: 0;
}

.wtg-save-role-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(192, 212, 224, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--wtg-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(24, 46, 74, 0.05);
}

.wtg-save-role-button:hover,
.wtg-save-role-button:focus-visible {
  border-color: rgba(232, 176, 75, 0.78);
  background: rgba(232, 176, 75, 0.12);
}

.wtg-save-role-button.is-saved {
  border-color: rgba(232, 176, 75, 0.82);
  background: rgba(232, 176, 75, 0.16);
  color: var(--wtg-gold-deep);
}

.wtg-save-role-button.is-sidebar {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

.wtg-saved-roles-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  margin: 18px 0 20px;
  padding: 20px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at 8% 5%, rgba(232, 176, 75, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(248, 251, 252, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 0 14px 30px rgba(24, 46, 74, 0.06);
}

.wtg-saved-roles-panel[hidden] {
  display: none;
}

.wtg-saved-roles-copy {
  display: grid;
  gap: 10px;
}

.wtg-saved-roles-copy h3 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.16;
}

.wtg-saved-roles-copy p {
  margin: 0;
  color: var(--wtg-copy-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.wtg-saved-roles-summary {
  display: grid;
  gap: 12px;
}

.wtg-saved-roles-list {
  display: grid;
  gap: 8px;
}

.wtg-saved-role-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(192, 212, 224, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.wtg-saved-role-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.wtg-saved-role-copy a {
  overflow: hidden;
  color: var(--wtg-navy);
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtg-saved-role-copy span {
  overflow: hidden;
  color: var(--wtg-copy-soft);
  font-size: 0.8rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtg-saved-role-item button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(192, 212, 224, 0.86);
  border-radius: 999px;
  background: #fff;
  color: var(--wtg-copy);
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.wtg-saved-roles-actions {
  justify-content: flex-start;
  gap: 10px;
}

.wtg-saved-roles-panel.is-sidebar {
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 14px;
  box-shadow: none;
}

.wtg-saved-roles-panel.is-sidebar .wtg-saved-roles-copy h3 {
  font-size: 1.02rem;
}

.wtg-saved-roles-panel.is-sidebar .wtg-saved-roles-copy p {
  font-size: 0.85rem;
}

.wtg-saved-roles-panel.is-sidebar .wtg-saved-role-item {
  grid-template-columns: 1fr;
}

.wtg-saved-roles-panel.is-sidebar .wtg-saved-roles-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.wtg-saved-roles-panel.is-sidebar .wtg-button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  font-size: 0.82rem;
}

.wtg-directory .wtg-job-match-summary.is-compact {
  gap: 6px;
  margin: 12px 0 14px;
}

.wtg-directory .wtg-job-match-summary.is-compact .wtg-job-match-item {
  gap: 2px;
  padding: 7px 9px;
  border-radius: 10px;
}

.wtg-directory .wtg-job-match-summary.is-compact .wtg-job-match-item span {
  font-size: 0.65rem;
}

.wtg-directory .wtg-job-match-summary.is-compact .wtg-job-match-item strong {
  font-size: 0.84rem;
  line-height: 1.2;
}

.wtg-directory .wtg-card-grid.has-one-result .wtg-job-card {
  grid-column: span 2;
}

.wtg-directory .wtg-empty-state {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: 22px;
  align-items: center;
  padding: 26px;
  background:
    radial-gradient(circle at 92% 10%, rgba(232, 176, 75, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(248, 251, 252, 0.98), rgba(255, 255, 255, 0.92));
}

.wtg-empty-state-copy {
  display: grid;
  gap: 12px;
  align-items: start;
}

.wtg-empty-state-copy .wtg-card-topline {
  justify-self: start;
}

.wtg-empty-state-copy h3 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.12;
}

.wtg-empty-state-copy p {
  max-width: 780px;
  margin: 0;
  color: var(--wtg-copy-soft);
}

.wtg-empty-state-copy .wtg-action-row {
  margin-top: 4px;
}

.wtg-empty-state-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(192, 212, 224, 0.78);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.wtg-empty-state-panel strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.wtg-empty-state-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-empty-state-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--wtg-copy-soft);
}

.wtg-empty-state-panel li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wtg-gold);
}

.wtg-results-guidance-card {
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(232, 176, 75, 0.12), rgba(248, 251, 252, 0.96)),
    #fff;
}

.wtg-results-guidance-card.is-after-one-result {
  grid-column: span 2;
}

.wtg-results-guidance-card.is-after-two-results {
  grid-column: span 2;
}

.wtg-results-guidance-card p {
  max-width: 720px;
}

.wtg-results-guidance-card .wtg-tag-row {
  margin: 8px 0 18px;
}

.wtg-results-guidance-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(192, 212, 224, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
  list-style: none;
}

.wtg-results-guidance-list li {
  position: relative;
  padding-left: 18px;
  color: var(--wtg-copy-soft);
  font-size: 0.95rem;
}

.wtg-results-guidance-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wtg-gold);
}

.wtg-results-guidance-card .wtg-button {
  align-self: flex-start;
  margin-top: auto;
}

.wtg-card-grid > .wtg-card,
.wtg-job-list .wtg-card-grid > .wtg-card,
.wtg-insights-feature > .wtg-featured-post,
.wtg-insights-feature > .wtg-sidebar-card {
  height: 100%;
}

.wtg-card,
.wtg-featured-post,
.wtg-audience-card {
  display: flex;
  flex-direction: column;
}

.wtg-card .wtg-link,
.wtg-featured-post .wtg-link,
.wtg-audience-card .wtg-button {
  margin-top: auto;
}

.wtg-card-topline,
.wtg-job-meta span,
.wtg-card-meta span,
.wtg-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wtg-ice);
  color: var(--wtg-copy);
  font-size: 0.82rem;
  font-weight: 700;
}

.wtg-job-list .wtg-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtg-job-meta,
.wtg-card-meta,
.wtg-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.wtg-home-split,
.wtg-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
}

.wtg-home-split {
  align-items: stretch;
}

.wtg-layout {
  align-items: start;
}

.wtg-layout--job-single {
  grid-template-columns: 1fr;
}

.wtg-job-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 20px;
  align-items: stretch;
}

.wtg-job-top-grid > .wtg-content-surface,
.wtg-job-top-grid > .wtg-sidebar-card {
  min-height: 100%;
}

.wtg-job-top-grid > .wtg-sidebar-card {
  position: static;
  align-self: stretch;
}

.wtg-single-wrap .wtg-layout {
  align-items: start;
}

.wtg-single-wrap .wtg-sidebar-card {
  position: sticky;
  top: 116px;
  align-self: start;
}

.wtg-layout--insight-single {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 24px;
}

.wtg-layout--insight-single .wtg-content-surface {
  padding: 28px;
}

.wtg-insight-lead-panel {
  display: grid;
  gap: 22px;
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: var(--wtg-radius);
  background:
    radial-gradient(circle at 92% 14%, rgba(232, 176, 75, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(247, 249, 251, 0.96), rgba(255, 255, 255, 0.98));
}

.wtg-insight-lead-panel h2 {
  margin: 10px 0 8px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.18;
}

.wtg-insight-lead-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--wtg-copy);
}

.wtg-insight-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wtg-insight-decision-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 146px;
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(24, 46, 74, 0.05);
}

.wtg-insight-decision-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: max-content;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(232, 176, 75, 0.15);
  color: var(--wtg-gold-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wtg-insight-decision-card span {
  color: var(--wtg-copy);
  font-size: 0.94rem;
  line-height: 1.52;
}

.wtg-layout--insight-single .entry-content {
  font-size: 1.02rem;
}

.wtg-layout--insight-single .entry-content p,
.wtg-layout--insight-single .entry-content li {
  line-height: 1.76;
}

.wtg-layout--insight-single .entry-content h2 {
  margin-top: 34px;
  padding-top: 6px;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.24;
}

.wtg-insight-sidebar {
  display: grid;
  gap: 14px;
}

.wtg-insight-sidebar p {
  margin: 0;
}

.wtg-insight-sidebar .wtg-button {
  width: 100%;
  justify-content: center;
}

.wtg-insight-action-list,
.wtg-insight-latest-list {
  display: grid;
  gap: 10px;
}

.wtg-insight-action-list li,
.wtg-insight-latest-list li {
  margin: 0 !important;
}

.wtg-insight-action-list li {
  min-height: 62px;
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(203, 213, 225, 0.84);
  border-radius: 14px;
  background: rgba(247, 249, 251, 0.78);
  line-height: 1.42;
}

.wtg-insight-action-list li::before {
  top: 20px;
  left: 14px;
}

.wtg-insight-latest-list li {
  padding: 0 0 0 18px;
  line-height: 1.42;
}

.wtg-insight-latest-list a {
  color: var(--wtg-navy);
  font-weight: 800;
}

.wtg-layout--insight-single .wtg-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wtg-layout--insight-single .wtg-card {
  min-height: 254px;
  padding: 18px;
}

.wtg-layout.is-wide {
  grid-template-columns: 1fr;
}

.wtg-layout--school-recruitment-faq .entry-content > ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.wtg-layout--school-recruitment-faq .entry-content > ul > li {
  padding: 16px 18px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(232, 176, 75, 0.07), rgba(248, 251, 252, 0.94)),
    #fff;
}

.wtg-layout--school-recruitment-faq .entry-content > ul > li strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.wtg-layout.is-region-jobs .wtg-content-surface {
  padding: 28px;
}

.wtg-layout.is-region-jobs .entry-content > p:first-child {
  max-width: 880px;
  margin-bottom: 20px;
  color: var(--wtg-copy);
  font-size: 1.05rem;
  line-height: 1.65;
}

.wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid.has-one-result {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid.has-one-result .wtg-job-card,
.wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid.has-one-result .wtg-results-guidance-card.is-after-one-result {
  grid-column: span 1;
}

.wtg-layout.is-region-jobs .wtg-job-card {
  min-width: 0;
}

.wtg-layout.is-region-jobs .wtg-job-match-summary.is-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.wtg-layout.is-region-jobs .wtg-job-match-item {
  padding: 10px;
}

.wtg-layout.is-region-jobs .wtg-job-match-item strong {
  font-size: 0.88rem;
  line-height: 1.25;
}

.wtg-layout.is-region-jobs .wtg-content-surface .wtg-cta-panel {
  margin-top: 34px;
}

.wtg-layout.is-region-jobs .wtg-job-support-panel {
  gap: 18px;
  padding: 24px 28px 28px;
}

.wtg-layout.is-region-jobs .wtg-job-support-panel .wtg-section-heading {
  margin-bottom: 8px;
}

.wtg-layout.is-region-jobs .wtg-job-support-panel .wtg-section-heading h2 {
  max-width: 780px;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  line-height: 1.12;
}

.wtg-layout.is-region-jobs .wtg-job-support-panel .wtg-section-heading p {
  max-width: 780px;
}

.wtg-layout.is-region-jobs .wtg-job-check-card {
  padding: 16px 18px;
}

.wtg-layout.is-account {
  max-width: var(--wtg-max);
  margin: 0 auto;
}

.wtg-layout.is-account .wtg-content-surface {
  padding: 0;
  border: 0;
  background: transparent;
}

.wtg-layout.is-conversion .wtg-content-surface {
  padding: 0;
  border: 0;
  background: transparent;
}

.wtg-enquiry-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.wtg-auth-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  gap: 22px;
  align-items: stretch;
}

.wtg-enquiry-form-panel {
  min-height: 100%;
}

.wtg-auth-form-panel {
  min-height: 100%;
}

.wtg-enquiry-copy,
.wtg-auth-copy,
.wtg-enquiry-form-panel .wtg-demo-form-shell,
.wtg-auth-form-panel .wtg-demo-form-shell {
  height: 100%;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background: #fff;
  box-shadow: 0 16px 34px rgba(24, 46, 74, 0.05);
}

.wtg-enquiry-copy,
.wtg-auth-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.11), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.wtg-enquiry-copy h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.wtg-auth-copy h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.wtg-enquiry-copy p,
.wtg-auth-copy p,
.wtg-decision-item p,
.wtg-enquiry-next-card p {
  margin: 0;
  color: var(--wtg-copy);
}

.wtg-enquiry-copy > p:empty,
.wtg-auth-copy > p:empty,
.wtg-decision-item > p:empty,
.wtg-decision-item strong + p:empty,
.wtg-enquiry-next-card > p:empty {
  display: none;
}

.wtg-conversion-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wtg-conversion-mini-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.wtg-conversion-mini-card strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.25;
}

.wtg-conversion-mini-card span {
  color: var(--wtg-copy);
  font-size: 0.92rem;
  line-height: 1.55;
}

.wtg-decision-list {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.wtg-decision-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
}

.wtg-decision-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--wtg-navy);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.wtg-decision-item > div {
  grid-column: 2;
  min-width: 0;
}

.wtg-decision-item strong,
.wtg-enquiry-next-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.3;
}

.wtg-enquiry-next-card {
  margin-top: auto;
  padding: 16px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.92);
}

.wtg-conversion-prepare-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(232, 176, 75, 0.26);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 251, 242, 0.96) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.wtg-conversion-prepare-card .wtg-card-topline {
  justify-self: start;
}

.wtg-conversion-prepare-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-conversion-prepare-card li {
  position: relative;
  padding-left: 24px;
  color: var(--wtg-copy);
  line-height: 1.55;
}

.wtg-conversion-prepare-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wtg-gold);
  transform: translateY(-50%);
}

.wtg-enquiry-next-card .wtg-action-row {
  margin-top: 14px;
}

.wtg-enquiry-form-panel .wtg-demo-form-shell {
  padding: 28px;
}

.wtg-enquiry-form-panel .wtg-section-heading {
  margin-bottom: 20px;
}

.wtg-enquiry-form-panel .wtg-section-heading h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
}

.wtg-form-readiness-strip {
  display: grid;
  gap: 10px;
  margin: -4px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.12), transparent 44%),
    var(--wtg-ice);
}

.wtg-form-readiness-strip strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.2;
}

.wtg-form-readiness-strip ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-form-readiness-strip li {
  position: relative;
  padding-left: 18px;
  color: var(--wtg-copy);
  font-size: 0.9rem;
  line-height: 1.45;
}

.wtg-form-readiness-strip li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wtg-gold);
  content: "";
}

.wtg-enquiry-form-panel .wtg-form-actions {
  align-items: flex-start;
}

.wtg-enquiry-form-panel .wtg-form-actions .wtg-form-note {
  flex: 1 1 240px;
  margin: 0;
}

.wtg-home-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.wtg-home-column-header {
  display: grid;
  align-content: start;
  min-height: 84px;
  margin-bottom: 0;
}

.wtg-home-column-header h2 {
  max-width: 12ch;
  min-height: 2.5em;
  margin-bottom: 0;
}

.wtg-home-featured-stack {
  display: grid;
  gap: 18px;
}

.wtg-home-primary-card {
  height: 100%;
  min-height: 448px;
}

.wtg-home-primary-card .wtg-card-topline {
  margin-bottom: 10px;
}

.wtg-home-primary-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.3;
}

.wtg-home-primary-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

.wtg-home-column > .wtg-home-primary-card {
  padding: 24px;
}

.wtg-home-column > .wtg-home-primary-card p {
  -webkit-line-clamp: 3;
}

.wtg-testimonial-stack {
  display: grid;
  gap: 14px;
}

.wtg-testimonial-quote {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  border-top: 3px solid var(--wtg-gold);
  background: linear-gradient(180deg, #fff 0%, #fdfaf4 100%);
  min-height: 176px;
}

.wtg-testimonial-quote .wtg-card-topline {
  margin-bottom: 10px;
}

.wtg-testimonial-quote h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.wtg-testimonial-quote p {
  margin: 0 0 14px;
  color: var(--wtg-copy);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wtg-testimonial-quote .wtg-link {
  margin-top: auto;
}

.wtg-featured-post {
  background: linear-gradient(180deg, #fff 0%, #fdfaf4 100%);
}

.wtg-featured-post + .wtg-featured-post {
  margin-top: 18px;
}

.wtg-featured-post.is-compact .wtg-card-media {
  display: none;
}

.wtg-featured-post.is-compact {
  padding: 20px 24px;
  min-height: 176px;
}

.wtg-featured-post.is-compact h3 {
  margin-bottom: 8px;
}

.wtg-featured-post.is-compact p {
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
}

.wtg-cta {
  border-top: 1px solid var(--wtg-line);
}

.wtg-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--wtg-line);
  border-radius: var(--wtg-radius);
  background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
}

.wtg-content-surface .wtg-cta-panel {
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: 14px;
}

.wtg-content-surface .wtg-cta-panel .wtg-card-topline,
.wtg-content-surface .wtg-cta-panel .wtg-eyebrow {
  justify-self: start;
}

.wtg-content-surface .wtg-cta-panel h2 {
  max-width: none;
  margin: 0;
}

.wtg-content-surface .wtg-cta-panel .wtg-action-row {
  justify-content: flex-start;
}

.wtg-page-wrap,
.wtg-single-wrap,
.wtg-archive-wrap {
  padding: 0 0 66px;
}

.wtg-content-surface > :first-child,
.wtg-sidebar-card > :first-child,
.entry-content > :first-child {
  margin-top: 0;
}

.entry-content a {
  color: var(--wtg-navy);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.entry-content a.wtg-button,
.wtg-content-surface a.wtg-button,
.wtg-demo-form-shell a.wtg-button,
.wtg-job-support-panel a.wtg-button,
.wtg-job-apply-panel a.wtg-button {
  color: #fff;
  text-decoration: none;
}

.entry-content a.wtg-button.is-light,
.wtg-content-surface a.wtg-button.is-light,
.wtg-demo-form-shell a.wtg-button.is-light,
.wtg-job-support-panel a.wtg-button.is-light,
.wtg-job-apply-panel a.wtg-button.is-light {
  color: var(--wtg-navy);
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}

.wtg-sidebar-divider {
  height: 1px;
  margin: 24px 0;
  background: var(--wtg-line);
}

.wtg-filter-bar {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--wtg-line);
  border-radius: 10px;
  background: #fff;
}

.wtg-filter-bar.is-compact {
  padding: 0;
  border: 0;
  background: transparent;
}

.wtg-results-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 14px 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(232, 176, 75, 0.08), rgba(248, 251, 252, 0.94)),
    #fff;
}

.wtg-results-summary span {
  display: inline-flex;
  color: var(--wtg-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wtg-results-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.wtg-results-summary em {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--wtg-copy);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.wtg-results-summary p {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--wtg-copy-soft);
}

.wtg-results-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.wtg-results-chip-row .wtg-results-chip {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(192, 212, 224, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--wtg-copy);
  letter-spacing: 0;
  text-transform: none;
}

.wtg-form-context-card {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(232, 176, 75, 0.12), rgba(243, 248, 250, 0.86)),
    #fff;
}

.wtg-form-context-card span {
  color: var(--wtg-gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wtg-form-context-card strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.wtg-form-context-card p {
  margin: 0;
  color: var(--wtg-copy-soft);
  font-size: 0.92rem;
}

.wtg-filter-field {
  display: grid;
  gap: 8px;
}

.wtg-filter-field span,
.wtg-form-field label {
  color: var(--wtg-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.wtg-filter-field select,
.wtg-form-field input,
.wtg-form-field select,
.wtg-form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--wtg-line-strong);
  border-radius: 6px;
  background: #fff;
  color: var(--wtg-copy);
}

.wtg-filter-field select,
.wtg-form-field select {
  appearance: none;
  padding-right: 40px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--wtg-navy) 50%),
    linear-gradient(135deg, var(--wtg-navy) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 13px) 52%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.wtg-form-field textarea {
  min-height: 130px;
  padding-top: 12px;
  resize: vertical;
}

.wtg-filter-actions {
  display: flex;
  gap: 10px;
}

.wtg-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtg-form-field {
  display: grid;
  gap: 8px;
}

.wtg-field-hint {
  color: var(--wtg-copy-soft);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.wtg-form-field.is-full {
  grid-column: 1 / -1;
}

.wtg-form-note,
.wtg-office-note {
  color: var(--wtg-copy-soft);
}

.wtg-thank-you-shell {
  gap: 22px;
}

.wtg-thank-you-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: stretch;
}

.wtg-thank-you-side-note,
.wtg-thank-you-prepare-card,
.wtg-thank-you-support-card {
  padding: 18px;
  border: 1px solid var(--wtg-line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(232, 176, 75, 0.1), transparent 34%),
    #fff;
}

.wtg-thank-you-side-note {
  display: grid;
  align-content: center;
  gap: 10px;
}

.wtg-thank-you-side-note strong,
.wtg-thank-you-prepare-card h3,
.wtg-thank-you-support-card h3,
.wtg-mini-step h3 {
  margin: 0;
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.22;
}

.wtg-thank-you-side-note p,
.wtg-thank-you-support-card p {
  margin: 0;
  color: var(--wtg-copy-soft);
}

.wtg-thank-you-ref {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--wtg-line);
  border-radius: 12px;
  background: var(--wtg-ice);
}

.wtg-thank-you-ref span {
  color: var(--wtg-copy-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wtg-thank-you-ref strong {
  color: var(--wtg-navy);
  font-size: 1.05rem;
}

.wtg-thank-you-summary {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--wtg-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.12), transparent 36%),
    #fff;
}

.wtg-thank-you-summary .wtg-job-match-summary.is-panel {
  margin: 0;
}

.wtg-thank-you-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 18px;
  align-items: stretch;
}

.wtg-thank-you-next-grid > section {
  display: grid;
  gap: 12px;
}

.wtg-mini-step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--wtg-navy);
  color: #fff;
  font-weight: 800;
}

.wtg-mini-step h3 {
  font-size: 1.08rem;
}

.wtg-thank-you-prepare-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.wtg-thank-you-prepare-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtg-thank-you-prepare-card li {
  position: relative;
  padding-left: 18px;
  color: var(--wtg-copy);
  font-weight: 700;
  line-height: 1.45;
}

.wtg-thank-you-prepare-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wtg-gold);
}

.wtg-thank-you-support-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(247, 249, 251, 0.96), rgba(255, 249, 238, 0.9)),
    #fff;
}

.wtg-thank-you-contact {
  display: grid;
  gap: 8px;
  justify-items: end;
  white-space: nowrap;
}

.wtg-thank-you-contact a {
  color: var(--wtg-navy);
  font-weight: 900;
}

.wtg-auth-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
}

.wtg-auth-notice.is-success {
  background: #edf8f0;
  color: #1f6b35;
}

.wtg-auth-notice.is-error {
  background: #fff1f1;
  color: #9c2d2d;
}

.wtg-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.wtg-auth-footnote-card {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(192, 212, 224, 0.82);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.12), transparent 38%),
    var(--wtg-ice);
}

.wtg-auth-footnote-card strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.25;
}

.wtg-auth-footnote-card p {
  margin: 0;
  color: var(--wtg-copy);
  font-size: 0.94rem;
  line-height: 1.55;
}

.wtg-site-footer {
  padding: 54px 0 26px;
  background: var(--wtg-footer);
  color: rgba(255, 255, 255, 0.82);
}

.wtg-footer-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr) minmax(220px, 0.9fr);
  align-items: start;
  gap: 28px;
}

.wtg-footer-nav-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.wtg-footer-brand,
.wtg-footer-contact,
.wtg-footer-nav-columns > div {
  padding-top: 8px;
}

.wtg-site-footer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.wtg-site-footer a {
  color: rgba(255, 255, 255, 0.88);
}

.wtg-site-footer a:hover {
  color: #fff;
}

.wtg-footer-contact ul span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wtg-footer-route-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wtg-footer-route-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(232, 176, 75, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 40px rgba(7, 18, 31, 0.16);
}

.wtg-footer-route-card span {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(232, 176, 75, 0.16);
  color: #ffd48a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.wtg-footer-route-card h3 {
  margin: 2px 0 0;
  max-width: 310px;
  min-height: 2.65em;
  font-size: 1.08rem;
  line-height: 1.22;
}

.wtg-footer-route-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.58;
}

.wtg-footer-route-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.wtg-footer-route-card a:hover {
  border-color: rgba(232, 176, 75, 0.75);
  background: rgba(232, 176, 75, 0.18);
}

.wtg-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.wtg-pagination {
  margin-top: 24px;
}

.wtg-job-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  padding: 16px 18px;
  border: 1px solid var(--wtg-line);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(248, 251, 252, 0.96), rgba(255, 249, 238, 0.9)),
    #fff;
}

.wtg-job-pagination-status {
  display: grid;
  gap: 4px;
  color: var(--wtg-copy-soft);
}

.wtg-job-pagination-status strong {
  color: var(--wtg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.15;
}

.wtg-job-pagination-status span {
  max-width: 640px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.wtg-job-pagination-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.wtg-job-pagination .page-numbers {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(192, 212, 224, 0.95);
  border-radius: 999px;
  background: #fff;
  color: var(--wtg-navy);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.wtg-job-pagination .page-numbers.is-next {
  border-color: var(--wtg-gold);
  background: var(--wtg-gold);
  color: #fff;
  box-shadow: 0 14px 28px rgba(205, 124, 32, 0.18);
}

.wtg-job-pagination .page-numbers.is-prev {
  border-color: var(--wtg-navy);
  background: var(--wtg-navy);
  color: #fff;
}

.wtg-job-pagination .page-numbers.is-secondary {
  background: rgba(255, 255, 255, 0.74);
  color: var(--wtg-copy-soft);
}

@media (max-width: 1080px) {
  .wtg-hero-panel-grid,
  .wtg-route-grid,
  .wtg-card-grid,
  .wtg-job-list .wtg-card-grid,
  .wtg-insights-feature,
  .wtg-context-grid,
  .wtg-job-detail-grid,
  .wtg-job-lead-panel,
  .wtg-job-conversation-path,
  .wtg-job-match-summary,
  .wtg-thank-you-steps,
  .wtg-hero-main,
  .wtg-home-split,
  .wtg-layout,
  .wtg-footer-grid,
  .wtg-footer-nav-columns,
  .wtg-results-summary,
  .wtg-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .wtg-job-lead-panel {
    grid-template-columns: 1fr;
  }

  .wtg-layout--job-single {
    grid-template-columns: 1fr;
  }

  .wtg-card-grid.wtg-insight-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtg-category-guide-panel {
    grid-template-columns: 1fr;
  }

  .wtg-category-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wtg-layout--insight-single {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }

  .wtg-job-pagination {
    grid-template-columns: 1fr;
  }

  .wtg-job-pagination-links {
    justify-content: flex-start;
  }

  .wtg-footer-brand,
  .wtg-cta-panel {
    grid-column: 1 / -1;
  }

  .wtg-cta-panel,
  .wtg-hero-lead,
  .wtg-heading-inline {
    align-items: flex-start;
  }

  .wtg-directory .wtg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid.has-one-result {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtg-layout.is-region-jobs .wtg-job-match-summary.is-compact {
    grid-template-columns: 1fr;
  }

  .wtg-directory .wtg-card-grid.has-one-result .wtg-job-card {
    grid-column: span 1;
  }

  .wtg-results-guidance-card.is-after-one-result {
    grid-column: span 1;
  }

  .wtg-results-guidance-card.is-after-two-results {
    grid-column: 1 / -1;
  }

  .wtg-enquiry-flow {
    grid-template-columns: 1fr;
  }

  .wtg-auth-flow {
    grid-template-columns: 1fr;
  }

  .wtg-enquiry-copy h2 {
    max-width: none;
  }

  .wtg-auth-copy h2 {
    max-width: none;
  }

  .wtg-conversion-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wtg-job-top-grid,
  .wtg-job-apply-panel--wide .wtg-job-detail-grid,
  .wtg-thank-you-hero-grid,
  .wtg-thank-you-next-grid,
  .wtg-thank-you-support-card {
    grid-template-columns: 1fr;
  }

  .wtg-thank-you-contact {
    justify-items: start;
    white-space: normal;
  }

  .wtg-footer-route-strip {
    grid-template-columns: 1fr;
  }

  .wtg-footer-route-card {
    min-height: 0;
  }

  .wtg-footer-route-card h3 {
    min-height: 0;
  }

  .wtg-job-next-step-band {
    grid-template-columns: 1fr;
  }

  .wtg-job-next-step-band article,
  .wtg-job-next-step-band strong {
    min-height: 0;
  }

  .wtg-hero,
  .wtg-page-hero {
    padding: 32px 0 24px;
  }

  .wtg-hero-main {
    gap: 16px;
    margin-bottom: 16px;
  }

  .wtg-hero-lead {
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
  }

  .wtg-hero h1 {
    font-size: clamp(2.1rem, 8.6vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .wtg-page-hero h1,
  .wtg-section-heading h2 {
    font-size: clamp(1.9rem, 7.6vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
  }

  .wtg-hero p,
  .wtg-section-heading p,
  .wtg-hero-text {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .wtg-hero-visual {
    min-height: 192px;
    max-height: 218px;
  }

  .wtg-hero-visual img {
    min-height: 192px;
  }

  .wtg-hero-visual-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
    padding: 14px;
    border-radius: 14px;
  }

  .wtg-hero-visual-badge strong {
    font-size: 1rem;
  }

  .wtg-route-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .wtg-route-card {
    min-height: 0;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
  }

  .wtg-route-card h2 {
    font-size: 1.12rem;
  }

  .wtg-route-card p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .wtg-route-card .wtg-link {
    margin-top: 2px;
  }

  .wtg-hero-panel-grid {
    display: none;
  }

  .wtg-page-hero-media {
    margin-top: 16px;
    border-radius: 18px;
  }

  .wtg-page-hero-media img {
    aspect-ratio: 16 / 10;
    max-height: 214px;
  }

  body.blog .wtg-page-hero-media img {
    height: clamp(178px, 52vw, 220px);
    max-height: none;
  }

  body.single-post .wtg-page-hero-media img {
    height: clamp(178px, 52vw, 220px);
    max-height: none;
  }

  .wtg-context-grid {
    gap: 10px;
    margin-top: 16px;
  }

  .wtg-context-card {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .wtg-context-card .wtg-card-topline {
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 9px;
    font-size: 0.74rem;
  }

  .wtg-context-card h3 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.24;
  }

  .wtg-context-card p {
    display: none;
  }

  .wtg-page-hero--teaching-jobs .wtg-context-grid,
  .wtg-page-hero--free-consultation .wtg-context-grid,
  .wtg-page-hero--for-teachers .wtg-context-grid,
  .wtg-page-hero--for-schools .wtg-context-grid,
  .wtg-page-hero--contact-us .wtg-context-grid {
    display: none;
  }

  .wtg-conversion-mini-grid {
    grid-template-columns: 1fr;
  }

  .wtg-conversion-mini-card {
    min-height: 0;
  }

  .wtg-card,
  .wtg-featured-post,
  .wtg-audience-card,
  .wtg-content-surface,
  .wtg-sidebar-card,
  .wtg-demo-form-shell {
    padding: 20px;
    border-radius: 18px;
  }

  .wtg-single-wrap .wtg-sidebar-card {
    position: static;
  }

  .wtg-layout--insight-single,
  .wtg-layout--insight-single .wtg-card-grid,
  .wtg-insight-path-grid,
  .wtg-card-grid.wtg-insight-hub-grid,
  .wtg-card-grid.wtg-insight-latest-grid,
  .wtg-category-guide-grid,
  .wtg-card-grid.wtg-category-article-grid,
  .wtg-insight-decision-grid {
    grid-template-columns: 1fr;
  }

  .wtg-category-guide-panel {
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px;
  }

  .wtg-category-guide-card {
    min-height: 0;
  }

  .wtg-category-article-section .wtg-heading-inline {
    display: grid;
    gap: 14px;
  }

  .wtg-category-article-section .wtg-heading-inline .wtg-button {
    width: 100%;
    justify-content: center;
  }

  .wtg-insight-path-card {
    min-height: 0;
    padding: 18px;
  }

  .wtg-insight-latest-section .wtg-heading-inline {
    display: grid;
    gap: 14px;
  }

  .wtg-insight-latest-section .wtg-heading-inline .wtg-button {
    width: 100%;
    justify-content: center;
  }

  .wtg-layout--insight-single .wtg-content-surface {
    padding: 20px;
  }

  .wtg-insight-lead-panel {
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px;
    border-radius: 18px;
  }

  .wtg-insight-decision-card {
    min-height: 0;
  }

  .wtg-insight-sidebar {
    gap: 12px;
  }

  .wtg-card-topline,
  .wtg-job-meta span,
  .wtg-card-meta span,
  .wtg-tag {
    min-height: 26px;
    padding: 0 9px;
    font-size: 0.78rem;
  }

  .wtg-topbar {
    font-size: 0.78rem;
  }

  .wtg-topbar-inner {
    min-height: 36px;
    gap: 10px;
    justify-content: center;
  }

  .wtg-contact-strip {
    width: 100%;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .wtg-contact-strip span {
    min-width: 0;
  }

  .wtg-contact-strip span + span {
    position: relative;
    padding-left: 10px;
  }

  .wtg-contact-strip span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    transform: translateY(-50%);
  }

  .wtg-contact-label,
  .wtg-utility-links {
    display: none;
  }

  .wtg-header-inner {
    min-height: 72px;
  }

  .wtg-menu-toggle {
    display: grid;
    place-items: center;
  }

  .wtg-nav,
  .wtg-top-actions {
    display: none;
  }

  .wtg-mobile-sticky-cta {
    display: flex;
    left: 10px;
    right: 10px;
    bottom: 8px;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
  }

  .wtg-mobile-sticky-cta .wtg-button {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  body.single-job_listing .wtg-mobile-sticky-cta {
    display: none;
  }

  body.single-post .wtg-mobile-sticky-cta {
    display: none;
  }

  body {
    padding-bottom: 76px;
  }

  body.single-job_listing {
    padding-bottom: 0;
  }

  body.single-post {
    padding-bottom: 0;
  }

  body.page-id-8,
  body.page-id-9,
  body.page-id-10,
  body.page-id-170,
  body.page-id-171,
  body.page-id-172,
  body.page-id-173,
  body.page-id-633 {
    padding-bottom: 0;
  }

  body.blog,
  body.category,
  body.tag {
    padding-bottom: 0;
  }

  .wtg-nav.is-open {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: block;
    padding: 14px;
    border: 1px solid var(--wtg-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(24, 46, 74, 0.16);
  }

  .wtg-nav.is-open .menu,
  .wtg-nav.is-open ul {
    display: grid;
    gap: 6px;
  }

  .wtg-nav.is-open .sub-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 6px 0 0 10px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .wtg-nav.is-open .wtg-mobile-auth-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--wtg-line);
  }

  .wtg-nav.is-open .wtg-mobile-auth-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--wtg-line-strong);
    border-radius: 10px;
    color: var(--wtg-navy);
    font-weight: 800;
    text-decoration: none;
  }

  .wtg-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .wtg-topbar-inner,
  .wtg-contact-strip {
    flex-wrap: nowrap;
  }

  .wtg-hero-panel-grid,
  .wtg-route-grid,
  .wtg-card-grid,
  .wtg-job-list .wtg-card-grid,
  .wtg-insights-feature,
  .wtg-context-grid,
  .wtg-job-detail-grid,
  .wtg-job-lead-panel,
  .wtg-job-conversation-path,
  .wtg-job-match-summary,
  .wtg-thank-you-steps,
  .wtg-hero-main,
  .wtg-home-split,
  .wtg-layout,
  .wtg-audience-grid,
  .wtg-footer-grid,
  .wtg-footer-nav-columns,
  .wtg-filter-bar,
  .wtg-form-grid,
  .wtg-job-prepare-list,
  .wtg-job-brief-list,
  .wtg-results-summary {
    grid-template-columns: 1fr;
  }

  .wtg-results-summary .wtg-button {
    width: 100%;
    justify-content: center;
  }

  .wtg-layout--teaching-jobs .entry-content > p:first-child {
    display: none;
  }

  .wtg-filter-bar {
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
  }

  .wtg-filter-field {
    gap: 6px;
  }

  .wtg-filter-field select {
    min-height: 42px;
    padding-left: 12px;
  }

  .wtg-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .wtg-filter-actions .wtg-button {
    min-height: 40px;
    padding: 0 10px;
  }

  .wtg-layout.is-region-jobs .wtg-content-surface {
    padding: 24px;
  }

  .wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid,
  .wtg-layout.is-region-jobs .wtg-directory .wtg-card-grid.has-one-result,
  .wtg-layout.is-region-jobs .wtg-job-match-summary.is-compact {
    grid-template-columns: 1fr;
  }

  .wtg-results-guidance-card,
  .wtg-results-guidance-card.is-after-one-result,
  .wtg-results-guidance-card.is-after-two-results {
    grid-column: 1 / -1;
  }

  .wtg-results-guidance-list {
    display: none;
  }

  .wtg-results-guidance-card .wtg-tag-row {
    order: 5;
    margin: 12px 0 0;
  }

  .wtg-results-guidance-card .wtg-button {
    width: 100%;
    justify-content: center;
    order: 4;
    margin-top: 6px;
  }

  .wtg-brand-copy {
    display: none;
  }

  .wtg-job-apply-panel .wtg-job-check-card {
    grid-template-columns: 1fr;
  }

  .wtg-job-apply-panel .wtg-job-check-card p {
    grid-column: auto;
    grid-row: auto;
  }

  .wtg-role-fit-panel {
    gap: 12px;
    padding: 14px;
  }

  .wtg-role-fit-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wtg-role-fit-options label {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 11px;
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .wtg-role-fit-options input {
    width: 16px;
    height: 16px;
  }

  .wtg-role-fit-status {
    padding: 12px;
  }

  .wtg-role-fit-status span {
    font-size: 0.92rem;
  }

  .wtg-role-fit-panel .wtg-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .wtg-role-fit-panel .wtg-button {
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  .wtg-brand-logo {
    width: 176px;
  }

	  .wtg-directory .wtg-card-grid {
	    grid-template-columns: 1fr;
	  }

	  .wtg-directory .wtg-job-card {
	    padding: 18px;
	  }

	  .wtg-directory .wtg-job-card h3 {
	    font-size: 1.05rem;
	  }

	  .wtg-job-card-actions {
	    align-items: stretch;
	    gap: 8px;
	  }

	  .wtg-job-card-actions .wtg-link,
	  .wtg-save-role-button {
	    min-height: 38px;
	  }

	  .wtg-save-role-button {
	    padding: 0 10px;
	    font-size: 0.76rem;
	  }

	  .wtg-saved-roles-panel {
	    grid-template-columns: 1fr;
	    gap: 14px;
	    margin: 14px 0;
	    padding: 16px;
	  }

	  .wtg-saved-roles-copy h3 {
	    font-size: 1.16rem;
	  }

	  .wtg-saved-role-item {
	    grid-template-columns: 1fr;
	    gap: 8px;
	  }

	  .wtg-saved-role-copy a,
	  .wtg-saved-role-copy span {
	    white-space: normal;
	  }

	  .wtg-saved-roles-actions {
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 8px;
	  }

	  .wtg-saved-roles-actions .wtg-button {
	    width: 100%;
	    min-height: 40px;
	    padding: 0 10px;
	    font-size: 0.84rem;
	  }

	  .wtg-directory .wtg-empty-state {
	    grid-template-columns: 1fr;
	    gap: 14px;
	    padding: 18px;
	  }

	  .wtg-empty-state-copy {
	    gap: 10px;
	  }

	  .wtg-empty-state-copy h3 {
	    font-size: 1.32rem;
	  }

	  .wtg-empty-state-copy p {
	    font-size: 0.94rem;
	    line-height: 1.58;
	  }

	  .wtg-empty-state-copy .wtg-action-row {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 8px;
	  }

	  .wtg-empty-state-copy .wtg-button {
	    width: 100%;
	    min-height: 40px;
	    justify-content: center;
	    padding: 0 10px;
	    font-size: 0.86rem;
	  }

	  .wtg-empty-state-panel {
	    padding: 14px;
	  }

	  .wtg-enquiry-form-panel {
	    order: -1;
	  }

  .wtg-auth-form-panel {
    order: -1;
  }

  .wtg-enquiry-copy {
    order: 1;
  }

  .wtg-auth-copy {
    order: 1;
  }

  .wtg-enquiry-copy,
  .wtg-auth-copy,
  .wtg-auth-form-panel .wtg-demo-form-shell,
  .wtg-enquiry-form-panel .wtg-demo-form-shell {
    padding: 22px;
  }

  .wtg-decision-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .wtg-decision-index {
    width: 36px;
    height: 36px;
  }
}
