:root{--tvg-primary:#2563eb;--tvg-secondary:#6d5dfb;--tvg-heading:#0f172a;--tvg-text:#475569;--tvg-border:#e2e8f0;--tvg-bg:#f8fafc;--tvg-surface:#fff;--tvg-shadow:0 15px 45px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.wp-site-blocks{overflow:hidden}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #93c5fd;outline-offset:3px}
.tvg-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--tvg-border);backdrop-filter:blur(14px)}.tvg-header-inner{min-height:74px}.tvg-logo{font-size:1.35rem;font-weight:850;color:var(--tvg-heading);text-decoration:none}.tvg-logo em{font-style:normal;color:var(--tvg-primary)}
.tvg-hero{padding:clamp(3rem,7vw,6.5rem) 1rem;background:radial-gradient(circle at 85% 20%,#ddd6fe 0,transparent 34%),radial-gradient(circle at 10% 20%,#dbeafe 0,transparent 30%)}.tvg-gradient{background:linear-gradient(100deg,var(--tvg-primary),var(--tvg-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.tvg-eyebrow{display:inline-flex;padding:.45rem .85rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700}.tvg-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(2rem,6vw,5rem);align-items:center}
.tvg-card{background:var(--tvg-surface);border:1px solid var(--tvg-border);border-radius:16px;padding:clamp(1rem,3vw,1.5rem);box-shadow:var(--tvg-shadow)}.tvg-hero-card{border-radius:22px}.tvg-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tvg-tab{appearance:none;border:0;background:#f1f5f9;padding:.7rem 1rem;border-radius:10px;font-weight:700;color:var(--tvg-text);cursor:pointer}.tvg-tab[aria-selected=true]{background:#dbeafe;color:#1d4ed8}.tvg-tab-panel[hidden]{display:none}.tvg-upload{border:2px dashed #bfdbfe;border-radius:12px;padding:1.5rem;text-align:center;background:#f8fbff}.tvg-upload.is-dragging{border-color:var(--tvg-primary);background:#eff6ff}.tvg-upload input{max-width:100%}.tvg-form textarea,.tvg-form input,.tvg-form select{width:100%;border:1px solid var(--tvg-border);border-radius:12px;padding:.85rem;font:inherit;background:white}.tvg-button{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;border:0;border-radius:10px;padding:.85rem 1.2rem;background:var(--tvg-primary);color:#fff;font-weight:750;text-decoration:none;cursor:pointer}.tvg-button:hover{background:#1d4ed8}.tvg-button-wide{width:100%;margin-top:1rem}
.tvg-robot{position:relative;min-height:410px;border-radius:28px;background:linear-gradient(145deg,#eff6ff,#ede9fe);display:grid;place-items:center}.tvg-robot-face{width:210px;height:180px;border-radius:36% 36% 44% 44%;background:#fff;border:8px solid #c7d2fe;box-shadow:0 25px 60px #a5b4fc;display:grid;place-items:center;font-size:4rem}.tvg-float{position:absolute;background:#fff;border:1px solid var(--tvg-border);border-radius:14px;padding:.8rem 1rem;box-shadow:var(--tvg-shadow);font-weight:700}.tvg-float.one{top:12%;left:-4%}.tvg-float.two{right:-3%;top:42%}.tvg-float.three{left:8%;bottom:8%}
.tvg-section{padding:clamp(3rem,7vw,6rem) 1rem}.tvg-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tvg-step-number{width:2.5rem;height:2.5rem;border-radius:12px;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center;font-weight:800}.tvg-results{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);gap:1.5rem}.tvg-job{display:grid;gap:.8rem;margin-bottom:1rem}.tvg-job-top{display:flex;justify-content:space-between;gap:1rem}.tvg-badges{display:flex;flex-wrap:wrap;gap:.5rem}.tvg-badge{border-radius:999px;padding:.3rem .65rem;background:#f1f5f9;font-size:.82rem}.tvg-match{color:#15803d;background:#dcfce7}.tvg-progress{height:9px;border-radius:99px;background:#e2e8f0;overflow:hidden}.tvg-progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--tvg-primary),var(--tvg-secondary))}.tvg-sidebar{display:grid;gap:1rem;align-content:start}.tvg-footer{background:#0f172a;color:#cbd5e1;padding:3rem 1rem}.tvg-footer a{color:white}.tvg-search{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.75rem}.screen-reader-text:focus{clip:auto!important;width:auto!important;height:auto!important;background:#fff;padding:1rem;z-index:9999}
@media(max-width:1023px){.tvg-hero-grid,.tvg-results{grid-template-columns:1fr}.tvg-grid-4{grid-template-columns:repeat(2,1fr)}.tvg-robot{min-height:330px}.tvg-search{grid-template-columns:1fr 1fr}}
@media(max-width:639px){.tvg-grid-4,.tvg-search{grid-template-columns:1fr}.tvg-hero{padding-top:2.5rem}.tvg-robot{min-height:280px}.tvg-robot-face{width:160px;height:140px}.tvg-float{font-size:.8rem}.tvg-job-top{display:block}.wp-block-navigation__responsive-container-open{display:flex!important}.wp-block-navigation__responsive-container:not(.is-menu-open){display:none!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Production homepage composition. */
.tvg-header-inner{width:min(1200px,calc(100% - 40px))!important;max-width:1200px!important;margin-inline:auto!important;display:grid!important;grid-template-columns:auto 1fr auto;gap:28px!important}
.tvg-header-inner .wp-block-navigation{justify-self:center;white-space:nowrap}.tvg-header-inner .wp-block-navigation__container{gap:6px 10px}
.tvg-header-inner .wp-block-navigation-item__content{padding:25px 12px!important;color:#334155;text-decoration:none}
.tvg-header-inner .wp-block-navigation-item:first-child .wp-block-navigation-item__content{color:#1d4ed8;box-shadow:inset 0 -2px #2563eb}
.tvg-header-inner>.wp-block-buttons{flex-wrap:nowrap;gap:12px}.tvg-header-inner .wp-block-button__link{white-space:nowrap;padding:11px 17px;font-size:.9rem}
.tvg-logo{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-size:1.27rem}.tvg-logo>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#2563eb,#1647d8);color:white;font-size:1.05rem;box-shadow:0 7px 16px rgba(37,99,235,.22)}
.tvg-hero{padding:30px 20px 26px;background:radial-gradient(circle at 74% 35%,rgba(255,255,255,.96) 0,rgba(226,238,255,.74) 34%,transparent 60%),linear-gradient(118deg,#edf6ff 0%,#f8fbff 50%,#f0edff 100%)}
.tvg-hero>.tvg-hero-grid{width:min(1200px,100%)!important;max-width:1200px!important;margin-inline:auto!important;grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:42px}
.tvg-hero-copy{padding:4px 0 0}.tvg-hero-copy h1{margin:0 0 8px!important;font-size:clamp(2.25rem,3.9vw,3.65rem)!important;line-height:1.04;letter-spacing:-.035em;font-weight:900}
.tvg-hero-copy>.tvg-eyebrow{margin:0 0 8px;background:linear-gradient(90deg,#fff7c4,#fff0a1);color:#172554;padding:7px 14px;font-size:1.02rem;box-shadow:0 6px 18px rgba(245,158,11,.10)}
.tvg-hero-copy>p{max-width:660px;margin:0 0 22px!important;font-size:1.05rem!important;line-height:1.5;color:#334155}
.tvg-hero-copy>.wp-block-shortcode{margin:0}.tvg-hero-copy>.wp-block-shortcode>p{margin:0}
.tvg-hero-copy .tvg-hero-card{max-width:680px;margin:0;padding:0 20px 12px;border:0;border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 16px 45px rgba(51,65,85,.10)}
.tvg-hero-copy .tvg-tabs{margin:0 -20px 10px;padding:0 20px;border-bottom:1px solid #e2e8f0}.tvg-hero-copy .tvg-tab{background:transparent;border-radius:0;padding:12px 18px;color:#475569}.tvg-hero-copy .tvg-tab[aria-selected=true]{color:#1d4ed8;box-shadow:inset 0 -2px #2563eb}
.tvg-hero-copy .tvg-upload{display:block;padding:15px;border-color:#60a5fa;background:#fbfdff}.tvg-hero-copy .tvg-upload input{margin-top:7px;font-size:.78rem}.tvg-hero-copy .tvg-button-wide{margin-top:10px;padding:11px;background:linear-gradient(90deg,#0867f2,#4f46f5)}
.tvg-robot{margin:0;position:relative;min-height:0;border-radius:28px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible}
.tvg-robot img{width:100%;max-width:470px;aspect-ratio:1/1;object-fit:cover;border-radius:34px;filter:drop-shadow(0 20px 32px rgba(59,130,246,.16))}
.tvg-robot figcaption{position:absolute;left:7%;right:7%;bottom:2%;padding:13px 18px;border:1px solid rgba(255,255,255,.9);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 12px 35px rgba(76,83,150,.10);backdrop-filter:blur(12px);text-align:center;color:#172554;font-size:.86rem;font-weight:700;line-height:1.45}
.tvg-section{width:min(1260px,100%);margin-inline:auto;padding:34px 30px}.tvg-section>.wp-block-heading{font-size:1.75rem}.tvg-grid-4 .tvg-card{box-shadow:0 8px 24px rgba(15,23,42,.055)}
.tvg-results{grid-template-columns:minmax(0,7.3fr) minmax(270px,2.7fr);gap:20px}.tvg-job{padding:18px 22px}
@media(max-width:1100px){.tvg-header-inner{grid-template-columns:auto 1fr;gap:16px!important}.tvg-header-inner>.wp-block-buttons{display:none}.tvg-hero>.tvg-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:24px}}
@media(max-width:800px){.tvg-header-inner{width:min(100% - 28px,1200px)!important;display:flex!important}.tvg-header-inner .wp-block-navigation{margin-left:auto}.tvg-header-inner .wp-block-navigation-item__content{padding:10px!important}.tvg-hero{padding:32px 18px}.tvg-hero>.tvg-hero-grid{grid-template-columns:1fr}.tvg-hero-copy h1{font-size:clamp(2.1rem,9vw,3.2rem)!important}.tvg-robot{max-width:520px;margin-inline:auto}.tvg-results{grid-template-columns:1fr}}
@media(max-width:520px){.tvg-logo{font-size:1.05rem}.tvg-logo>span{width:30px;height:30px}.tvg-hero{padding-inline:14px}.tvg-hero-copy .tvg-hero-card{padding-inline:14px}.tvg-hero-copy .tvg-tabs{margin-inline:-14px;padding-inline:8px}.tvg-hero-copy .tvg-tab{padding-inline:10px;font-size:.83rem}.tvg-robot figcaption{position:relative;inset:auto;margin-top:-38px;width:94%;border-radius:18px}.tvg-section{padding:30px 16px}}

/* Demo-accurate workflow and matching dashboard. */
.tvg-hero-copy .tvg-hero-card{max-width:700px}
.tvg-hero-copy .tvg-tabs{display:grid;grid-template-columns:1fr 1fr;justify-items:center}.tvg-hero-copy .tvg-tab{width:100%;text-align:center;font-weight:700}.tvg-hero-copy .tvg-tab.is-active{color:#1d4ed8;box-shadow:inset 0 -2px #2563eb}
.tvg-input-pair{display:grid;grid-template-columns:1fr 36px 1fr;align-items:center;gap:8px}.tvg-input-pair .tvg-tab-panel{display:block!important}
.tvg-input-pair textarea{height:108px;resize:none;font-size:.83rem;line-height:1.5}.tvg-or{text-align:center;color:#64748b;font-size:.8rem}
.tvg-upload{height:108px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.tvg-upload-icon{color:#2563eb;font-size:1.3rem}.tvg-upload strong{font-size:.82rem;color:#0f172a}.tvg-upload small{font-size:.68rem;line-height:1.55}
.tvg-social-proof{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 4px 0;font-size:.78rem;color:#334155}.tvg-social-proof>span:first-child{letter-spacing:-8px;margin-right:8px}.tvg-stars{color:#f59e0b;letter-spacing:2px}
.tvg-flow-section{width:100%;max-width:none;padding:24px 30px 10px}.tvg-flow-section>*{width:min(1240px,100%);margin-inline:auto}
.tvg-process{display:grid;grid-template-columns:auto 1.2fr auto 1fr auto 1fr auto 1.15fr;align-items:center;gap:15px;padding:15px 28px;border:1px solid #d9f6ec;border-radius:18px;background:linear-gradient(90deg,#ecfdf5,#effdfc);font-size:.86rem;color:#172554}
.tvg-process>strong{white-space:nowrap}.tvg-process>strong span{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:8px;border-radius:50%;background:#10b981;color:white}.tvg-process>div{white-space:nowrap}.tvg-process>div:first-of-type{color:#1d4ed8}.tvg-process i{color:#94a3b8;font-style:normal;font-size:1.25rem}
.tvg-analysis{display:grid;grid-template-columns:78px 1fr auto;align-items:center;gap:20px;margin-top:24px;padding:16px 22px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(90deg,#eff6ff,#f5f3ff);box-shadow:0 0 0 8px rgba(239,246,255,.55)}
.tvg-mini-robot{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:white;font-size:2.3rem}.tvg-analysis h3{margin:0 0 3px;font-size:1.08rem}.tvg-analysis p{margin:0 0 9px;font-size:.78rem}.tvg-analysis>strong{font-size:1rem}.tvg-analysis-progress{height:9px;border-radius:99px;background:#dbe5f3;overflow:hidden}.tvg-analysis-progress span{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0867f2,#6d5dfb)}
.tvg-results-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}.tvg-results-title h2{margin:0;font-size:1.45rem}.tvg-results-title span{padding:6px 11px;border-radius:999px;background:#e8f1ff;color:#1d4ed8;font-weight:700;font-size:.78rem}
.tvg-job-column{min-width:0}.tvg-job{grid-template-columns:58px minmax(0,1fr) 160px;align-items:center;gap:16px;margin-bottom:12px;padding:15px 20px;box-shadow:0 5px 18px rgba(15,23,42,.055)}
.tvg-company-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#0878f9,#1d4ed8);color:white;font-size:1.7rem;font-weight:800}.tvg-job:nth-of-type(3n) .tvg-company-mark{background:linear-gradient(145deg,#6d5dfb,#4f46e5)}.tvg-job:nth-of-type(3n+1) .tvg-company-mark{background:linear-gradient(145deg,#10b981,#047857)}
.tvg-job-main{min-width:0}.tvg-job-top{display:flex;justify-content:flex-start;align-items:center;gap:14px}.tvg-job-top h3{margin:0;font-size:1rem}.tvg-job-top h3 a{color:#0f172a;text-decoration:none}.tvg-job-meta{margin-top:3px;color:#64748b;font-size:.74rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvg-job-main p{margin:4px 0 0;color:#64748b;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvg-match{padding:3px 9px;font-size:.7rem}
.tvg-job-action{height:100%;padding-left:14px;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:center;gap:8px}.tvg-job-action strong{font-size:.82rem;text-align:center}.tvg-job-action .tvg-button{padding:9px 12px;font-size:.78rem}
.tvg-sidebar{padding-top:49px;gap:14px}.tvg-sidebar .tvg-card{padding:16px 18px;box-shadow:none}.tvg-sidebar h3{margin:0 0 10px;font-size:1rem}.tvg-ai-score{background:linear-gradient(145deg,#fbfaff,#f5f1ff);border-color:#e5ddff}.tvg-score-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.tvg-score-grid>div{padding:8px;border-radius:10px;background:white;box-shadow:0 5px 14px rgba(109,93,251,.08)}.tvg-score-grid small,.tvg-score-grid strong{display:block}.tvg-score-grid strong{font-size:.92rem;color:#172554}.tvg-ai-score>small{font-size:.72rem;font-weight:700}.tvg-ai-score .tvg-badges{gap:5px;margin:5px 0 9px}.tvg-ai-score .tvg-badges span{padding:3px 8px;border-radius:999px;background:#dbeafe;color:#1e40af;font-size:.66rem}.tvg-ai-score .tvg-badges.missing span{background:#ffe4e6;color:#be123c}.tvg-missing{color:#be123c}
.tvg-salary{background:linear-gradient(145deg,#fffbeb,#fff7ed);border-color:#fde68a}.tvg-salary>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:7px}.tvg-salary>div small,.tvg-salary>div strong{display:block}.tvg-salary>div strong:last-child{color:#15803d}.tvg-salary p{margin:10px 0 0;font-size:.7rem}.tvg-suggestions{background:linear-gradient(145deg,#ecfeff,#f0fdfa);border-color:#a5f3fc}.tvg-suggestions p{margin:0;color:#334155;font-size:.78rem;line-height:1.75}
@media(max-width:1000px){.tvg-process{grid-template-columns:1fr 1fr;gap:10px}.tvg-process i{display:none}.tvg-process>div{white-space:normal}.tvg-job{grid-template-columns:52px 1fr}.tvg-job-action{grid-column:2;border-left:0;padding:0;flex-direction:row;justify-content:space-between}.tvg-job-action .tvg-button{min-width:130px}}
@media(max-width:640px){.tvg-input-pair{grid-template-columns:1fr}.tvg-or{display:none}.tvg-social-proof{flex-wrap:wrap}.tvg-process{grid-template-columns:1fr}.tvg-analysis{grid-template-columns:55px 1fr}.tvg-analysis>strong{grid-column:2}.tvg-job{grid-template-columns:44px 1fr;padding:13px}.tvg-company-mark{width:42px;height:42px;font-size:1.2rem}.tvg-job-top{display:block}.tvg-job-meta{white-space:normal}.tvg-job-action{grid-column:1/-1}.tvg-results-title h2{font-size:1.15rem}}

/*
 * Retina laptops commonly expose a 1024–1199 CSS-pixel viewport. Keep the
 * complete desktop composition at this width instead of letting nowrap items
 * enlarge the canvas.
 */
@media (min-width:801px) and (max-width:1199px){
  .tvg-header-inner{width:calc(100% - 32px)!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important}
  .tvg-header-inner>.wp-block-buttons{display:flex!important;gap:7px}
  .tvg-header-inner .wp-block-navigation__container{gap:0}
  .tvg-header-inner .wp-block-navigation-item__content{padding:25px 7px!important;font-size:.76rem}
  .tvg-header-inner .wp-block-button__link{padding:9px 11px;font-size:.72rem}
  .tvg-logo{font-size:1.06rem;gap:6px}.tvg-logo>span{width:30px;height:30px}
  .tvg-hero{padding:26px 24px 24px}
  .tvg-hero>.tvg-hero-grid{width:100%!important;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)!important;gap:24px!important;align-items:start}
  .tvg-hero-copy h1{font-size:clamp(2.2rem,4.5vw,3rem)!important}
  .tvg-hero-copy>p{font-size:.94rem!important;margin-bottom:16px!important}
  .tvg-hero-copy .tvg-hero-card{max-width:100%;padding-inline:15px}
  .tvg-hero-copy .tvg-tabs{margin-inline:-15px;padding-inline:10px}
  .tvg-hero-copy .tvg-tab{padding:10px 8px;font-size:.76rem}
  .tvg-input-pair{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);gap:5px}
  .tvg-input-pair textarea,.tvg-upload{height:96px}
  .tvg-upload strong{font-size:.72rem}.tvg-upload small{font-size:.59rem}
  .tvg-social-proof{font-size:.67rem;gap:7px}
  .tvg-robot img{width:100%;max-width:370px}
  .tvg-robot figcaption{left:4%;right:4%;bottom:1%;padding:10px 12px;font-size:.7rem}
  .tvg-flow-section{padding:18px 20px 10px;overflow:hidden}
  .tvg-process{width:100%;grid-template-columns:auto 1.18fr auto 1fr auto 1fr auto 1.18fr!important;gap:6px;padding:12px 14px;font-size:.66rem}
  .tvg-process>strong span{width:23px;height:23px;margin-right:4px}.tvg-process i{display:block;font-size:.95rem}.tvg-process>div{white-space:nowrap}
  .tvg-analysis{margin-top:18px;padding:13px 17px;grid-template-columns:60px minmax(0,1fr) auto;gap:13px}
  .tvg-mini-robot{width:52px;height:52px;font-size:1.8rem}.tvg-analysis h3{font-size:.92rem}.tvg-analysis p{font-size:.68rem}
  .tvg-section{padding-inline:22px}
  .tvg-results{grid-template-columns:minmax(0,7fr) minmax(245px,3fr);gap:14px}
  .tvg-job{grid-template-columns:48px minmax(0,1fr) 125px;gap:10px;padding:12px}
  .tvg-company-mark{width:44px;height:44px;font-size:1.25rem}
  .tvg-job-top{display:flex}.tvg-job-top h3{font-size:.82rem}.tvg-job-meta,.tvg-job-main p{font-size:.62rem}
  .tvg-job-action{grid-column:auto!important;padding-left:9px}.tvg-job-action strong{font-size:.68rem}.tvg-job-action .tvg-button{min-width:0!important;padding:8px 6px;font-size:.68rem}
  .tvg-sidebar{padding-top:43px}.tvg-sidebar .tvg-card{padding:12px}.tvg-sidebar h3{font-size:.84rem}
}

/* Never crop the generated mascot; its source is landscape, not square. */
.tvg-robot img{aspect-ratio:auto!important;height:auto!important;object-fit:contain!important}

/* Break out of theme.json's 760px content column for the dashboard section. */
main>.tvg-jobs-section,
.tvg-jobs-section,
.tvg-jobs-section>.wp-block-shortcode{
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  margin-inline:auto!important;
}
.tvg-jobs-section{padding:44px 0!important}
.tvg-jobs-section>.wp-block-shortcode{width:100%!important}
.tvg-jobs-section .tvg-results{width:100%;max-width:none}
@media(max-width:800px){
  main>.tvg-jobs-section,.tvg-jobs-section,.tvg-jobs-section>.wp-block-shortcode{width:min(100% - 28px,1240px)!important}
  .tvg-jobs-section{padding-block:32px!important}
}

/* Professional single job layout. */
.tvg-single-job-shell{background:#f5f8fd;padding:28px 20px 64px!important}
.tvg-single-job-shell>.wp-block-shortcode,.tvg-job-detail{width:min(1180px,100%);max-width:1180px;margin:0 auto}
.tvg-job-breadcrumb{display:flex;align-items:center;gap:9px;overflow:hidden;margin:0 0 20px;color:#70809a;font-size:.88rem;white-space:nowrap}
.tvg-job-breadcrumb a{color:#315fe9;text-decoration:none}.tvg-job-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}
.tvg-job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start}
.tvg-job-detail-main,.tvg-job-detail-sidebar{display:grid;gap:22px;min-width:0}
.tvg-job-detail .tvg-card{border:1px solid #e0e7f1;border-radius:18px;background:#fff;box-shadow:0 9px 30px rgba(31,56,104,.06)}
.tvg-job-detail-hero{display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px 22px;padding:28px}
.tvg-job-detail-logo,.tvg-job-company-mini{display:grid;place-items:center;overflow:hidden;background:#f5f8ff;border:1px solid #e2e9f5;border-radius:14px}
.tvg-job-detail-logo{width:104px;height:104px}
.tvg-job-detail-logo img,.tvg-job-company-mini img{width:100%;height:100%;object-fit:contain}
.tvg-job-detail-logo span{font-size:2.3rem;font-weight:800;color:#2563eb}
.tvg-job-detail-heading h1{margin:7px 0 5px;color:#0d1930;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.25}
.tvg-job-company-name{margin:0;color:#5c6d87;font-weight:600}
.tvg-job-live-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e5f9ed;color:#118344;font-size:.75rem;font-weight:800}
.tvg-job-facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.tvg-job-facts-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.tvg-job-facts>div{display:flex;gap:10px;align-items:flex-start;min-width:0;min-height:82px;padding:15px;background:#f6f8fc;border:1px solid #edf1f7;border-radius:12px}
.tvg-job-fact-icon{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;background:#e8efff;border-radius:9px}
.tvg-job-facts p{display:grid;gap:2px;margin:0;min-width:0}.tvg-job-facts small{color:#748197}.tvg-job-facts strong{display:-webkit-box;overflow:hidden;color:#152039;font-size:.88rem;line-height:1.45;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.tvg-job-salary-wide{grid-column:1/-1;display:flex;align-items:center;gap:14px;margin-top:5px;padding:16px 18px;border:1px solid #bfe9d0;border-radius:12px;background:linear-gradient(100deg,#f0fbf5,#f7fcff)}
.tvg-job-salary-wide>span{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:11px;background:#dcf7e7}
.tvg-job-salary-wide>div{display:grid;gap:3px;min-width:0}.tvg-job-salary-wide small{color:#60786a}.tvg-job-salary-wide strong{color:#087c40;font-size:1.06rem;line-height:1.45}
.tvg-job-location{grid-column:1/-1;display:flex;align-items:flex-start;gap:11px;margin-top:5px;padding:15px;border:1px solid #d7e4fa;border-radius:12px;background:#f5f8ff}
.tvg-job-location.is-single{align-items:center;gap:14px;padding:16px 18px}
.tvg-job-location.is-single>span{flex-basis:42px;width:42px;height:42px}
.tvg-job-location.is-single>div{display:grid;gap:3px}
.tvg-job-location.is-single small{white-space:nowrap}
.tvg-job-location.is-single strong{font-size:1.06rem;line-height:1.45}
.tvg-job-location.is-multiple{padding:18px}
.tvg-job-location>span{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:9px;background:#e8efff}
.tvg-job-location>div{display:grid;gap:10px;min-width:0;width:100%}.tvg-job-location small{color:#65758e}
.tvg-job-location ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.tvg-job-location li{position:relative;padding:10px 12px 10px 30px;border:1px solid #e1e9f7;border-radius:10px;background:#fff;color:#152039;font-size:.85rem;font-weight:700;line-height:1.5;overflow-wrap:anywhere}
.tvg-job-location li::before{content:"";position:absolute;top:17px;left:14px;width:7px;height:7px;border-radius:50%;background:#2f66ed}
.tvg-job-location strong{color:#152039;line-height:1.55;overflow-wrap:anywhere}
.tvg-job-deadline{grid-column:1/-1;display:flex;align-items:center;gap:11px;margin-top:5px;padding:13px 15px;border:1px solid #ffe19a;border-radius:12px;background:#fffaf0}
.tvg-job-deadline div{display:grid}.tvg-job-deadline small{color:#7c6d50}.tvg-job-deadline b{margin-left:auto;padding:5px 9px;border-radius:8px;background:#fff0c7;color:#a36200;font-size:.78rem}
.tvg-job-content-card{padding:30px}.tvg-job-content-card>h2,.tvg-related-jobs>h2{margin:0 0 22px;color:#0d1930;font-size:1.45rem}
.tvg-job-copy{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #e9eef5}.tvg-job-copy:last-child{padding-bottom:0;margin-bottom:0;border:0}
.tvg-job-copy h3{margin:0 0 13px;color:#14213a;font-size:1.08rem}.tvg-job-copy p{margin:0 0 10px;color:#43516a;line-height:1.75;white-space:pre-line}
.tvg-job-points{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.tvg-job-points li{position:relative;margin:0;padding-left:24px;color:#43516a;line-height:1.7}
.tvg-job-points li::before{content:"";position:absolute;top:.68em;left:3px;width:7px;height:7px;border-radius:50%;background:#2f66ed;box-shadow:0 0 0 4px #e9f0ff}
.tvg-job-benefits .tvg-job-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tvg-job-benefits .tvg-job-points li{display:flex;align-items:flex-start;min-height:52px;box-sizing:border-box;padding:13px 14px 13px 42px;border:1px solid #d8eee1;border-radius:11px;background:#f5fbf7;color:#344e40;line-height:1.55}
.tvg-job-benefits .tvg-job-points li::before{content:"✓";display:grid;place-items:center;top:13px;left:13px;width:20px;height:20px;border-radius:50%;background:#20a45b;color:#fff;font-size:.72rem;font-weight:900;box-shadow:none}
@media(max-width:640px){.tvg-job-benefits .tvg-job-points{grid-template-columns:1fr}.tvg-job-benefits .tvg-job-points li{min-height:0}}
.tvg-job-skill-list{display:flex;flex-wrap:wrap;gap:8px}.tvg-job-skill-list span{padding:7px 11px;border-radius:999px;background:#eaf1ff;color:#2456ce;font-size:.83rem;font-weight:700}
.tvg-job-info-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0}.tvg-job-info-list div{display:grid;grid-template-columns:1fr 1fr;padding:11px 0;border-bottom:1px dashed #dce3ee}.tvg-job-info-list dt{color:#758198}.tvg-job-info-list dd{margin:0;color:#17233a;font-weight:700}
.tvg-job-detail-sidebar{position:sticky;top:20px}.tvg-job-apply-card,.tvg-job-company-card{padding:24px}.tvg-job-apply-card h2,.tvg-job-company-card h2{margin:0 0 10px;color:#0d1930;font-size:1.15rem}
.tvg-job-apply-card p,.tvg-job-company-card p{color:#627087;line-height:1.55}.tvg-job-apply-card .tvg-button{display:flex;justify-content:center;margin:19px 0 10px;text-decoration:none}
.tvg-job-save-button{width:100%;padding:11px;border:1px solid #bfd0f4;border-radius:10px;background:#fff;color:#2856bd;font:inherit;font-weight:750;cursor:pointer}.tvg-job-apply-card>small{display:block;margin-top:14px;color:#7b8799;text-align:center}
.tvg-job-company-head{display:flex;gap:12px;align-items:center;margin-top:17px}.tvg-job-company-mini{flex:0 0 54px;width:54px;height:54px}.tvg-job-company-mini span{font-size:1.25rem;font-weight:800;color:#2563eb}
.tvg-job-safety{padding:16px;border:1px solid #f6d8a5;border-radius:14px;background:#fff9ed;color:#665332}.tvg-job-safety p{margin:7px 0 0;font-size:.85rem;line-height:1.5}
.tvg-related-jobs{display:grid;gap:10px}.tvg-related-jobs>h2{margin-bottom:8px}.tvg-related-job{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:17px 20px;color:#14213a;text-decoration:none}.tvg-related-job span{display:grid;gap:5px}.tvg-related-job small{color:#758198}.tvg-related-job b{color:#19864a}.tvg-related-job i{color:#2563eb;font-style:normal;font-size:1.3rem}
@media(max-width:920px){.tvg-job-detail-grid{grid-template-columns:1fr}.tvg-job-detail-sidebar{position:static;grid-row:1}.tvg-job-company-card,.tvg-job-safety{display:none}}
@media(max-width:640px){.tvg-single-job-shell{padding:18px 14px 42px!important}.tvg-job-detail-hero{grid-template-columns:70px minmax(0,1fr);padding:19px;gap:12px}.tvg-job-detail-logo{width:70px;height:70px}.tvg-job-detail-heading h1{font-size:1.25rem}.tvg-job-facts{grid-template-columns:1fr}.tvg-job-location.is-single>div{display:grid;gap:2px}.tvg-job-location ul{grid-template-columns:1fr}.tvg-job-content-card{padding:20px}.tvg-job-info-list{grid-template-columns:1fr}.tvg-related-job{grid-template-columns:1fr auto}.tvg-related-job i{display:none}}
.tvg-modal-open{overflow:hidden}.tvg-apply-modal[hidden]{display:none}.tvg-apply-modal{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:20px}.tvg-apply-backdrop{position:absolute;inset:0;background:rgba(9,18,36,.66);backdrop-filter:blur(3px)}
.tvg-apply-dialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.tvg-apply-dialog header{display:flex;align-items:center;justify-content:space-between;padding:15px 22px;border-bottom:1px solid #e5eaf2}.tvg-apply-dialog header h2,.tvg-apply-dialog header p{margin:0}.tvg-apply-dialog header h2{color:#101c33;font-size:1.5rem}.tvg-apply-dialog header button{border:0;background:none;color:#506079;font-size:2rem;line-height:1;cursor:pointer}
.tvg-apply-dialog form{display:grid;gap:15px;padding:20px 24px 24px}.tvg-apply-job{margin:0;padding:11px 14px;border:1px solid #dce7ff;border-radius:11px;background:#f4f7ff;color:#53627a;line-height:1.5}.tvg-apply-dialog label{display:grid;gap:6px;color:#17233a;font-size:.92rem;font-weight:750}.tvg-apply-dialog input:not([type=checkbox]):not([type=submit]){width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #ccd5e3;border-radius:10px;background:#fff;color:#17233a;font:inherit}.tvg-apply-dialog input:focus{outline:3px solid #dbe7ff;border-color:#2f66ed}.tvg-apply-dialog label small{color:#718097;font-size:.78rem;font-weight:500}.tvg-apply-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tvg-apply-dialog input[type=file]{padding:8px!important;border-style:dashed!important;background:#f9fbff!important}.tvg-apply-dialog input[type=file]::file-selector-button{margin-right:12px;padding:9px 13px;border:0;border-radius:8px;background:#e7efff;color:#2457cd;font-weight:750;cursor:pointer}.tvg-apply-dialog input[type=submit]{width:100%;border:0;cursor:pointer}.tvg-apply-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;font-size:.88rem;font-weight:500!important}.tvg-apply-consent input{margin-top:3px}.tvg-apply-status{min-height:1.4em;font-size:.9rem;font-weight:700}.tvg-apply-status.is-success{color:#087c40}.tvg-apply-status.is-error{color:#c52828}.tvg-apply-dialog [type=submit]:disabled{opacity:.65;cursor:wait}
.tvg-apply-dialog .wpcf7{margin:0;padding:0}.tvg-apply-dialog .screen-reader-response,.tvg-apply-dialog .hidden-fields-container{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.tvg-apply-dialog .wpcf7-form br{display:none}.tvg-apply-dialog .wpcf7-form>p,.tvg-apply-dialog .tvg-apply-fields>p{margin:0}.tvg-apply-dialog .wpcf7-form-control-wrap{display:block}.tvg-apply-dialog .wpcf7-acceptance label{display:flex;grid-template-columns:none;align-items:flex-start;gap:9px;font-size:.88rem;font-weight:500}.tvg-apply-dialog .wpcf7-acceptance input{margin-top:3px}.tvg-apply-dialog .wpcf7-not-valid-tip{margin-top:5px;color:#c52828;font-size:.8rem}.tvg-apply-dialog .wpcf7-response-output{margin:0!important;padding:10px 12px!important;border-radius:9px;font-size:.88rem}
.tvg-apply-job{display:grid;gap:3px}.tvg-apply-job>span{color:#71809a;font-size:.76rem;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.tvg-apply-job>strong{color:#17233a;font-size:.95rem}
.tvg-field-label{display:flex;align-items:center;gap:6px}
.tvg-cv-field{padding:14px;border:1px dashed #b8c9e8;border-radius:12px;background:#f8faff}
.tvg-apply-dialog .wpcf7-list-item{margin:0}.tvg-apply-dialog .wpcf7-acceptance{display:block;padding:11px 12px;border-radius:10px;background:#f7f9fc;color:#526079}
.tvg-apply-dialog .wpcf7-spinner{position:absolute}
@media(max-width:600px){.tvg-apply-modal{padding:0}.tvg-apply-dialog{width:100%;max-height:100vh;border-radius:0}.tvg-apply-fields{grid-template-columns:1fr}.tvg-apply-dialog form{padding:20px}.tvg-apply-dialog header{padding:18px 20px}}
.tvg-list-page{width:100%!important;max-width:none!important;margin:0!important;padding:34px 24px 56px!important;background:#f7f9fc}
.tvg-list-page>.wp-block-shortcode,.tvg-list-page .tvg-results{width:min(1400px,100%)!important;max-width:1400px!important;margin-inline:auto!important}
.tvg-results-full{display:block!important}.tvg-results-full .tvg-job-column{width:100%}.tvg-results-full .tvg-results-title h1{margin:0;font-size:1.65rem}
.tvg-results-full .tvg-job{width:100%;box-sizing:border-box}
.tvg-job-pagination{display:flex;justify-content:center;gap:7px;padding-top:22px}.tvg-job-pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 8px;border:1px solid #d5deec;border-radius:9px;background:#fff;color:#315fe9;font-weight:750;text-decoration:none}.tvg-job-pagination .current{border-color:#2f66ed;background:#2f66ed;color:#fff}
.tvg-list-page .tvg-job-pagination{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.tvg-infinite-status{display:flex;justify-content:center;align-items:center;min-height:54px;padding-top:8px;color:#68778e;font-size:.85rem;font-weight:700}.tvg-infinite-status.is-loading span::before{content:"";display:inline-block;width:17px;height:17px;margin-right:9px;border:2px solid #c9d8f5;border-top-color:#2f66ed;border-radius:50%;vertical-align:-4px;animation:tvg-spin .7s linear infinite}.tvg-infinite-status.is-complete{color:#7d899b}
@keyframes tvg-spin{to{transform:rotate(360deg)}}
@media(max-width:800px){.tvg-list-page{padding:24px 14px 40px!important}}

/* Consistent page rhythm: block-layout defaults were adding large gaps twice. */
main.wp-block-group>*{margin-block-start:0!important}
main>.tvg-flow-section{padding-top:20px!important;padding-bottom:8px!important}
main>.tvg-jobs-section{padding-top:22px!important;padding-bottom:28px!important}
main>.tvg-jobs-section+.tvg-section{padding-top:28px!important}
.tvg-flow-section .tvg-analysis{margin-bottom:0}
.tvg-jobs-section .tvg-results{align-items:start}
.tvg-job-column,.tvg-sidebar{align-self:start}

/* Keep lower homepage sections intentional instead of oversized empty bands. */
main>.tvg-section:not(.tvg-flow-section):not(.tvg-jobs-section){margin-block:0!important}
main>.tvg-section .wp-block-columns{margin-bottom:0}
main>.has-primary-background-color.tvg-section{
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  margin:12px auto 36px!important;
  padding:46px 38px!important;
  border-radius:22px;
}

/* Footer children must use the wide column, not theme.json contentSize (760px). */
.tvg-footer{width:100%!important;max-width:none!important;margin:0!important;padding:46px 24px 30px!important}
.tvg-footer>.wp-block-columns,.tvg-footer>p{
  width:min(1160px,100%)!important;
  max-width:1160px!important;
  margin-inline:auto!important;
}
.tvg-footer>.wp-block-columns{display:grid!important;grid-template-columns:1.4fr .6fr;gap:70px}
.tvg-footer>.wp-block-columns h3{margin-top:0;color:white}
.tvg-footer>.wp-block-columns p{margin-top:0}
.tvg-footer>p{padding-top:22px;margin-top:18px!important;border-top:1px solid rgba(255,255,255,.13)}

@media(max-width:800px){
  main>.tvg-flow-section{padding-top:14px!important}
  main>.tvg-jobs-section{padding-top:18px!important}
  main>.has-primary-background-color.tvg-section{width:calc(100% - 28px)!important;padding:34px 20px!important;margin-bottom:24px!important}
  .tvg-footer>.wp-block-columns{grid-template-columns:1fr;gap:20px}
}

/* Process and analysis must share the same wide alignment as the job grid. */
main>.tvg-flow-section,.tvg-flow-section{
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
}
.tvg-flow-section>.tvg-process,
.tvg-flow-section>.tvg-analysis{
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  margin-inline:auto!important;
}
.tvg-flow-section>.tvg-analysis{margin-top:24px!important}
@media(min-width:801px) and (max-width:1199px){
  .tvg-flow-section>.tvg-process,
  .tvg-flow-section>.tvg-analysis{width:calc(100% - 40px)!important}
  .tvg-flow-section>.tvg-analysis{margin-top:18px!important}
}
@media(max-width:800px){
  .tvg-flow-section>.tvg-process,
  .tvg-flow-section>.tvg-analysis{width:calc(100% - 28px)!important}
}

/* Balanced job-board width and final responsive overrides. */
.tvg-list-page{padding:36px 24px 56px!important}
.tvg-list-page>.wp-block-shortcode,
.tvg-list-page .tvg-results{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
}
.tvg-list-page .tvg-job{padding:18px 20px;border-radius:16px}
.tvg-list-page .tvg-results-title{margin-bottom:18px}
.tvg-list-page .tvg-results-title h1{font-size:clamp(1.45rem,2.4vw,1.9rem)}

@media(max-width:900px){
  .tvg-list-page{padding:28px 16px 44px!important}
  .tvg-list-page>.wp-block-shortcode,.tvg-list-page .tvg-results{width:min(100% - 16px,1180px)!important}
  .tvg-list-page .tvg-job{grid-template-columns:52px minmax(0,1fr) 140px!important;gap:13px!important}
  .tvg-list-page .tvg-job-action{grid-column:auto!important;padding-left:12px!important;border-left:1px solid #e2e8f0!important;flex-direction:column!important}
}
@media(max-width:640px){
  .tvg-list-page{padding:22px 12px 36px!important}
  .tvg-list-page>.wp-block-shortcode,.tvg-list-page .tvg-results{width:100%!important}
  .tvg-list-page .tvg-results-title{align-items:flex-start;gap:10px;margin-bottom:14px}
  .tvg-list-page .tvg-results-title h1{font-size:1.3rem;line-height:1.3}
  .tvg-list-page .tvg-results-title span{flex:0 0 auto}
  .tvg-list-page .tvg-job{grid-template-columns:44px minmax(0,1fr)!important;gap:11px!important;margin-bottom:10px;padding:14px!important;border-radius:14px}
  .tvg-list-page .tvg-company-mark{width:42px;height:42px}
  .tvg-list-page .tvg-job-top{display:grid!important;gap:7px}
  .tvg-list-page .tvg-job-top h3{font-size:.96rem;line-height:1.4}
  .tvg-list-page .tvg-match{width:max-content}
  .tvg-list-page .tvg-job-meta{display:-webkit-box;white-space:normal;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .tvg-list-page .tvg-job-main>p{display:none}
  .tvg-list-page .tvg-job-action{grid-column:1/-1!important;height:auto;margin-top:2px;padding:11px 0 0!important;border-top:1px solid #e8edf4!important;border-left:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;gap:12px!important}
  .tvg-list-page .tvg-job-action strong{text-align:left;font-size:.82rem}
  .tvg-list-page .tvg-job-action .tvg-button{min-width:112px!important;padding:9px 12px!important;font-size:.78rem}
}
@media(max-width:380px){
  .tvg-list-page .tvg-results-title{display:grid}
  .tvg-list-page .tvg-results-title span{justify-self:start}
  .tvg-list-page .tvg-job-action{grid-template-columns:1fr}
  .tvg-list-page .tvg-job-action .tvg-button{width:100%;box-sizing:border-box}
}

/* Refined job cards: compact salary and scannable quick facts. */
.tvg-list-page .tvg-job{
  grid-template-columns:64px minmax(0,1fr) 190px!important;
  gap:18px!important;
  align-items:center;
  padding:20px 22px!important;
  border:1px solid #e0e7f1;
  box-shadow:0 8px 24px rgba(26,48,89,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.tvg-list-page .tvg-job:hover{transform:translateY(-2px);border-color:#c9d8f4;box-shadow:0 14px 32px rgba(26,48,89,.09)}
.tvg-list-page .tvg-company-mark{width:62px;height:62px;overflow:hidden;border:1px solid #e1e8f3;border-radius:14px;background:#fff}
.tvg-list-page .tvg-company-mark img{width:100%;height:100%;object-fit:contain}
.tvg-list-page .tvg-job-top h3{font-size:1.05rem;line-height:1.4}
.tvg-list-page .tvg-job-company{margin-top:4px;color:#617089;font-size:.8rem;font-weight:650}
.tvg-list-page .tvg-job-quick{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.tvg-list-page .tvg-job-quick span{max-width:100%;padding:5px 9px;border-radius:8px;background:#f2f5fa;color:#52627a;font-size:.7rem;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tvg-list-page .tvg-job-quick .is-industry{background:#eaf1ff;color:#2a59c8}
.tvg-list-page .tvg-job-action{height:100%;padding-left:20px!important;border-left:1px solid #e5eaf2!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:stretch;gap:11px!important}
.tvg-list-page .tvg-job-action strong{color:#0d8046;font-size:.86rem!important;line-height:1.35;text-align:center!important;white-space:nowrap}
.tvg-list-page .tvg-job-action .tvg-button{min-width:0!important;padding:10px 12px!important;border-radius:10px;font-size:.78rem!important;text-align:center}

@media(max-width:760px){
  .tvg-list-page .tvg-job{grid-template-columns:50px minmax(0,1fr)!important;gap:12px!important;padding:15px!important}
  .tvg-list-page .tvg-company-mark{width:48px;height:48px}
  .tvg-list-page .tvg-job-top h3{font-size:.96rem}
  .tvg-list-page .tvg-job-quick{gap:6px;margin-top:8px}
  .tvg-list-page .tvg-job-quick span{font-size:.68rem}
  .tvg-list-page .tvg-job-quick .is-industry{display:none}
  .tvg-list-page .tvg-job-action{grid-column:1/-1!important;height:auto;padding:11px 0 0!important;border-top:1px solid #e8edf4!important;border-left:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}
  .tvg-list-page .tvg-job-action strong{text-align:left!important}
  .tvg-list-page .tvg-job-action .tvg-button{min-width:120px!important}
}
@media(max-width:400px){
  .tvg-list-page .tvg-job-quick span:nth-child(3){display:none}
  .tvg-list-page .tvg-job-action{grid-template-columns:1fr!important}
  .tvg-list-page .tvg-job-action .tvg-button{width:100%}
}

/* Job detail: keep the application panel after the job content on tablets/mobile. */
@media(max-width:920px){
  .tvg-job-detail-sidebar{grid-row:auto!important;position:static}
}
@media(max-width:640px){
  .tvg-job-detail-grid{gap:16px}
  .tvg-job-apply-card{padding:20px}
  .tvg-job-apply-card h2{font-size:1.18rem}
  .tvg-job-apply-card p{margin:7px 0 14px;font-size:.94rem}
  .tvg-job-apply-card .tvg-button{min-height:50px;margin:14px 0 10px}
  .tvg-job-save-button{min-height:48px}
}

/* Urgent-jobs heading with a live total. */
.tvg-list-page .tvg-results-title h1{color:#0d1930;font-weight:850;letter-spacing:-.025em}
.tvg-list-page .tvg-count-up{display:inline-block;min-width:2ch;color:#2563eb;font-variant-numeric:tabular-nums}
@media(max-width:640px){
  .tvg-list-page .tvg-results-title h1{font-size:1.25rem;line-height:1.4}
}

/* Compact single workplace row. */
.tvg-job-location.is-single{gap:11px;margin-top:0;padding:10px 14px}
.tvg-job-location.is-single>span{flex-basis:36px;width:36px;height:36px}
.tvg-job-location.is-single>div{gap:0}
.tvg-job-location.is-single small{line-height:1.3}
.tvg-job-location.is-single strong{font-size:1rem;line-height:1.4}
@media(max-width:640px){
  .tvg-job-location.is-single{padding:10px 12px}
}

/* Explicit load-more control replaces automatic infinite scrolling. */
.tvg-load-more-wrap{display:flex;justify-content:center;padding:24px 0 8px}
.tvg-load-more{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;min-height:50px;padding:12px 22px;border:1px solid #c8d8f7;border-radius:12px;background:#fff;color:#245bd3;font:inherit;font-size:.9rem;font-weight:800;box-shadow:0 7px 20px rgba(37,99,235,.08);cursor:pointer;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}
.tvg-load-more:hover{transform:translateY(-1px);border-color:#2f66ed;background:#f7faff;box-shadow:0 10px 24px rgba(37,99,235,.13)}
.tvg-load-more b{font-size:1.05rem}
.tvg-load-more.is-loading b{width:16px;height:16px;border:2px solid #bed0f5;border-top-color:#2f66ed;border-radius:50%;font-size:0;animation:tvg-spin .7s linear infinite}
.tvg-load-more.is-complete{border-color:#dce4ef;background:#f5f7fa;color:#718096;cursor:default;box-shadow:none}
@media(max-width:640px){
  .tvg-load-more-wrap{padding:18px 0 4px}
  .tvg-load-more{width:100%;min-height:48px}
}

/* Related jobs: prevent long salary/location text from crushing the title on mobile. */
@media(max-width:640px){
  .tvg-related-jobs>h2{margin-bottom:6px;font-size:1.22rem;line-height:1.35}
  .tvg-related-job{grid-template-columns:minmax(0,1fr) 38px;gap:10px 12px;padding:16px}
  .tvg-related-job>span{grid-column:1/-1;min-width:0;gap:7px}
  .tvg-related-job>span strong{font-size:1rem;line-height:1.4;overflow-wrap:anywhere}
  .tvg-related-job small{display:-webkit-box;overflow:hidden;font-size:.86rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .tvg-related-job b{min-width:0;color:#16854a;font-size:.92rem;line-height:1.4;overflow-wrap:anywhere}
  .tvg-related-job i{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#edf3ff;color:#2563eb}
}

/* Center the urgent-jobs headline and emphasize its live total. */
.tvg-list-page .tvg-results-title{display:flex;justify-content:center;text-align:center}
.tvg-list-page .tvg-results-title h1{width:100%;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.25}
.tvg-list-page .tvg-count-up{font-size:1.18em;font-weight:950;letter-spacing:-.04em}
@media(max-width:640px){
  .tvg-list-page .tvg-results-title h1{font-size:1.4rem;line-height:1.35}
}

/* Multiple workplaces: compact header and numbered address cards. */
.tvg-job-location.is-multiple{align-items:flex-start;gap:12px;padding:14px}
.tvg-job-location.is-multiple>span{width:38px;height:38px;flex-basis:38px}
.tvg-job-location.is-multiple>div{display:flex;flex-direction:column;align-content:initial;justify-content:flex-start;gap:12px}
.tvg-job-location.is-multiple small{display:flex;align-items:center;gap:8px;min-height:38px;color:#53647e;font-size:.9rem;font-weight:750;line-height:1.3}
.tvg-location-count{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#dfeaff;color:#245bd3;font-size:.72rem;font-weight:850;white-space:nowrap}
.tvg-job-location.is-multiple ul{counter-reset:tvg-location;gap:10px}
.tvg-job-location.is-multiple li{counter-increment:tvg-location;min-height:58px;box-sizing:border-box;padding:13px 14px 13px 48px;border-color:#dce6f7;box-shadow:0 4px 12px rgba(32,61,112,.04);font-size:.88rem;line-height:1.5}
.tvg-job-location.is-multiple li::before{content:counter(tvg-location);display:grid;place-items:center;top:13px;left:13px;width:24px;height:24px;border-radius:8px;background:#e7efff;color:#2961dc;font-size:.72rem;font-weight:900}
@media(max-width:640px){
  .tvg-job-location.is-multiple{gap:10px;padding:12px}
  .tvg-job-location.is-multiple>span{width:34px;height:34px;flex-basis:34px}
  .tvg-job-location.is-multiple small{min-height:34px}
  .tvg-job-location.is-multiple li{min-height:0;padding:12px 12px 12px 44px}
  .tvg-job-location.is-multiple li::before{top:12px;left:11px}
}

/* Minimal legal footer. */
.tvg-footer{padding:20px 24px!important}
.tvg-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1180px,100%);margin:0 auto}
.tvg-footer-inner p{margin:0;color:#cbd5e1;font-size:.84rem;line-height:1.5}
.tvg-footer-inner nav{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.tvg-footer-inner a{color:#e6edf8;text-decoration:none;font-size:.82rem;font-weight:650}
.tvg-footer-inner a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:640px){
  .tvg-footer{padding:18px 16px!important}
  .tvg-footer-inner{flex-direction:column;gap:10px;text-align:center}
  .tvg-footer-inner nav{justify-content:center;gap:16px;flex-wrap:wrap}
}
