:root {
  --vm-navy: #172033;
  --vm-navy-2: #263044;
  --vm-text: #2a2f3a;
  --vm-muted: #6d7482;
  --vm-muted-2: #9aa0aa;
  --vm-orange: #FF7723;
  --vm-orange-hover: #E86412;
  --vm-orange-soft: #FFF3EA;
  --vm-blue: #315aa8;
  --vm-green: #247052;
  --vm-line: #e6e7ea;
  --vm-line-strong: #d4d7dc;
  --vm-surface: #f8f8f7;
  --vm-surface-2: #f2f2f0;
  --vm-white: #ffffff;
  --vm-radius-sm: 7px;
  --vm-radius: 9px;
  --vm-radius-lg: 12px;
  --vm-radius-xl: 14px;
  --vm-shadow-sm: 0 1px 2px rgba(24,32,51,.025);
  --vm-shadow: 0 6px 18px rgba(24,32,51,.045);
  --vm-sticky-offset: 116px;
}

body.market-aw,
body.market-bq-bo,
body.market-cw,
body.market-bq-sa,
body.market-bq-se,
body.market-sx { --vm-sticky-offset: 160px; }
body.admin-bar { --vm-sticky-offset: 148px; }
body.admin-bar.market-aw,
body.admin-bar.market-bq-bo,
body.admin-bar.market-cw,
body.admin-bar.market-bq-sa,
body.admin-bar.market-bq-se,
body.admin-bar.market-sx { --vm-sticky-offset: 204px; }


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vm-white);
  color: var(--vm-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(45,87,201,.24); outline-offset: 2px; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 880px; }
.eyebrow,
.section-kicker {
  margin: 0 0 6px;
  color: #747b88;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
}

/* Header + market selector */
.vm-site-chrome { position: sticky; top: 0; z-index: 100; }
body.admin-bar .vm-site-chrome { top: 32px; }
.market-bar {
  min-height: 36px;
  background: #FF7723;
  color: #fff;
}
.market-bar-inner {
  min-height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.market-tabs {
  min-height: 36px;
  display: flex;
  align-items: flex-end;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.market-tabs::-webkit-scrollbar { display: none; }
.market-tabs a {
  min-width: max-content;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px 8px 0 0;
  color: rgba(255,255,255,.94);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .12s ease, color .12s ease;
}
.market-tabs a:hover { background: rgba(255,255,255,.12); }
.market-tabs a.active {
  background: #fff;
  color: var(--vm-navy);
  box-shadow: 0 1px 0 #fff;
}
.market-utility-nav { display: none; }

.caribbean-market-bar {
  min-height: 42px;
  border-bottom: 1px solid #e7ebf2;
  background: #fff;
}
.caribbean-market-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.caribbean-market-label {
  flex: 0 0 auto;
  color: #777f8e;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}
.caribbean-market-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.caribbean-market-tabs::-webkit-scrollbar { display: none; }
.caribbean-market-tabs a {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 8px;
  color: #5f6878;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.caribbean-market-tabs a:hover { background: #f5f7fa; color: var(--vm-navy); }
.caribbean-market-tabs a.active { background: #f4f4f2; color: var(--vm-navy); }

.site-header {
  position: relative;
  min-height: 62px;
  background: #fff;
  border-bottom: 1px solid var(--vm-line);
}
.header-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--vm-navy);
  font-size: 26px;
  font-weight: 790;
  letter-spacing: -1.15px;
  line-height: 1;
  text-decoration: none;
}

.brand-link { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-link .brand { pointer-events: none; }
.brand-has-image { display: inline-flex; align-items: center; }
.brand-logo-image { display: block; width: auto; height: auto; max-width: 235px; max-height: 42px; object-fit: contain; }
.brand-link-footer .brand-logo-image { max-width: 220px; max-height: 44px; }
.brand b {
  margin-left: 6px;
  padding: 5px 7px;
  border-radius: 5px;
  background: var(--vm-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.2px;
}
.main-nav { display: flex; align-items: center; gap: 22px; margin-right: auto; }
.main-nav a,
.login-link,
.account-link {
  color: #252c4b;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color .15s ease;
}
.main-nav a:hover,
.login-link:hover,
.account-link:hover { color: var(--vm-orange); }
.main-nav a.nav-secondary { color: #727987; font-weight: 550; }
.main-nav a.nav-secondary:hover { color: var(--vm-navy); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-icon-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--vm-navy);
  text-decoration: none;
}
.header-icon-link:hover { background: #f4f6fa; }
.header-icon-link svg { width: 19px; height: 19px; }
.login-link { display: inline-flex; align-items: center; gap: 8px; }
.login-link svg { width: 19px; height: 19px; }
.account-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  background: #fff;
}
.account-link:hover { border-color: #cfd4df; background: #fafbfc; }

.button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .12s ease, border-color .12s ease, color .12s ease;
}
.button:hover { box-shadow: none; }
.button-orange { background: var(--vm-orange); color: #fff; box-shadow: none; }
.button-orange:hover { background: var(--vm-orange-hover); }
.button-outline,
.button-quiet { border-color: var(--vm-line-strong); background: #fff; color: var(--vm-navy); }
.button-outline:hover,
.button-quiet:hover { border-color: #bdc3cf; background: #fafbfc; }
.button-outline-orange { border-color: var(--vm-orange); background: transparent; color: var(--vm-orange); }
.button-outline-orange:hover { background: var(--vm-orange); color: #fff; }
.button-full { width: 100%; }
.header-cta { min-width: 148px; }
.menu-toggle,
.mobile-menu { display: none; }


.flash {
  margin: 14px auto 0;
  padding: 12px 15px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
}
.flash-success { background: #eff9f4; border-color: #c8e7d6; color: #17663f; }
.flash-error { background: #fff5f3; border-color: #f4cec7; color: #972f24; }
.flash-info { background: #f4f6fb; border-color: #dce2ee; color: #32446f; }

/* Home */
.hero {
  position: relative;
  background: #f8f8f7;
  border-bottom: 1px solid var(--vm-line);
}
.hero-grid { display: block; }
.hero-copy { max-width: 760px; padding: 42px 0 18px; }
.hero-kicker {
  margin: 0 0 8px;
  color: #777e8a;
  font-size: 12px;
  font-weight: 600;
}
.hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--vm-navy);
  font-size: clamp(38px, 4.2vw, 52px);
  font-weight: 735;
  letter-spacing: -1.7px;
  line-height: 1.06;
}
.hero h1 span { color: inherit; }
.hero-copy > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #666e7d;
  font-size: 16px;
  line-height: 1.6;
}
.hero-photo { display: none; }
.hero-search-wrap { padding-bottom: 22px; }
.hero-search { margin: 0; }
.popular-searches {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 9px;
  overflow-x: auto;
  scrollbar-width: none;
}
.popular-searches::-webkit-scrollbar { display: none; }
.popular-searches > span { flex: 0 0 auto; color: #8a909a; font-size: 11px; }
.popular-searches a {
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  color: #596170;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.popular-searches a:not(:last-child)::after { content: "·"; margin-left: 12px; color: #b0b4bc; }
.popular-searches a:hover { color: var(--vm-navy); text-decoration: underline; text-underline-offset: 3px; }

.category-rail { padding: 0; background: #fff; border-bottom: 1px solid var(--vm-line); }
.category-rail-inner { min-height: 68px; display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 0; align-items: stretch; }
.category-rail-item {
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 0;
  border-right: 1px solid #ececef;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.category-rail-item:first-child { border-left: 1px solid #ececef; }
.category-rail-item:hover { background: #fafaf9; }
.category-rail-icon,
.category-all-arrow {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: #344054;
}
.category-rail-icon svg { width: 18px; height: 18px; stroke-width: 1.6; }
.category-rail-icon img,
.category-all-arrow img { width: 22px; height: 22px; display: block; object-fit: contain; border-radius: 4px; }
.category-all-arrow { background: transparent; }
.category-all-arrow svg { width: 15px; height: 15px; }
.category-rail-copy { min-width: 0; }
.category-rail-copy strong { display: block; color: #263044; font-size: 12px; font-weight: 650; line-height: 1.25; }
.category-rail-copy small { display: block; margin-top: 2px; color: #8a909a; font-size: 9px; line-height: 1.3; }



.region-rail { background: #fff; border-bottom: 1px solid var(--vm-line); }
.region-rail-inner { min-height: 54px; display: flex; align-items: center; gap: 18px; }
.region-rail-inner > strong { flex: 0 0 auto; color: #30384b; font-size: 12px; font-weight: 700; }
.region-links { min-width: 0; display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.region-links::-webkit-scrollbar { display: none; }
.region-links a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 5px 10px; border: 1px solid #e4e6ea; border-radius: 7px; background: #fff; color: #5d6573; font-size: 11px; font-weight: 600; text-decoration: none; }
.region-links a:hover { border-color: #cdd2da; color: var(--vm-navy); background: #fafafa; }
.region-links small { color: #9399a3; font-size: 9px; font-weight: 600; }

.archive-region-row { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.archive-region-row > span { flex: 0 0 auto; color: #7a8190; font-size: 11px; font-weight: 650; }
.archive-region-row nav { min-width: 0; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.archive-region-row nav::-webkit-scrollbar { display: none; }
.archive-region-row a { flex: 0 0 auto; padding: 5px 9px; border: 1px solid #e1e4e8; border-radius: 7px; background: #fff; color: #5d6573; font-size: 11px; font-weight: 600; text-decoration: none; }
.archive-region-row a:hover, .archive-region-row a.active { border-color: #c8cdd5; background: #f5f6f7; color: var(--vm-navy); }

.home-section { padding: 34px 0 48px; }
.home-content-stack { display: grid; gap: 36px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 12px; }
.section-head.compact-head { margin-bottom: 10px; }
.section-head h2 { margin: 0; color: var(--vm-navy); font-size: 22px; font-weight: 700; letter-spacing: -.35px; line-height: 1.25; }
.section-head > span { color: var(--vm-muted); font-size: 12px; }
.section-kicker { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #365b9d; font-size: 12px; font-weight: 650; text-decoration: none; }
.text-link:hover { color: #243f72; text-decoration: underline; text-underline-offset: 3px; }
.text-link svg { width: 14px; height: 14px; }
.home-jobs-panel .vm-vacancy-grid { grid-template-columns: 1fr; gap: 0; border: 1px solid #e5e6e9; border-radius: 9px; overflow: hidden; background: #fff; }

.home-employer-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 22px;
  border: 1px solid #f0ded6;
  border-radius: 9px;
  background: #fff9f6;
}
.home-employer-callout > div { max-width: 760px; }
.home-employer-callout span { display: none; }
.home-employer-callout h2 { margin: 0 0 4px; color: var(--vm-navy); font-size: 18px; font-weight: 700; letter-spacing: -.2px; }
.home-employer-callout p { margin: 0; color: #6c707a; font-size: 13px; line-height: 1.55; }
.home-employer-callout .button { flex: 0 0 auto; min-width: 138px; }

.why-vm { margin: 0; }
.why-grid-inline { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.why-grid-inline article {
  min-height: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.why-grid-inline article:last-child { border-right: 0; }
.why-grid-inline article > span { width: 26px; height: 26px; display: grid; place-items: center; color: #4f596a; }
.why-grid-inline article > span svg { width: 17px; height: 17px; }
.why-grid-inline strong { display: block; margin-bottom: 3px; color: var(--vm-navy); font-size: 13px; font-weight: 650; }
.why-grid-inline p { margin: 0; color: #747b87; font-size: 11px; line-height: 1.5; }

.tool-grid-v5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.tool-grid-v5 > a {
  min-height: 0;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 15px 18px;
  border: 0;
  border-right: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.tool-grid-v5 > a:last-child { border-right: 0; }
.tool-grid-v5 > a:hover { background: #fafaf9; }
.tool-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 7px; background: #f3f3f1; color: var(--vm-navy); font-size: 11px; font-weight: 750; }
.tool-grid-v5 strong { display: block; margin-bottom: 2px; color: var(--vm-navy); font-size: 13px; font-weight: 650; }
.tool-grid-v5 p { margin: 0; color: #777e89; font-size: 11px; line-height: 1.45; }
.tool-arrow { color: #667085; font-size: 15px; line-height: 1; }

.home-employers-section { min-width: 0; }
.employer-strip-simple { margin: 0; padding: 12px 0; border: 0; border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); border-radius: 0; background: transparent; }
.home-employers-empty { display: none; }
.home-real-stats { display: flex; align-items: center; gap: 22px; padding: 0; }
.home-real-stats div { display: flex; align-items: baseline; gap: 6px; }
.home-real-stats strong { color: var(--vm-navy); font-size: 17px; font-weight: 700; }
.home-real-stats span { color: #7a818d; font-size: 11px; }
.home-inline-ad:empty { display: none; }


/* Authentication */
.auth-page { min-height: calc(100vh - 108px); padding: 62px 0 86px; background: var(--vm-surface); }
.auth-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(430px,1fr); gap: 74px; align-items: start; }
.auth-intro { padding: 32px 0; }
.auth-intro h1 { margin: 0 0 15px; color: var(--vm-navy); font-size: 44px; font-weight: 780; letter-spacing: -1.7px; line-height: 1.05; }
.auth-intro > p:not(.eyebrow):not(.auth-switch-copy) { max-width: 560px; margin: 0; color: var(--vm-muted); font-size: 16px; line-height: 1.65; }
.auth-choice-list { display: grid; gap: 10px; margin-top: 28px; }
.auth-choice-list a { display: grid; gap: 3px; padding: 15px 16px; border: 1px solid var(--vm-line); border-radius: 12px; background: #fff; text-decoration: none; transition: border-color .15s ease; }
.auth-choice-list a:hover { border-color: #cfd3dd;  }
.auth-choice-list strong { color: var(--vm-navy); font-size: 14px; }
.auth-choice-list span { color: var(--vm-muted); font-size: 12px; }
.auth-benefits { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; }
.auth-benefits li { position: relative; padding-left: 24px; color: #444b60; font-size: 13px; }
.auth-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--vm-green); font-weight: 800; }
.auth-switch-copy { margin-top: 28px !important; color: var(--vm-muted) !important; font-size: 13px !important; }
.auth-switch-copy a { color: var(--vm-blue); font-weight: 720; }
.business-registration-note { margin-top: 28px; padding: 16px 17px; border: 1px solid #F4D9C8; border-left: 3px solid var(--vm-orange); border-radius: 12px; background: #fff; }
.business-registration-note strong { color: var(--vm-navy); font-size: 13px; }
.business-registration-note p { margin: 4px 0 0; color: var(--vm-muted); font-size: 12px; line-height: 1.55; }
.auth-form-wrap { min-width: 0; }
.auth-layout-recovery { align-items: center; }
.auth-security-note { display: grid; gap: 4px; margin-top: 28px; padding: 16px; border: 1px solid var(--vm-line); border-radius: 12px; background: #fff; }
.auth-security-note strong { font-size: 13px; }
.auth-security-note span { color: var(--vm-muted); font-size: 12px; line-height: 1.55; }

/* Landing / content */
.landing-hero,
.hub-hero,
.form-page-head,
.archive-hero {
  padding: 52px 0;
  background: var(--vm-surface);
  border-bottom: 1px solid var(--vm-line);
}
.landing-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 56px; align-items: center; }
.landing-hero h1,
.hub-hero h1,
.form-page-head h1,
.archive-hero h1 {
  max-width: 760px;
  margin: 0 0 13px;
  color: var(--vm-navy);
  font-size: clamp(36px,4vw,50px);
  font-weight: 780;
  letter-spacing: -1.9px;
  line-height: 1.04;
}
.landing-hero p:not(.eyebrow),
.hub-hero p:not(.eyebrow),
.form-page-head p:not(.eyebrow),
.archive-title-row p:not(.eyebrow) { max-width: 700px; margin: 0; color: var(--vm-muted); font-size: 15px; line-height: 1.65; }
.landing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.landing-proof { display: grid; grid-template-columns: 1fr; border: 1px solid var(--vm-line); border-radius: var(--vm-radius); overflow: hidden; background: #fff; }
.landing-proof > div { padding: 16px 18px; border-bottom: 1px solid var(--vm-line); }
.landing-proof > div:last-child { border-bottom: 0; }
.landing-proof strong,
.landing-proof span { display: block; }
.landing-proof strong { color: var(--vm-navy); font-size: 14px; }
.landing-proof span { margin-top: 2px; color: var(--vm-muted); font-size: 11px; }
.feature-section,
.salary-check-section { padding: 36px 0 74px; }
.hub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 36px 0 74px; }
.hub-grid article { padding: 23px; border: 1px solid var(--vm-line); border-radius: 14px; background: #fff; }
.hub-grid article > span { display: inline-flex; min-width: 34px; height: 28px; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: 7px; background: var(--vm-surface-2); color: var(--vm-navy); font-size: 11px; font-weight: 760; }
.hub-grid h2 { margin: 0 0 7px; color: var(--vm-navy); font-size: 18px; }
.hub-grid p { margin: 0 0 16px; color: var(--vm-muted); font-size: 13px; }
.hub-grid a { color: var(--vm-blue); font-size: 12px; font-weight: 720; text-decoration: none; }

/* Vacancy archive */
.archive-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.archive-title-row > div:first-child { min-width: 0; }
.archive-trust { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--vm-line); border-radius: 12px; background: #fff; color: #3b435b; font-size: 11px; }
.archive-trust svg { width: 19px; color: var(--vm-green); }
.archive-trust small { color: var(--vm-muted); font-size: 9px; }
.archive-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 32px; align-items: start; padding: 30px 0 76px; }
.archive-results { min-width: 0; }
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.archive-toolbar strong { color: var(--vm-navy); font-size: 15px; }
.archive-toolbar span { color: var(--vm-muted); font-size: 11px; }
.archive-job-grid { display: grid; gap: 10px; }
.archive-sidebar { position: sticky; top: var(--vm-sticky-offset); display: grid; gap: 14px; }
.empty-state { display: grid; place-items: center; padding: 46px 24px; border: 1px dashed #d4d8e0; border-radius: 14px; background: #fafbfc; text-align: center; }
.empty-state > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 12px; background: #fff; color: var(--vm-blue); border: 1px solid var(--vm-line); }
.empty-state svg { width: 19px; }
.empty-state h2 { margin: 0 0 6px; color: var(--vm-navy); font-size: 18px; }
.empty-state p { max-width: 460px; margin: 0 0 15px; color: var(--vm-muted); font-size: 12px; }
.free-card { padding: 20px; border: 1px solid var(--vm-line); border-radius: 14px; background: #fff; }
.free-card h3 { margin: 8px 0 7px; color: var(--vm-navy); font-size: 18px; }
.free-card p { margin: 0 0 15px; color: var(--vm-muted); font-size: 12px; line-height: 1.55; }
.free-icon { display: inline-flex; padding: 5px 8px; border-radius: 7px; background: var(--vm-orange-soft); color: #A94710; font-size: 10px; font-weight: 800; }
.navigation.pagination { margin-top: 24px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.page-numbers { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 11px; border: 1px solid var(--vm-line); border-radius: 8px; color: #3f465c; font-size: 11px; text-decoration: none; }
.page-numbers.current { border-color: var(--vm-navy); background: var(--vm-navy); color: #fff; }

/* Vacancy placement page */
.form-page-grid { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 34px; align-items: start; padding: 34px 0 78px; }
.form-help { position: sticky; top: var(--vm-sticky-offset); display: grid; gap: 10px; }
.help-card { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 15px; border: 1px solid var(--vm-line); border-radius: 12px; background: #fff; }
.help-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--vm-surface-2); color: var(--vm-blue); }
.help-card svg { width: 17px; }
.help-card strong { color: var(--vm-navy); font-size: 12px; }
.help-card p { margin: 3px 0 0; color: var(--vm-muted); font-size: 10px; line-height: 1.5; }

/* Vacancy detail */
.breadcrumbs { display: flex; align-items: center; gap: 8px; padding: 18px 0; color: #7a8294; font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--vm-blue); }
.vm-vacancy-page { background: #f8fafc; }
.vm-vacancy-shell { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; align-items: start; padding-bottom: 76px; }
.vm-vacancy-main,
.vm-vacancy-sidebar { min-width: 0; }
.vm-vacancy-sidebar { position: sticky; top: var(--vm-sticky-offset); display: grid; gap: 14px; }
.vm-vacancy-card,
.vm-vacancy-hero,
.vm-apply-card { border: 1px solid var(--vm-line); border-radius: 10px; background: #fff; box-shadow: none; }
.vm-vacancy-hero { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 28px; padding: 24px; }
.vm-vacancy-logo { width: 84px; height: 84px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--vm-line); border-radius: 14px; background: #f8fafc; color: var(--vm-navy); font-size: 32px; font-weight: 800; }
.vm-vacancy-logo img { width: 100%; height: 100%; object-fit: contain; }
.vm-vacancy-company { margin: 0 0 8px; color: #3f5fcf; font-size: 14px; font-weight: 720; }
.vm-vacancy-company a { color: inherit; text-decoration: none; }
.vm-vacancy-hero-copy h1 { margin: 0; color: var(--vm-navy); font-size: clamp(36px, 4vw, 54px); font-weight: 800; line-height: 1.02; letter-spacing: -1.8px; }
.vm-vacancy-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.vm-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 760; }
.vm-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .8; }
.vm-pill-blue { background: #eef3ff; color: #355fd0; }
.vm-pill-green { background: #edf8f1; color: #17784a; }
.vm-vacancy-meta-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eef1f5; }
.vm-vacancy-meta-row span { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #4c5874; font-size: 14px; }
.vm-vacancy-meta-row span strong { display: block; color: var(--vm-navy); font-size: 17px; font-weight: 760; }
.vm-vacancy-meta-row span small { display: block; margin-top: 2px; color: #818ba0; font-size: 12px; }
.vm-vacancy-meta-row svg { width: 18px; height: 18px; margin-top: 1px; color: var(--vm-navy); }
.vm-vacancy-tabs { display: flex; flex-wrap: wrap; gap: 22px; padding: 0 20px; border-bottom: 1px solid #e7ebf2; margin-top: 14px; }
.vm-vacancy-tabs a { position: relative; display: inline-flex; align-items: center; min-height: 58px; color: #4d5871; font-size: 14px; font-weight: 650; text-decoration: none; }
.vm-vacancy-tabs a:first-child { color: var(--vm-navy); font-weight: 760; }
.vm-vacancy-tabs a:first-child::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; border-radius: 99px; background: var(--vm-orange); }
.vm-vacancy-section { margin-top: 18px; padding: 24px; }
.vm-vacancy-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.vm-vacancy-section-head h2,
.vm-vacancy-copy h2 { margin: 0; color: var(--vm-navy); font-size: 20px; letter-spacing: -.5px; }
.vm-vacancy-section-grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 22px; }
.vm-vacancy-prose { color: #3b465e; font-size: 16px; line-height: 1.75; }
.vm-vacancy-prose > *:first-child { margin-top: 0; }
.vm-vacancy-prose h2,
.vm-vacancy-prose h3 { color: var(--vm-navy); }
.vm-vacancy-prose ul { padding-left: 20px; }
.vm-vacancy-summary { padding: 20px; border-radius: 14px; background: #f8fafc; }
.vm-vacancy-summary h3 { margin: 0 0 18px; color: var(--vm-navy); font-size: 18px; }
.vm-vacancy-summary dl { display: grid; gap: 14px; margin: 0; }
.vm-vacancy-summary dl div { display: grid; gap: 4px; }
.vm-vacancy-summary dt { display: flex; align-items: center; gap: 8px; color: #28314d; font-size: 13px; font-weight: 700; }
.vm-vacancy-summary dd { margin: 0; color: #55617c; font-size: 14px; line-height: 1.45; }
.vm-vacancy-summary svg { width: 16px; height: 16px; }
.vm-vacancy-company-compact { display: grid; grid-template-columns: 60px minmax(0,1fr) auto; gap: 18px; align-items: center; margin-top: 22px; padding-top: 22px; border-top: 1px solid #eef1f5; }
.vm-vacancy-company-badge { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid var(--vm-line); border-radius: 14px; background: #f8fafc; color: var(--vm-navy); font-size: 24px; font-weight: 800; }
.vm-vacancy-company-copy h3 { margin: 0 0 6px; color: var(--vm-navy); font-size: 16px; }
.vm-vacancy-company-copy p { margin: 0; color: #5f6880; font-size: 14px; line-height: 1.6; }
.vm-vacancy-company-compact .button svg { width: 14px; height: 14px; }
.vm-check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.vm-check-list li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; color: #34405a; font-size: 15px; }
.vm-check-list li span:first-child { color: var(--vm-orange); }
.vm-check-list svg { width: 16px; height: 16px; }
.vm-location-panel { display: grid; gap: 16px; }
.vm-location-address { margin: 0 0 6px; color: var(--vm-navy); font-size: 17px; font-weight: 720; }
.vm-location-copy p:last-child { margin-bottom: 0; color: #5f6880; }
.vm-map-embed-inline { min-height: 260px; overflow: hidden; border-radius: 10px; border: 1px solid #e7ebf2; background: #fff; }
.vm-map-embed-inline iframe { width: 100%; height: 260px; border: 0; }
.vm-vacancy-bottom-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 4px 0; color: #20243a; }
.vm-vacancy-back,
.vm-vacancy-action-link { display: inline-flex; align-items: center; gap: 8px; color: var(--vm-navy); font-size: 14px; font-weight: 650; text-decoration: none; }
.vm-vacancy-back svg,
.vm-vacancy-action-link svg { width: 16px; height: 16px; }
.vm-vacancy-back svg { transform: rotate(180deg); }
.vm-vacancy-actions { display: flex; align-items: center; gap: 24px; }
.vm-apply-card { padding: 20px; }
.vm-apply-card h2 { margin: 12px 0 8px; color: var(--vm-navy); font-size: 18px; line-height: 1.1; }
.vm-apply-card > p { margin: 0 0 18px; color: #69748d; font-size: 14px; line-height: 1.55; }
.vm-apply-card form { display: grid; gap: 14px; }
.vm-apply-card label { display: grid; gap: 6px; color: #27314d; font-size: 14px; font-weight: 700; }
.vm-apply-card label span { color: var(--vm-orange); }
.vm-apply-card small { color: #768199; font-weight: 500; }
.vm-apply-card input,
.vm-apply-card textarea { width: 100%; padding: 12px 14px; border: 1px solid #d9dfeb; border-radius: 12px; background: #fff; color: var(--vm-text); outline: none; }
.vm-apply-card input:focus,
.vm-apply-card textarea:focus { border-color: #8b9ac0; box-shadow: 0 0 0 3px rgba(49,90,203,.08); }
.vm-apply-card textarea { resize: vertical; min-height: 110px; }
.vm-apply-card .button { min-height: 50px; font-size: 15px; }
.vm-apply-privacy { display: flex; align-items: flex-start; gap: 8px; margin: -2px 0 0; color: #6f7992; font-size: 13px; line-height: 1.55; }
.vm-apply-privacy svg { width: 16px; height: 16px; color: var(--vm-navy); margin-top: 1px; }
.vm-apply-card .check { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: #4e5a76; font-size: 12px; font-weight: 500; }
.vm-apply-card .check input { width: 16px; height: 16px; margin-top: 2px; padding: 0; }


/* Public company */
.company-page { padding-bottom: 76px; }
.company-hero-v4 { padding: 44px 0; background: var(--vm-surface); border-bottom: 1px solid var(--vm-line); }
.company-head { display: grid; grid-template-columns: 88px minmax(0,1fr) auto; gap: 22px; align-items: center; }
.company-logo { width: 88px; height: 88px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--vm-line); border-radius: 14px; background: #fff; color: var(--vm-navy); font-size: 23px; font-weight: 800; }
.company-head-copy h1 { margin: 5px 0 7px; color: var(--vm-navy); font-size: 38px; font-weight: 780; letter-spacing: -1.25px; }
.company-head-copy > p { margin: 0; color: var(--vm-muted); font-size: 13px; }
.company-badges,
.company-hero-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.company-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 30px; padding-top: 32px; }
.company-main-v3,
.company-sidebar-v3 { display: grid; align-content: start; gap: 15px; }
.company-about,
.vm-company-section { padding: 24px; border: 1px solid var(--vm-line); border-radius: 14px; background: #fff; }
.company-about h2,
.vm-company-section h2 { margin-top: 0; color: var(--vm-navy); }
.company-facts { display: grid; border: 1px solid var(--vm-line); border-radius: 14px; background: #fff; overflow: hidden; }
.company-facts > div { display: flex; justify-content: space-between; gap: 14px; padding: 13px 14px; border-bottom: 1px solid var(--vm-line); font-size: 12px; }
.company-facts > div:last-child { border-bottom: 0; }
.company-facts span { color: var(--vm-muted); }

/* Generic pages */
.generic-page { min-height: 65vh; padding: 56px 0 80px; background: var(--vm-surface); }
.generic-card { padding: 30px; border: 1px solid var(--vm-line); border-radius: 10px; background: #fff; }
.generic-card h1,
.generic-page > .site-wrap > h1 { margin: 0 0 18px; color: var(--vm-navy); font-size: 38px; letter-spacing: -1px; }
.entry-content { color: #3c4256; font-size: 15px; line-height: 1.75; }
.entry-content h2,
.entry-content h3 { color: var(--vm-navy); }
.post-card { margin-top: 12px; padding: 18px 0; border: 0; border-top: 1px solid var(--vm-line); border-radius: 0; background: transparent; }
.post-card h2 { margin: 0 0 7px; font-size: 19px; }
.post-card h2 a { text-decoration: none; }

/* Dashboard shell */
.dashboard-page { min-height: 72vh; padding-bottom: 92px; background: var(--vm-surface); }
.dashboard-head { padding: 46px 0 22px; }
.dashboard-head h1 { margin: 0 0 7px; color: var(--vm-navy); font-size: 36px; font-weight: 760; letter-spacing: -1px; }
.dashboard-head > p:last-child { margin: 0; color: var(--vm-muted); font-size: 13px; }
.dashboard-shell { padding: 32px 0 20px; }

/* Footer */
.site-footer { margin-top: 42px; border-top: 1px solid var(--vm-line); background: #f8f8f7; color: var(--vm-text); }
.footer-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--vm-line); }
.footer-cta-copy { max-width: 650px; }
.footer-kicker { display: none; }
.footer-cta-copy h2 { margin: 0 0 4px; color: var(--vm-navy); font-size: 20px; font-weight: 700; line-height: 1.25; letter-spacing: -.25px; }
.footer-cta-copy p { margin: 0; color: #727984; font-size: 12px; line-height: 1.55; }
.footer-cta-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.button-light { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border: 1px solid var(--vm-line-strong); border-radius: 8px; background: #fff; color: var(--vm-navy); font-size: 12px; font-weight: 650; text-decoration: none; }
.button-light:hover { border-color: #bfc5cf; background: #fff; }
.footer-main { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.55fr); gap: 48px; padding: 28px 0 24px; }
.footer-brand-column { max-width: 380px; }
.brand-footer { color: var(--vm-navy); }
.footer-brand-column > p { margin: 12px 0 15px; color: #727984; font-size: 12px; line-height: 1.6; }
.footer-market-switch { width: max-content; display: flex; gap: 0; border: 1px solid var(--vm-line); border-radius: 8px; background: #fff; overflow: hidden; }
.footer-market-switch a { min-width: 82px; padding: 6px 9px; border-right: 1px solid var(--vm-line); color: #68707d; font-size: 11px; font-weight: 600; text-align: center; text-decoration: none; }
.footer-market-switch a:last-child { border-right: 0; }
.footer-market-switch a.active { background: #f1f1ef; color: var(--vm-navy); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-links > div { display: grid; align-content: start; gap: 7px; }
.footer-links h3 { margin: 0 0 6px; color: var(--vm-navy); font-size: 12px; font-weight: 700; }
.footer-links a { color: #6d7480; font-size: 12px; line-height:1.45; text-decoration: none; }
.footer-links a:hover { color: var(--vm-navy); text-decoration: underline; text-underline-offset: 3px; }
.footer-trust-row { display: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0 18px; border-top: 1px solid var(--vm-line); color: #8a9099; font-size: 10px; }


.hp-field { position: absolute !important; left: -9999px !important; }

@media (max-width: 1100px) {
  .site-wrap { width: min(100% - 36px,1240px); }
  .main-nav { gap: 18px; }
  .header-actions { gap: 10px; }
  .account-link { display: none; }
  .hero-grid { display: block; }
  .home-layout { grid-template-columns: 1fr; }
  .home-sidebar { grid-template-columns: 1fr 1fr; }
  .home-sidebar .vm-ad { grid-column: 1 / -1; }
  .form-page-grid { grid-template-columns: 1fr; }
  .form-help { position: static; grid-template-columns: repeat(4,1fr); }
  .job-layout { grid-template-columns: minmax(0,1fr) 300px; }
  .auth-layout { gap: 42px; }
}

@media (max-width: 900px) {
  body.admin-bar .vm-site-chrome { top: 46px; }
  .main-nav,
  .header-actions,
  .market-utility-nav { display: none; }
  .market-bar-inner { overflow: hidden; }
  .market-tabs { width: 100%; }
  .caribbean-market-inner { width: 100%; gap: 10px; overflow: hidden; }
  .caribbean-market-label { padding-left: 18px; }
  .caribbean-market-tabs { padding-right: 18px; }
  .site-header,
  .header-inner { height: 66px; }
  .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 0; background: #fff; cursor: pointer; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--vm-navy); }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 22px 22px; border-bottom: 1px solid var(--vm-line); background: #fff; box-shadow: var(--vm-shadow); }
  .mobile-menu.open { display: grid; gap: 2px; }
  .mobile-menu > a:not(.button) { padding: 11px 4px; border-bottom: 1px solid #f0f1f4; font-size: 14px; font-weight: 650; text-decoration: none; }
  .mobile-auth-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 8px 0; }
  .mobile-auth-row a { padding: 10px; border: 1px solid var(--vm-line); border-radius: 8px; text-align: center; font-size: 12px; font-weight: 700; text-decoration: none; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding: 48px 0 24px; }
  .hero-copy > p:last-child { max-width: 520px; }
  .hero-photo { display: none; }
  .hero-search-wrap { margin-top: 0; }
  .category-rail { overflow: hidden; }
  .category-rail-inner { min-height: 92px; grid-template-columns: repeat(7, 180px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-width: none; }
  .category-rail-inner::-webkit-scrollbar { display: none; }
  .category-rail-item { padding: 12px 14px; scroll-snap-align: start; }
  .category-rail-item:first-child { padding-left: 14px; }
  .home-section .vm-vacancy-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: auto; border: 0 !important; border-bottom: 1px solid var(--vm-line) !important; }
  .why-grid article:last-child { border-bottom: 0 !important; }
  .tool-grid-v5 { grid-template-columns: 1fr; }
  .tool-grid-v5 > a { min-height: 0; border: 0; border-bottom: 1px solid var(--vm-line); }
  .tool-grid-v5 > a:last-child { border-bottom: 0; }
  .employer-strip { grid-template-columns: 1fr; }
  .employer-strip > a { justify-self: start; }
  .auth-layout,
  .landing-grid { grid-template-columns: 1fr; gap: 22px; }
  .auth-intro { padding: 0; }
  .landing-proof { grid-template-columns: repeat(3,1fr); }
  .landing-proof > div { border-right: 1px solid var(--vm-line); border-bottom: 0; }
  .landing-proof > div:last-child { border-right: 0; }
  .form-help { grid-template-columns: 1fr 1fr; }
  .archive-layout,
  .job-layout,
  .company-grid { grid-template-columns: 1fr; }
  .archive-sidebar,
  .job-sidebar { position: static; }
  .company-head { grid-template-columns: 72px 1fr; }
  .company-logo { width: 72px; height: 72px; }
  .company-head > .company-hero-stat { grid-column: 1 / -1; justify-self: start; }
  .hub-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand-column { max-width: 520px; }
  .footer-trust-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {

  .brand-logo-image { max-width: 190px; max-height: 36px; }
  .region-rail-inner { gap: 10px; }
  .region-rail-inner > strong { display: none; }
  .region-links { width: 100%; }
  .archive-region-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .archive-region-row nav { width: 100%; }
  .site-wrap { width: min(100% - 24px,1240px); }
  .market-bar, .market-bar-inner, .market-tabs { min-height: 43px; height: 43px; }
  .market-tabs a { min-width: max-content; height: 36px; padding-inline: 14px; font-size: 13px; }
  .caribbean-market-bar, .caribbean-market-inner { min-height: 43px; }
  .caribbean-market-label { display: none; }
  .caribbean-market-tabs { padding: 5px 12px; }
  .caribbean-market-tabs a { padding: 6px 10px; font-size: 11px; }
  .brand { font-size: 24px; }
  .hero-grid { min-height: 0; }
  .hero h1 { font-size: 44px; letter-spacing: -2px; }
  .hero-copy { padding: 42px 0 22px; }
  .hero-copy > p:last-child { max-width: 92%; font-size: 15px; }
  .hero-photo { display: none; }
  .hero-search-wrap { margin-top: 0; padding-bottom: 24px; }
  .popular-searches { min-height: 38px; }
  .category-rail-inner { grid-template-columns: repeat(7, 164px); min-height: 84px; }
  .category-rail-item { min-height: 64px; gap: 10px; padding: 11px 13px; }
  .category-rail-icon, .category-all-arrow { width: 36px; height: 36px; flex-basis: 36px; }
  .category-rail-icon svg { width: 24px; height: 24px; }
  .home-sidebar { grid-template-columns: 1fr; }
  .auth-page { padding-top: 36px; }
  .auth-intro h1 { font-size: 36px; }
  .landing-hero,
  .hub-hero,
  .form-page-head,
  .archive-hero { padding: 38px 0; }
  .landing-proof { grid-template-columns: 1fr; }
  .landing-proof > div { border-right: 0; border-bottom: 1px solid var(--vm-line); }
  .landing-proof > div:last-child { border-bottom: 0; }
  .form-help { grid-template-columns: 1fr; }
  .archive-title-row { align-items: flex-start; flex-direction: column; }
  .archive-trust { width: 100%; }
  .job-header { grid-template-columns: 58px 1fr; padding: 18px; }
  .job-brand-mark { width: 58px; height: 58px; }
  .job-heading h1 { font-size: 28px; }
  .vm-company-inline { align-items: flex-start; flex-direction: column; }
  .footer-cta-row,
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-cta-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-trust-row { grid-template-columns: 1fr; }
}


@media (max-width: 1100px) {
  .market-utility-nav { display: none; }
  .vm-vacancy-shell { grid-template-columns: 1fr; }
  .vm-vacancy-sidebar { position: static; }
  .vm-vacancy-meta-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .header-icon-link { display: none; }
  .vm-vacancy-hero { grid-template-columns: 72px 1fr; gap: 18px; }
  .vm-vacancy-logo { width: 72px; height: 72px; font-size: 24px; }
  .vm-vacancy-hero-copy h1 { font-size: 34px; }
  .vm-vacancy-meta-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vm-vacancy-section-grid,
  .vm-vacancy-company-compact { grid-template-columns: 1fr; }
  .vm-vacancy-company-compact { align-items: start; }
  .vm-vacancy-bottom-bar { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .market-utility-nav { display: none; }
  .vm-vacancy-tabs { gap: 18px; padding: 0 12px; overflow-x: auto; }
  .vm-vacancy-section,
  .vm-vacancy-hero,
  .vm-apply-card { padding: 18px; border-radius: 10px; }
  .vm-vacancy-meta-row { grid-template-columns: 1fr; }
  .vm-vacancy-actions { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 14px 22px; }
}

/* Small UI reliability fixes */
::selection { background: rgba(255,119,35,.18); color: var(--vm-navy); }
.breadcrumbs { overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.breadcrumbs::-webkit-scrollbar { display: none; }
.vm-vacancy-tabs { scrollbar-width: none; }
.vm-vacancy-tabs::-webkit-scrollbar { display: none; }
.vm-vacancy-section { scroll-margin-top: calc(var(--vm-sticky-offset) + 16px); }
.vm-vacancy-prose img, .entry-content img { border-radius: 12px; }
@media (max-width: 900px) {
  :root { --vm-sticky-offset: 118px; }
  body.market-aw, body.market-bq-bo, body.market-cw, body.market-bq-sa, body.market-bq-se, body.market-sx { --vm-sticky-offset: 164px; }
  body.admin-bar { --vm-sticky-offset: 164px; }
  body.admin-bar.market-aw, body.admin-bar.market-bq-bo, body.admin-bar.market-cw, body.admin-bar.market-bq-sa, body.admin-bar.market-bq-se, body.admin-bar.market-sx { --vm-sticky-offset: 210px; }
}
@media (max-width: 620px) {
  .footer-cta-row { margin-top: 0; padding: 28px 0; border-radius: 0; }
  .footer-cta-actions { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; gap: 24px; }
  .footer-links > div:last-child { grid-column: auto; }
}

/* Homepage responsive refinement */
@media (max-width: 900px) {
  .why-grid-inline { grid-template-columns: 1fr 1fr; }
  .home-employer-callout { align-items: flex-start; }
  .tool-grid-v5 { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 720px) {
  .home-employer-callout { flex-direction: column; gap: 16px; }
  .home-employer-callout .button { width: 100%; }
  .tool-grid-v5 { grid-template-columns: 1fr; }
  .why-grid-inline { grid-template-columns: 1fr; }
  .home-employers-empty { align-items: flex-start; flex-direction: column; }
  .home-real-stats { flex-wrap: wrap; gap: 10px 22px; }
}
@media (max-width: 620px) {
  .market-bar, .market-bar-inner, .market-tabs { min-height: 38px; height: 38px; }
  .market-tabs a { height: 30px; padding-inline: 12px; font-size: 12px; }
  .hero-copy { padding: 34px 0 18px; }
  .hero h1 { font-size: 40px; }
  .hero-search-wrap { padding-bottom: 18px; }
  .category-rail { padding: 10px 0; }
  .category-rail-inner { grid-template-columns: repeat(7, 148px); min-height: 58px; }
  .category-rail-item { min-height: 56px; gap: 8px; padding: 8px 10px; }
  .category-rail-icon, .category-all-arrow { width: 28px; height: 28px; flex-basis: 28px; }
  .category-rail-icon svg { width: 18px; height: 18px; }
  .home-section { padding: 28px 0 40px; }
  .home-content-stack { gap: 28px; }
  .section-head { align-items: flex-start; }
  .section-head h2 { font-size: 21px; }
  .footer-main { padding: 26px 0 22px; }
}

/* Core dependency recovery state */
.vm-core-unavailable {
  max-width: 760px;
  margin: 28px auto;
  padding: 20px 22px;
  border: 1px solid #f0c9bc;
  border-radius: 8px;
  background: #fff8f5;
  color: #5d2a1d;
}
.vm-core-unavailable strong { display: block; margin-bottom: 5px; color: var(--vm-navy); font-size: 16px; }
.vm-core-unavailable p { margin: 0; color: #6e5b54; font-size: 13px; line-height: 1.6; }

/* Vacaturemarkt 6.20 — mobiele dashboardkaders */
@media (max-width: 767px) {
  .dashboard-page { overflow-x:hidden; }
  .dashboard-page .site-wrap { width:calc(100% - 24px); max-width:100%; }
  .dashboard-shell,.dashboard-shell-v6 { min-width:0; max-width:100%; padding-left:0; padding-right:0; overflow:visible; }
  .dashboard-page img,.dashboard-page svg { max-width:100%; }
}


/* Vacaturemarkt 6.30 — flatter pages, premium company profile and commercial pages */
.vm-special-page { padding:48px 0 72px; background:#fff; }
.vm-special-page-head { margin:0 auto 30px; text-align:left; }
.vm-special-page-head h1 { margin:5px 0 10px; font-size:clamp(34px,5vw,54px); line-height:1.02; color:var(--vm-navy); }
.vm-special-page-head > p:last-child { margin:0; color:#62707f; font-size:17px; line-height:1.65; }
.vm-contact-template .vm-contact-page-v2 { max-width:820px; margin:0 auto; }
.vm-contact-template .vm-contact-intro { display:none; }
.vm-contact-template .vm-contact-form-v2 { padding:0; border:0 !important; border-radius:0 !important; box-shadow:none !important; background:transparent !important; }
.vm-contact-template .vm-contact-form-section { padding:22px 0; border:0 !important; border-top:1px solid #e6e9ed !important; border-radius:0 !important; background:transparent !important; }
.vm-contact-template .vm-contact-form-section:last-of-type { border-bottom:1px solid #e6e9ed !important; }
.vm-contact-template .vm-contact-operator { margin-top:42px; padding-top:28px; border-top:1px solid #e6e9ed; }
.vm-contact-template .vm-contact-secondary { border:0; border-top:1px solid #e6e9ed; border-radius:0; padding:20px 0; }
.vm-brands-template .vm-brands-page { max-width:1100px; margin:0 auto; }
.vm-brands-template .vm-brands-intro { display:none; }

.company-page-v4 { background:#f7f8fa; }
.company-hero-v5 { padding:54px 0 42px; background:#fff; border-bottom:1px solid #e6e9ed; }
.company-head-v5 { display:grid; grid-template-columns:120px minmax(0,1fr) auto; gap:28px; align-items:center; }
.company-logo-v5 { width:120px; height:120px; border:1px solid #e1e5ea; border-radius:20px; background:#fff; display:grid; place-items:center; overflow:hidden; font-weight:850; font-size:30px; color:var(--vm-navy); box-shadow:0 8px 30px rgba(17,32,56,.06); }
.company-logo-v5 img { width:100%; height:100%; object-fit:contain; padding:12px; }
.company-head-copy-v5 h1 { margin:7px 0 6px; font-size:clamp(34px,4.6vw,58px); line-height:1.03; color:var(--vm-navy); }
.company-head-copy-v5 > p { margin:0; color:#657382; font-size:16px; }
.company-badges,.company-hero-links { display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
.company-hero-links { margin-top:15px; }
.company-hero-links a { font-weight:750; font-size:13px; text-decoration:none; }
.vm-premium-profile-badge { display:inline-flex; align-items:center; min-height:27px; padding:4px 9px; border-radius:999px; background:#fff1dc; color:#8a4c00; font-size:11px; font-weight:850; }
.company-hero-metrics { display:flex; gap:0; border-left:1px solid #e6e9ed; }
.company-hero-metrics div { min-width:106px; padding:7px 18px; }
.company-hero-metrics strong,.company-hero-metrics span { display:block; }
.company-hero-metrics strong { color:var(--vm-navy); font-size:24px; line-height:1.1; }
.company-hero-metrics span { margin-top:5px; color:#7a8793; font-size:11px; text-transform:uppercase; letter-spacing:.04em; font-weight:750; }
.company-layout-v5 { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:54px; align-items:start; padding-top:46px; padding-bottom:72px; }
.company-main-v5 { min-width:0; }
.company-story-v5 { padding:0; background:transparent; }
.company-story-section { padding:0 0 34px; margin:0 0 34px; border-bottom:1px solid #dfe4e9; }
.company-story-section:last-child { margin-bottom:0; }
.company-story-section h2,.company-vacancies-v5 h2,.company-news-v5 h2,.company-facts-v5 h2 { margin:5px 0 16px; color:var(--vm-navy); font-size:25px; }
.company-story-section p,.company-richtext { color:#445261; font-size:16px; line-height:1.78; }
.company-vacancies-v5,.company-news-v5 { margin-top:48px; }
.company-empty-v5 { padding:22px 0; border-top:1px solid #e0e5e9; border-bottom:1px solid #e0e5e9; }
.company-empty-v5 p { margin:5px 0 0; color:#6d7985; }
.company-sidebar-v5 { position:sticky; top:28px; }
.company-facts-v5 { padding:26px; border:1px solid #dfe4e9; border-radius:15px; background:#fff; box-shadow:0 12px 36px rgba(22,35,55,.05); }
.company-facts-head { padding-bottom:10px; }
.company-facts-v5 .vm-company-facts { margin:0 0 22px; }
.company-facts-v5 .vm-company-facts > div { display:grid; grid-template-columns:110px minmax(0,1fr); gap:12px; padding:11px 0; border-top:1px solid #edf0f2; }
.company-facts-v5 dt { color:#7b8793; font-size:12px; }
.company-facts-v5 dd { margin:0; text-align:right; color:#28384b; font-size:13px; font-weight:700; overflow-wrap:anywhere; }
.button-full { width:100%; justify-content:center; }
.vm-company-jobs-v5 .vm-company-job { background:#fff; }

@media (max-width:900px) {
  .company-head-v5 { grid-template-columns:88px 1fr; }
  .company-logo-v5 { width:88px; height:88px; border-radius:16px; }
  .company-hero-metrics { grid-column:1/-1; border-left:0; border-top:1px solid #e6e9ed; padding-top:14px; }
  .company-layout-v5 { grid-template-columns:1fr; gap:36px; }
  .company-sidebar-v5 { position:static; }
}
@media (max-width:620px) {
  .vm-special-page { padding:32px 0 50px; }
  .company-hero-v5 { padding:34px 0 28px; }
  .company-head-v5 { grid-template-columns:68px 1fr; gap:16px; }
  .company-logo-v5 { width:68px; height:68px; border-radius:13px; font-size:20px; }
  .company-hero-metrics { overflow-x:auto; }
  .company-hero-metrics div { min-width:96px; padding-left:10px; padding-right:14px; }
  .company-layout-v5 { padding-top:32px; padding-bottom:52px; }
}

/* ========================================================================
   Vacaturemarkt 6.31 — calmer surfaces, stronger employer UI and filters
   ======================================================================== */

/* Reduce the "box inside a box" feeling on public pages. Keep structure in
   spacing and separators instead of stacking multiple borders/radii. */
.home-jobs-panel .vm-vacancy-grid {
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.home-jobs-panel .vm-job-card {
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  padding: 20px 4px;
  background: transparent;
}
.home-jobs-panel .vm-job-card:last-child { border-bottom: 0; }
.home-jobs-panel .vm-job-card:hover { background: #fbfbfa; }

.why-grid-inline,
.tool-grid-v5 {
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  background: transparent;
}
.why-grid-inline article,
.tool-grid-v5 > a { background: transparent; }

.landing-proof {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.landing-proof > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--vm-line);
}
.landing-proof > div:first-child { border-top: 1px solid var(--vm-line); }

.hub-grid { gap: 0; }
.hub-grid article {
  padding: 24px 22px;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.hub-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--vm-line); }
.hub-grid article + article { border-left: 1px solid var(--vm-line); }

.vm-company-section {
  padding: 26px 0;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.free-card {
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.archive-trust {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.help-card {
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.help-card:first-child { border-top: 1px solid var(--vm-line); }

/* Employer section — larger, proportional and with a visible employer name. */
.home-employers-v631 .section-head { margin-bottom: 17px; }
.home-employers-v631 .section-head > div { min-width: 0; }
.section-subtitle {
  margin: 4px 0 0;
  color: var(--vm-muted);
  font-size: 12px;
  line-height: 1.5;
}
.home-employer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.home-employer-grid.count-1 { grid-template-columns: 1fr; }
.home-employer-card {
  min-width: 0;
  min-height: 138px;
  display: grid;
  grid-template-columns: 96px minmax(0,1fr) 42px;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: background-color .15s ease;
}
.home-employer-card:nth-child(odd):not(:last-child) { border-right: 1px solid var(--vm-line); }
.home-employer-card:nth-child(n+3) { border-top: 1px solid var(--vm-line); }
.home-employer-card:hover { background: #fafbf9; }
.home-employer-logo {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: 16px;
  background: #fff;
  color: var(--vm-navy);
  font-size: 22px;
  font-weight: 850;
}
.home-employer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.home-employer-copy { min-width: 0; }
.home-employer-copy > strong,
.home-employer-copy > span,
.home-employer-copy > small { display: block; }
.home-employer-copy > strong {
  color: var(--vm-navy);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -.25px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.home-employer-copy > span {
  margin-top: 5px;
  color: #687382;
  font-size: 12px;
  line-height: 1.45;
}
.home-employer-copy > small {
  margin-top: 10px;
  color: #46536a;
  font-size: 11px;
  font-weight: 650;
}
.home-employer-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  background: var(--vm-surface-2);
  color: #536079;
}
.home-employer-arrow svg { width: 17px; height: 17px; }

/* Vacancy archive: compact site-native filter toolbar with one clean dropdown. */
.archive-page-v633 .archive-hero { padding-bottom: 28px; }
.archive-primary-search { margin-top: 4px; }
.archive-filter-panel {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--vm-line);
}
.archive-refine-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive-filter-dropdown {
  position: relative;
  flex: 0 0 auto;
}
.archive-filter-dropdown summary { list-style: none; }
.archive-filter-dropdown summary::-webkit-details-marker { display: none; }
.archive-filter-trigger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #dde2e9;
  border-radius: 10px;
  background: #fff;
  color: var(--vm-navy);
  font-size: 11px;
  font-weight: 730;
  cursor: pointer;
  user-select: none;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.archive-filter-trigger:hover {
  border-color: #c8d0dc;
  background: #fcfcfd;
}
.archive-filter-dropdown[open] .archive-filter-trigger {
  border-color: #b9c5d7;
  box-shadow: 0 0 0 3px rgba(49,90,168,.07);
}
.archive-filter-trigger-icon,
.archive-filter-chevron {
  display: grid;
  place-items: center;
  color: #5a6780;
}
.archive-filter-trigger-icon svg { width: 16px; height: 16px; }
.archive-filter-chevron {
  margin-left: 2px;
  transition: transform .18s ease;
}
.archive-filter-chevron svg { width: 14px; height: 14px; }
.archive-filter-dropdown[open] .archive-filter-chevron { transform: rotate(180deg); }
.archive-filter-count {
  min-width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--vm-orange-soft);
  color: #a94710;
  font-size: 9px;
  font-weight: 800;
}
.archive-filter-popover {
  position: absolute;
  z-index: 70;
  top: calc(100% + 10px);
  left: 0;
  width: min(920px, calc(100vw - 64px));
  max-width: calc(100vw - 64px);
  padding: 22px;
  border: 1px solid #dfe4eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15,28,55,.12);
}
.archive-filter-popover-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
}
.archive-filter-popover-head strong,
.archive-filter-popover-head span { display: block; }
.archive-filter-popover-head strong {
  color: var(--vm-navy);
  font-size: 13px;
  font-weight: 760;
}
.archive-filter-popover-head span {
  margin-top: 3px;
  color: var(--vm-muted);
  font-size: 10px;
}
.archive-filter-popover-head a {
  flex: 0 0 auto;
  color: var(--vm-blue);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
.archive-filter-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 13px 15px;
}
.archive-filter-field { min-width: 0; display: block; }
.archive-filter-field > span {
  display: block;
  margin: 0 0 7px 1px;
  color: #5e687a;
  font-size: 10px;
  font-weight: 680;
}
.archive-filter-field select,
.archive-sort-compact select {
  width: 100%;
  min-height: 44px;
  padding: 0 36px 0 13px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background-color: #fff;
  color: #283249;
  font-size: 11px;
  font-weight: 560;
  outline: 0;
}
.archive-filter-field select:focus,
.archive-sort-compact select:focus {
  border-color: #aebbd5;
  box-shadow: 0 0 0 3px rgba(49,90,168,.08);
}
.archive-filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid var(--vm-line);
}
.archive-filter-actions > span {
  color: var(--vm-muted);
  font-size: 10px;
}
.archive-filter-submit {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  background: var(--vm-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 730;
  cursor: pointer;
}
.archive-filter-submit:hover { background: var(--vm-navy-2); }
.archive-sort-compact {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive-sort-compact > span {
  color: #7a8290;
  font-size: 10px;
  font-weight: 650;
}
.archive-sort-compact select {
  width: auto;
  min-width: 160px;
  cursor: pointer;
}
.archive-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.archive-active-filters a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 9px 4px 10px;
  border: 1px solid #dfe4eb;
  border-radius: 999px;
  background: #fff;
  color: #49566c;
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}
.archive-active-filters a:hover {
  border-color: #cbd3df;
  color: var(--vm-navy);
}
.archive-active-filters b {
  color: #8a93a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.archive-region-row { margin-top: 18px; }

@media (min-width: 981px) {
  .archive-filter-popover {
    width: min(960px, calc(100vw - 120px));
    max-width: 960px;
  }
  .archive-filter-options {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px 16px;
  }
}

/* Search results are content rows, not cards inside a card-shaped page. */
.archive-job-grid { gap: 0; border-top: 1px solid var(--vm-line); }
.archive-job-grid .vm-job-card {
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
  background: transparent;
}
.archive-job-grid .vm-job-card:hover { background: #fbfbfa; }
.archive-job-grid .vm-job-card.is-featured {
  background: linear-gradient(90deg, rgba(255,243,234,.68), rgba(255,255,255,0) 66%);
}
.archive-job-grid .vm-job-card.is-featured:hover { background: linear-gradient(90deg, rgba(255,239,227,.85), #fbfbfa 66%); }

@media (min-width: 901px) {
  .landing-proof { grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
  .landing-proof > div,
  .landing-proof > div:first-child {
    padding: 15px 18px;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid var(--vm-line);
  }
  .landing-proof > div:first-child { padding-left: 0; }
  .landing-proof > div:last-child { border-right: 0; padding-right: 0; }
}

@media (max-width: 1060px) {
  .home-employer-card { grid-template-columns: 82px minmax(0,1fr) 38px; min-height: 122px; gap: 17px; padding: 18px; }
  .home-employer-logo { width: 82px; height: 82px; border-radius: 14px; }
}

@media (max-width: 820px) {
  .home-employer-grid { grid-template-columns: 1fr; }
  .home-employer-card:nth-child(odd):not(:last-child) { border-right: 0; }
  .home-employer-card:nth-child(n+2) { border-top: 1px solid var(--vm-line); }
  .hub-grid article + article { border-left: 0; }
  .hub-grid article:nth-last-child(-n+3) { border-bottom: 0; }
  .hub-grid article:last-child { border-bottom: 1px solid var(--vm-line); }
}

@media (min-width: 561px) and (max-width: 980px) {
  .archive-refine-bar {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }
  .archive-filter-dropdown {
    flex: 1 1 100%;
    min-width: 0;
  }
  .archive-filter-trigger {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 12px;
  }
  .archive-filter-popover {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 16px;
  }
  .archive-filter-options {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px 14px;
  }
  .archive-sort-compact {
    margin-left: 0;
    width: min(260px, 100%);
  }
  .archive-sort-compact > span {
    font-size: 11px;
  }
  .archive-sort-compact select {
    min-height: 46px;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .archive-refine-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .archive-filter-dropdown,
  .archive-sort-compact {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
  }
  .archive-filter-trigger {
    width: 100%;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 12px;
  }
  .archive-sort-compact {
    margin-left: 0;
    gap: 6px;
  }
  .archive-sort-compact > span {
    display: block;
    font-size: 10px;
  }
  .archive-sort-compact select {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border-radius: 10px;
    font-size: 12px;
  }
  .archive-filter-popover {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding: 18px 16px;
    border-radius: 15px;
  }
  .archive-filter-popover-head {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
  }
  .archive-filter-popover-head a {
    align-self: flex-start;
  }
  .archive-filter-options {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .archive-filter-field > span {
    margin-bottom: 7px;
    font-size: 11px;
  }
  .archive-filter-field select {
    min-height: 46px;
    font-size: 12px;
  }
  .archive-filter-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .archive-filter-actions > span { display: none; }
  .archive-filter-submit {
    width: 100%;
    min-height: 46px;
  }
  .archive-active-filters {
    gap: 8px;
    margin-top: 12px;
  }
  .archive-active-filters a {
    min-height: 30px;
    font-size: 10px;
    padding: 4px 10px;
  }
  .home-employers-v631 .section-head { gap: 9px; }
  .home-employers-v631 .section-head .text-link { margin-top: 2px; }
  .home-employer-card {
    min-height: 105px;
    grid-template-columns: 66px minmax(0,1fr) 32px;
    gap: 13px;
    padding: 15px 4px;
  }
  .home-employer-logo { width: 66px; height: 66px; border-radius: 12px; }
  .home-employer-copy > strong { font-size: 15px; }
  .home-employer-copy > span { font-size: 10px; }
  .home-employer-copy > small { margin-top: 6px; font-size: 9px; }
  .home-employer-arrow { width: 30px; height: 30px; }
}

/* Employer directory uses roomy profile rows instead of small cards. */
.employers-page-v5 .feature-section { padding-top: 42px; }
.employers-page-v5 .vm-company-directory {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.employers-page-v5 .vm-company-card-v3 {
  min-height: 116px;
  gap: 17px;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.employers-page-v5 .vm-company-card-v3:nth-child(odd) { border-right: 1px solid var(--vm-line); }
.employers-page-v5 .vm-company-card-v3:nth-child(n+3) { border-top: 1px solid var(--vm-line); }
.employers-page-v5 .vm-company-card-v3:hover { background: #fafbf9; }
.employers-page-v5 .vm-company-card-logo {
  width: 76px;
  height: 76px;
  flex-basis: 76px;
  border-radius: 13px;
  background: #fff;
}
.employers-page-v5 .vm-company-card-logo img { padding: 7px; }
.employers-page-v5 .vm-company-card-copy strong { font-size: 16px; line-height: 1.3; }
.employers-page-v5 .vm-company-card-copy small { margin-top: 4px; font-size: 11px; }
.employers-page-v5 .vm-company-card-copy em { margin-top: 8px; font-size: 10px; }

@media (max-width: 760px) {
  .employers-page-v5 .vm-company-directory { grid-template-columns: 1fr; }
  .employers-page-v5 .vm-company-card-v3:nth-child(odd) { border-right: 0; }
  .employers-page-v5 .vm-company-card-v3:nth-child(n+2) { border-top: 1px solid var(--vm-line); }
}

/* ========================================================================
   Vacaturemarkt 6.32 — company profile hero inspired by the mobile reference
   ======================================================================== */
.company-page-v4 {
  background: #f7f8fa;
}
.company-hero-v6 {
  padding: 32px 0 8px;
  background: #f7f8fa;
}
.company-hero-card-v6 {
  padding: 30px;
  border: 1px solid #e5e8ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23,32,51,.055);
}
.company-hero-top-v6 {
  display: grid;
  grid-template-columns: 142px minmax(0,1fr);
  gap: 30px;
  align-items: center;
}
.company-logo-v6 {
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dde3ea;
  border-radius: 20px;
  background: #fff;
  color: var(--vm-navy);
  font-size: 30px;
  font-weight: 850;
}
.company-logo-v6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}
.company-head-copy-v6 {
  min-width: 0;
}
.company-badges-v6 {
  margin-bottom: 10px;
}
.company-head-copy-v6 h1 {
  max-width: 850px;
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(34px,4vw,54px);
  line-height: 1.05;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.company-meta-v6 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 14px;
  color: #667487;
  font-size: 15px;
}
.company-meta-v6 > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.company-meta-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #48607d;
  font-size: 16px;
}
.company-actions-v6 {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.company-primary-action-v6,
.company-secondary-action-v6 {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 780;
  text-decoration: none;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}
.company-primary-action-v6 {
  background: var(--vm-orange);
  color: #fff;
}
.company-primary-action-v6:hover {
  background: var(--vm-orange-hover);
  transform: translateY(-1px);
}
.company-secondary-action-v6 {
  border: 1px solid var(--vm-line-strong);
  background: #fff;
  color: var(--vm-navy);
}
.company-secondary-action-v6:hover {
  border-color: #bfc6d0;
  background: #fafafa;
}
.company-hero-metrics-v6 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-top: 24px;
}
.company-hero-metrics-v6 > .company-stat-v6:only-child {
  grid-column: span 1;
}
.company-stat-v6 {
  min-width: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e3e8ef;
  border-radius: 15px;
  background: #fbfcfe;
}
.company-stat-icon-v6 {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf3ff;
  color: #315aa8;
  font-size: 21px;
  font-weight: 800;
}
.company-stat-icon-v6.is-orange {
  background: #fff1e8;
  color: var(--vm-orange);
}
.company-stat-v6 > span:last-child {
  min-width: 0;
}
.company-stat-v6 strong,
.company-stat-v6 small {
  display: block;
}
.company-stat-v6 strong {
  color: var(--vm-navy);
  font-size: 27px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.company-stat-v6 small {
  margin-top: 5px;
  color: #6d7888;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

/* Keep the rest of the profile calmer: one main surface, separators within it. */
.company-layout-v5 {
  padding-top: 26px;
}
.company-main-v5 {
  padding: 30px;
  border: 1px solid #e5e8ed;
  border-radius: 20px;
  background: #fff;
}
.company-story-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.company-vacancies-v5,
.company-news-v5 {
  margin-top: 34px;
}
.company-facts-v5 {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid #e3e7ec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.company-sidebar-v5 {
  top: var(--vm-sticky-offset);
}

@media (max-width:900px) {
  .company-hero-card-v6 { padding: 24px; }
  .company-hero-top-v6 { grid-template-columns: 110px minmax(0,1fr); gap: 22px; }
  .company-logo-v6 { width: 110px; height: 110px; }
  .company-hero-metrics-v6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-main-v5 { padding: 26px; }
}

@media (max-width:620px) {
  .company-hero-v6 { padding: 18px 0 4px; }
  .company-hero-v6 .site-wrap,
  .company-layout-v5 { width: min(100% - 24px,1240px); }
  .company-hero-card-v6 {
    padding: 20px;
    border-radius: 20px;
  }
  .company-hero-top-v6 {
    grid-template-columns: 104px minmax(0,1fr);
    gap: 16px;
    align-items: center;
  }
  .company-logo-v6 {
    width: 104px;
    height: 104px;
    border-radius: 17px;
  }
  .company-logo-v6 img { padding: 12px; }
  .company-badges-v6 {
    gap: 6px;
    margin-bottom: 8px;
  }
  .company-head-copy-v6 h1 {
    font-size: clamp(27px,8.5vw,40px);
    line-height: 1.04;
  }
  .company-meta-v6 {
    gap: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
  }
  .company-actions-v6 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .company-primary-action-v6 {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    font-size: 16px;
  }
  .company-secondary-action-v6 {
    min-height: 44px;
  }
  .company-hero-metrics-v6 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-top: 18px;
  }
  .company-stat-v6 {
    min-height: 84px;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
  }
  .company-stat-icon-v6 {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }
  .company-stat-v6 strong { font-size: 24px; }
  .company-main-v5 {
    padding: 24px 20px;
    border-radius: 18px;
  }
  .company-story-section h2,
  .company-vacancies-v5 h2,
  .company-news-v5 h2,
  .company-facts-v5 h2 {
    font-size: 23px;
  }
  .company-story-section p,
  .company-richtext {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width:420px) {
  .company-hero-top-v6 {
    grid-template-columns: 86px minmax(0,1fr);
    gap: 14px;
  }
  .company-logo-v6 {
    width: 86px;
    height: 86px;
  }
  .company-head-copy-v6 h1 { font-size: clamp(24px,8.2vw,34px); }
  .company-meta-v6 > span { width: 100%; }
  .company-stat-v6 {
    padding: 12px;
  }
  .company-stat-icon-v6 {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

/* ========================================================================
   Vacaturemarkt 6.34 — company profile aligned with the site detail UI
   ======================================================================== */
.company-page-v7 {
  padding-bottom: 76px;
  background: #f8fafc;
}
.company-breadcrumbs-v7 { min-width: 0; }
.company-breadcrumbs-v7 > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company-shell-v7 {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 28px;
  align-items: start;
}
.company-main-v7,
.company-sidebar-v7 { min-width: 0; }
.company-sidebar-v7 {
  position: sticky;
  top: var(--vm-sticky-offset);
  display: grid;
  gap: 14px;
}
.company-profile-hero-v7,
.company-section-v7,
.company-facts-v7 {
  border: 1px solid var(--vm-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
.company-profile-hero-v7 { padding: 24px; }
.company-profile-identity-v7 {
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  gap: 24px;
  align-items: center;
}
.company-logo-v7 {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--vm-line);
  border-radius: 14px;
  background: #f8fafc;
  color: var(--vm-navy);
  font-size: 28px;
  font-weight: 800;
}
.company-logo-v7 img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.company-profile-copy-v7 { min-width: 0; }
.company-badges-v7 { margin: 0 0 8px; }
.company-profile-copy-v7 h1 {
  max-width: 100%;
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(32px,3.5vw,48px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -1.5px;
  overflow-wrap: anywhere;
}
.company-meta-v7 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 13px;
  color: #58647c;
  font-size: 14px;
}
.company-meta-v7 span { display: inline-flex; align-items: center; gap: 7px; }
.company-meta-v7 svg { width: 16px; height: 16px; color: var(--vm-navy); }
.company-actions-v7 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef1f5;
}
.company-actions-v7 .button { min-height: 42px; }
.company-actions-v7 .button svg { width: 14px; height: 14px; }
.company-metrics-v7 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 20px;
  border-top: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
}
.company-metrics-v7 > div { min-width: 0; padding: 15px 18px 15px 0; }
.company-metrics-v7 > div + div { padding-left: 18px; border-left: 1px solid #eef1f5; }
.company-metrics-v7 strong,
.company-metrics-v7 span { display: block; }
.company-metrics-v7 strong { color: var(--vm-navy); font-size: 21px; line-height: 1.15; }
.company-metrics-v7 span { margin-top: 3px; color: var(--vm-muted); font-size: 11px; }
.company-tabs-v7 {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0 20px;
  margin-top: 14px;
  border-bottom: 1px solid #e7ebf2;
}
.company-tabs-v7 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: #4d5871;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.company-tabs-v7 a:first-child { color: var(--vm-navy); font-weight: 760; }
.company-tabs-v7 a:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 99px;
  background: var(--vm-orange);
}
.company-section-v7 { margin-top: 18px; padding: 24px; }
.company-section-head-v7 h2,
.company-section-list-head-v7 h2,
.company-facts-head-v7 h2 {
  margin: 0;
  color: var(--vm-navy);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.5px;
}
.company-section-head-v7 { margin-bottom: 16px; }
.company-richtext-v7 { color: #3b465e; font-size: 16px; line-height: 1.75; }
.company-richtext-v7 > *:first-child { margin-top: 0; }
.company-richtext-v7 > *:last-child { margin-bottom: 0; }
.company-story-grid-v7 { display: grid; gap: 0; }
.company-story-grid-v7 > .company-section-head-v7 { margin-bottom: 2px; }
.company-story-row-v7 {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: 26px;
  padding: 20px 0;
  border-top: 1px solid #eef1f5;
}
.company-story-row-v7 h3 { margin: 0; color: var(--vm-navy); font-size: 15px; }
.company-story-row-v7 p { margin: 0; color: #4f5a72; font-size: 14px; line-height: 1.7; }
.company-section-list-head-v7 { margin-bottom: 4px; }
.vm-company-jobs-v7 { display: grid; }
.vm-company-job-v7 {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 20px;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 16px 2px;
  border-top: 1px solid #eef1f5;
  color: inherit;
  text-decoration: none;
}
.vm-company-job-v7:hover strong { color: var(--vm-blue); }
.vm-company-job-v7 strong { display: block; color: var(--vm-navy); font-size: 15px; line-height: 1.35; }
.vm-company-job-v7 small { display: block; margin-top: 4px; color: var(--vm-muted); font-size: 12px; }
.company-job-arrow-v7 { color: #8993a3; font-size: 18px; }
.company-empty-v7 { padding: 18px 0 2px; border-top: 1px solid #eef1f5; }
.company-empty-v7 strong { color: var(--vm-navy); }
.company-empty-v7 p { margin: 4px 0 0; color: var(--vm-muted); }
.vm-company-news-list-v7 { display: grid; }
.vm-company-news-list-v7 article { border-top: 1px solid #eef1f5; }
.vm-company-news-list-v7 article > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 2px;
  color: inherit;
  text-decoration: none;
}
.vm-company-news-list-v7 h3 { margin: 3px 0 5px; color: var(--vm-navy); font-size: 16px; }
.vm-company-news-list-v7 p { margin: 0; color: var(--vm-muted); font-size: 13px; line-height: 1.55; }
.vm-company-news-list-v7 small { color: #89919f; font-size: 10px; }
.vm-company-news-list-v7 article > a > span { flex: 0 0 auto; align-self: center; color: var(--vm-blue); font-size: 12px; font-weight: 700; }
.company-facts-v7 { padding: 20px; }
.company-facts-head-v7 { margin-bottom: 13px; }
.company-facts-v7 dl { margin: 0 0 18px; }
.company-facts-v7 dl > div {
  display: grid;
  grid-template-columns: minmax(90px,auto) minmax(0,1fr);
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid #eef1f5;
}
.company-facts-v7 dt { color: var(--vm-muted); font-size: 11px; }
.company-facts-v7 dd { margin: 0; color: #34405a; font-size: 12px; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.company-facts-link-v7 { display: block; margin-top: 12px; color: var(--vm-blue); font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; }

@media (max-width:900px) {
  .company-shell-v7 { grid-template-columns: 1fr; }
  .company-sidebar-v7 { position: static; }
}
@media (max-width:620px) {
  .company-page-v7 { padding-bottom: 52px; }
  .company-breadcrumbs-v7 { padding-top: 12px; padding-bottom: 12px; }
  .company-profile-hero-v7,
  .company-section-v7,
  .company-facts-v7 { border-radius: 10px; }
  .company-profile-hero-v7 { padding: 18px; }
  .company-profile-identity-v7 { grid-template-columns: 72px minmax(0,1fr); gap: 16px; align-items: start; }
  .company-logo-v7 { width: 72px; height: 72px; border-radius: 12px; font-size: 22px; }
  .company-profile-copy-v7 h1 { font-size: clamp(27px,8.6vw,38px); letter-spacing: -1.1px; }
  .company-badges-v7 { gap: 5px; }
  .company-meta-v7 { gap: 7px 13px; margin-top: 9px; font-size: 12px; }
  .company-actions-v7 { display: grid; grid-template-columns: 1fr; }
  .company-actions-v7 .button { width: 100%; justify-content: center; }
  .company-metrics-v7 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-metrics-v7 > div { padding: 13px 10px 13px 0; }
  .company-metrics-v7 > div + div { padding-left: 12px; }
  .company-metrics-v7 > div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 1px solid #eef1f5; }
  .company-tabs-v7 { gap: 18px; padding: 0 4px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .company-tabs-v7::-webkit-scrollbar { display: none; }
  .company-tabs-v7 a { min-width: max-content; min-height: 50px; font-size: 12px; }
  .company-section-v7 { padding: 19px; }
  .company-story-row-v7 { grid-template-columns: 1fr; gap: 6px; }
  .vm-company-job-v7 { grid-template-columns: minmax(0,1fr) 18px; }
  .vm-company-job-v7 .vm-placement-badge { display: none; }
  .vm-company-news-list-v7 article > a { display: grid; gap: 8px; }
  .vm-company-news-list-v7 article > a > span { justify-self: start; }
}

/* ========================================================================
   Vacaturemarkt 6.36 — mobile polish for search, employers and company pages
   ======================================================================== */

/* Site-owned filter controls: no native iOS select sheet for archive filters. */
.archive-filter-backdrop,
.archive-filter-close { display: none; }
.archive-filter-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive-choice-menu {
  position: relative;
  min-width: 0;
}
.archive-choice-menu > summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px 8px 13px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.archive-choice-menu > summary::-webkit-details-marker { display: none; }
.archive-choice-menu > summary:hover { border-color: #c9d1dc; background: #fcfcfd; }
.archive-choice-menu[open] > summary {
  border-color: #b9c5d7;
  box-shadow: 0 0 0 3px rgba(49,90,168,.06);
}
.archive-choice-copy { min-width: 0; display: grid; gap: 2px; }
.archive-choice-copy small {
  color: #7a8494;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}
.archive-choice-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #283249;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-choice-chevron {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #7a8494;
  transition: transform .16s ease;
}
.archive-choice-chevron svg { width: 13px; height: 13px; }
.archive-choice-menu[open] .archive-choice-chevron { transform: rotate(180deg); }
.archive-choice-options {
  position: absolute;
  z-index: 85;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: 238px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #dde3eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,28,55,.13);
}
.archive-choice-option {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 31px 8px 10px;
  border-radius: 8px;
  color: #3f4b62;
  font-size: 10px;
  font-weight: 620;
  cursor: pointer;
}
.archive-choice-option:hover { background: #f7f8fa; color: var(--vm-navy); }
.archive-choice-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.archive-choice-option:has(input:checked) {
  background: #f4f7fc;
  color: var(--vm-navy);
  font-weight: 750;
}
.archive-choice-option:has(input:checked)::after {
  content: '✓';
  position: absolute;
  right: 11px;
  color: var(--vm-blue);
  font-size: 11px;
  font-weight: 850;
}

/* Custom sort menu so Safari/iOS cannot replace it with a black native picker. */
.archive-sort-menu {
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
}
.archive-sort-menu > summary {
  min-height: 42px;
  min-width: 182px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fff;
  color: #283249;
  cursor: pointer;
  list-style: none;
}
.archive-sort-menu > summary::-webkit-details-marker { display: none; }
.archive-sort-label { color: #7a8290; font-size: 9px; font-weight: 650; }
.archive-sort-menu > summary strong {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 11px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-sort-chevron { display: grid; place-items: center; color: #7a8494; transition: transform .16s ease; }
.archive-sort-chevron svg { width: 13px; height: 13px; }
.archive-sort-menu[open] .archive-sort-chevron { transform: rotate(180deg); }
.archive-sort-options {
  position: absolute;
  z-index: 88;
  top: calc(100% + 7px);
  right: 0;
  width: 205px;
  padding: 6px;
  border: 1px solid #dde3eb;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,28,55,.13);
}
.archive-sort-options a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #3f4b62;
  font-size: 10px;
  font-weight: 620;
  text-decoration: none;
}
.archive-sort-options a:hover { background: #f7f8fa; color: var(--vm-navy); }
.archive-sort-options a.is-active { background: #f4f7fc; color: var(--vm-navy); font-weight: 760; }
.archive-sort-options a b { color: var(--vm-blue); font-size: 11px; }

/* Employers: avoid an oversized empty tail when there are only a few companies. */
.employers-page-v5 .feature-section { padding-bottom: 46px; }
.employers-page-v5 .vm-company-card-v3 { position: relative; padding-right: 44px; }
.employers-page-v5 .vm-company-card-v3::after {
  content: '→';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8791a1;
  font-size: 17px;
}
.employers-page-v5 .vm-company-card-copy { min-width: 0; }
.employers-page-v5 .vm-company-card-copy strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  body.vm-filter-open { overflow: hidden; }
  .archive-refine-bar {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 10px;
  }
  .archive-filter-dropdown,
  .archive-sort-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .archive-filter-trigger,
  .archive-sort-menu > summary {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border-radius: 11px;
    font-size: 11px;
  }
  .archive-filter-trigger { justify-content: flex-start; padding: 0 13px; }
  .archive-filter-trigger .archive-filter-chevron { margin-left: auto; }
  .archive-sort-label { display: none; }
  .archive-sort-menu > summary { padding: 0 13px; }
  .archive-filter-dropdown[open] .archive-filter-backdrop {
    position: fixed;
    z-index: 74;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(15,23,42,.28);
    cursor: default;
  }
  .archive-filter-popover {
    position: fixed;
    z-index: 75;
    top: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-width: none;
    max-height: min(82dvh, 720px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15,23,42,.22);
  }
  .archive-filter-popover-head {
    position: sticky;
    z-index: 2;
    top: -18px;
    margin: -2px -2px 0;
    padding: 4px 2px 14px;
    background: #fff;
  }
  .archive-filter-popover-head strong { font-size: 14px; }
  .archive-filter-popover-head span { font-size: 10px; }
  .archive-filter-head-actions { gap: 8px; }
  .archive-filter-close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #e0e4ea;
    border-radius: 50%;
    background: #f8f9fb;
    color: var(--vm-navy);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }
  .archive-filter-options {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .archive-choice-menu > summary { min-height: 50px; }
  .archive-choice-options {
    position: static;
    max-height: none;
    margin-top: 4px;
    border: 0;
    border-top: 1px solid #edf0f4;
    border-radius: 0;
    box-shadow: none;
  }
  .archive-filter-actions {
    position: sticky;
    bottom: -18px;
    z-index: 2;
    margin: 14px -2px -2px;
    padding: 14px 2px 4px;
    background: #fff;
  }
  .archive-sort-options {
    position: absolute;
    right: 0;
    left: auto;
    width: min(230px, calc(100vw - 24px));
  }
}

@media (max-width: 620px) {
  /* Search hero: same hierarchy as the rest of the mobile site, without giant type. */
  .archive-page-v633 .archive-hero { padding: 25px 0 20px; }
  .archive-page-v633 .archive-title-row { gap: 14px; margin-bottom: 18px; }
  .archive-page-v633 .archive-title-row h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: clamp(31px, 9.2vw, 37px);
    line-height: 1.02;
    letter-spacing: -1.4px;
  }
  .archive-page-v633 .archive-title-row p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.55;
  }
  .archive-page-v633 .archive-trust { gap: 9px; font-size: 11px; }
  .archive-page-v633 .archive-primary-search { margin-top: 0; }
  .archive-page-v633 .archive-filter-panel { margin-top: 16px; padding-top: 14px; }
  .archive-refine-bar {
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
    gap: 9px;
  }
  .archive-filter-trigger,
  .archive-sort-menu > summary {
    min-height: 44px;
    padding-inline: 11px;
    font-size: 11px;
  }
  .archive-filter-trigger-icon svg { width: 15px; height: 15px; }
  .archive-filter-popover {
    right: 8px;
    left: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    max-height: calc(100dvh - 84px);
    padding: 16px;
    border-radius: 17px;
  }
  .archive-filter-popover-head {
    top: -16px;
    padding-bottom: 12px;
  }
  .archive-filter-options { grid-template-columns: 1fr; gap: 8px; }
  .archive-choice-menu > summary { min-height: 49px; padding: 7px 11px; }
  .archive-choice-copy small { font-size: 9px; }
  .archive-choice-copy strong { font-size: 11px; }
  .archive-choice-option { min-height: 40px; font-size: 11px; }
  .archive-filter-actions { bottom: -16px; }
  .archive-filter-submit { min-height: 48px; border-radius: 11px; font-size: 12px; }
  .archive-sort-options { width: min(214px, calc(100vw - 16px)); }
  .archive-sort-options a { min-height: 42px; font-size: 11px; }
  .archive-region-row { margin-top: 16px; }

  /* Employer directory: tighter, clearer and no large dead zone after one result. */
  .employers-page-v5 .landing-hero { padding: 28px 0 24px; }
  .employers-page-v5 .landing-hero h1 { font-size: 32px; letter-spacing: -1.15px; }
  .employers-page-v5 .landing-hero p:not(.eyebrow) { font-size: 14px; line-height: 1.55; }
  .employers-page-v5 .landing-actions { margin-top: 17px; }
  .employers-page-v5 .landing-proof > div { padding: 11px 0; }
  .employers-page-v5 .landing-proof strong { font-size: 12px; }
  .employers-page-v5 .landing-proof span { font-size: 10px; }
  .employers-page-v5 .feature-section { padding: 28px 0 34px; }
  .employers-page-v5 .section-head {
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
  }
  .employers-page-v5 .section-head > span { font-size: 11px; line-height: 1.45; }
  .employers-page-v5 .vm-company-card-v3 {
    min-height: 96px;
    gap: 13px;
    padding: 14px 36px 14px 4px;
  }
  .employers-page-v5 .vm-company-card-logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    border-radius: 11px;
  }
  .employers-page-v5 .vm-company-card-copy strong { font-size: 14px; line-height: 1.25; }
  .employers-page-v5 .vm-company-card-copy small { margin-top: 3px; font-size: 10px; }
  .employers-page-v5 .vm-company-card-copy em { margin-top: 6px; font-size: 9px; }
  .employers-page-v5 .vm-company-card-v3::after { right: 8px; font-size: 15px; }

  /* Company profile: long business names no longer dominate the whole viewport. */
  .company-page-v7 { padding-bottom: 42px; }
  .company-breadcrumbs-v7 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .company-profile-hero-v7 { padding: 16px; }
  .company-profile-identity-v7 {
    grid-template-columns: 66px minmax(0,1fr);
    gap: 13px;
    align-items: center;
  }
  .company-logo-v7 {
    width: 66px;
    height: 66px;
    border-radius: 11px;
    font-size: 19px;
  }
  .company-logo-v7 img { padding: 6px; }
  .company-badges-v7 { margin-bottom: 6px; }
  .company-profile-copy-v7 h1 {
    font-size: clamp(22px, 6.5vw, 28px);
    line-height: 1.08;
    letter-spacing: -.7px;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .company-meta-v7 {
    gap: 5px 11px;
    margin-top: 8px;
    font-size: 11px;
  }
  .company-meta-v7 svg { width: 14px; height: 14px; }
  .company-actions-v7 { margin-top: 15px; padding-top: 14px; }
  .company-actions-v7 .button { min-height: 46px; border-radius: 9px; font-size: 12px; }
  .company-metrics-v7 { margin-top: 14px; }
  .company-metrics-v7 > div { padding: 12px 8px 12px 0; }
  .company-metrics-v7 > div + div { padding-left: 10px; }
  .company-metrics-v7 strong { font-size: 19px; }
  .company-metrics-v7 span { font-size: 9px; line-height: 1.35; }
  .company-tabs-v7 { gap: 17px; margin-top: 10px; }
  .company-tabs-v7 a { min-height: 46px; font-size: 11px; }
  .company-section-v7 {
    margin-top: 12px;
    padding: 17px 16px;
  }
  .company-section-head-v7 { margin-bottom: 12px; }
  .company-section-head-v7 h2,
  .company-section-list-head-v7 h2,
  .company-facts-head-v7 h2 {
    font-size: 18px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .company-richtext-v7 { font-size: 14px; line-height: 1.65; }
}

@media (max-width: 390px) {
  .company-profile-identity-v7 { grid-template-columns: 58px minmax(0,1fr); gap: 11px; }
  .company-logo-v7 { width: 58px; height: 58px; }
  .company-profile-copy-v7 h1 { font-size: 21px; }
  .archive-refine-bar { grid-template-columns: 1fr 1fr; }
}

/* Vacaturemarkt 6.37 — fuller logos, orange filter CTA, reports and refined brands */
.archive-filter-submit {
  background: var(--vm-orange);
  color: #fff;
}
.archive-filter-submit:hover { background: var(--vm-orange-hover); }

/* Logos should use the available logo frame instead of floating as a tiny mark. */
.vm-job-logo img,
.vm-vacancy-logo img,
.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transform: scale(1.12);
}
.archive-job-grid .vm-job-card.is-under-review {
  background: #fffaf7;
  box-shadow: inset 3px 0 0 var(--vm-orange);
}
.archive-job-grid .vm-job-card.is-under-review:hover { background: #fff7f1; }

/* Reports fit the detail-page rhythm instead of feeling like an external widget. */
.vm-vacancy-main > .vm-review-warning,
.company-main-v7 > .vm-review-warning { margin-top: 14px; }
.company-sidebar-v7 > .vm-report-control { margin-top: 0; padding-top: 0; border-top: 0; }
.company-sidebar-v7 > .vm-report-control > summary {
  padding: 12px 4px;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}

/* Onze merken — a calmer network directory aligned with the site grid. */
.vm-brands-template-v2 {
  padding-bottom: 74px;
  background: #fff;
}
.vm-brands-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 64px;
  align-items: end;
  padding: 52px 0 34px;
  border-bottom: 1px solid var(--vm-line);
}
.vm-brands-hero-copy-v2 { max-width: 760px; }
.vm-brands-hero-copy-v2 h1 {
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(40px,5vw,62px);
  line-height: 1.02;
  letter-spacing: -2px;
}
.vm-brands-hero-copy-v2 > p:not(.eyebrow) {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--vm-muted);
  font-size: 15px;
  line-height: 1.65;
}
.vm-brands-hero-note-v2 {
  padding: 2px 0 2px 22px;
  border-left: 2px solid var(--vm-orange);
}
.vm-brands-hero-note-v2 strong {
  display: block;
  color: var(--vm-navy);
  font-size: 13px;
  line-height: 1.4;
}
.vm-brands-hero-note-v2 p {
  margin: 6px 0 0;
  color: var(--vm-muted);
  font-size: 11px;
  line-height: 1.55;
}
.vm-brands-directory-v2 { padding-top: 34px; }
.vm-brands-section-head-v2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 16px;
}
.vm-brands-section-head-v2 h2 {
  margin: 0;
  color: var(--vm-navy);
  font-size: 22px;
  letter-spacing: -.5px;
}
.vm-brands-section-head-v2 > p {
  max-width: 440px;
  margin: 0;
  color: var(--vm-muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}
.vm-brands-template-v2 .vm-brands-page { max-width: none; margin: 0; }
.vm-brands-template-v2 .vm-brands-intro { display: none; }
.vm-brands-template-v2 .vm-brands-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 30px;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.vm-brands-template-v2 .vm-brand-card-public {
  min-width: 0;
  min-height: 150px;
  grid-template-columns: 116px minmax(0,1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--vm-line);
}
.vm-brands-template-v2 .vm-brand-card-public:nth-last-child(-n+2) { border-bottom: 0; }
.vm-brands-template-v2 .vm-brand-logo-public {
  width: 116px;
  min-height: 86px;
  height: 86px;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #e0e4e9;
  border-radius: 12px;
  background: #fff;
}
.vm-brands-template-v2 .vm-brand-logo-public img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: scale(1.08);
}
.vm-brands-template-v2 .vm-brand-card-public h2 { margin: 0 0 5px; font-size: 18px; line-height: 1.25; }
.vm-brands-template-v2 .vm-brand-card-public p { margin: 0 0 10px; font-size: 11px; line-height: 1.6; }
.vm-brands-template-v2 .vm-text-action { color: var(--vm-orange-hover); font-size: 10px; font-weight: 760; }

@media (max-width: 900px) {
  .vm-brands-hero-v2 { grid-template-columns: 1fr; gap: 22px; padding-top: 38px; }
  .vm-brands-hero-note-v2 { max-width: 620px; }
  .vm-brands-template-v2 .vm-brands-grid { grid-template-columns: 1fr; }
  .vm-brands-template-v2 .vm-brand-card-public:nth-last-child(-n+2) { border-bottom: 1px solid var(--vm-line); }
  .vm-brands-template-v2 .vm-brand-card-public:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .vm-brands-template-v2 { padding-bottom: 46px; }
  .vm-brands-hero-v2 { gap: 18px; padding: 28px 0 24px; }
  .vm-brands-hero-copy-v2 h1 { font-size: 34px; letter-spacing: -1.2px; }
  .vm-brands-hero-copy-v2 > p:not(.eyebrow) { margin-top: 10px; font-size: 13px; line-height: 1.55; }
  .vm-brands-hero-note-v2 { padding-left: 15px; }
  .vm-brands-hero-note-v2 strong { font-size: 12px; }
  .vm-brands-hero-note-v2 p { font-size: 10px; }
  .vm-brands-directory-v2 { padding-top: 25px; }
  .vm-brands-section-head-v2 { display: grid; gap: 5px; margin-bottom: 12px; }
  .vm-brands-section-head-v2 h2 { font-size: 19px; }
  .vm-brands-section-head-v2 > p { max-width: none; font-size: 10px; text-align: left; }
  .vm-brands-template-v2 .vm-brand-card-public {
    min-height: 112px;
    grid-template-columns: 78px minmax(0,1fr);
    gap: 14px;
    padding: 17px 0;
  }
  .vm-brands-template-v2 .vm-brand-logo-public { width: 78px; height: 68px; min-height: 68px; border-radius: 10px; }
  .vm-brands-template-v2 .vm-brand-card-public h2 { font-size: 15px; }
  .vm-brands-template-v2 .vm-brand-card-public p { margin-bottom: 7px; font-size: 10px; }
  .vm-brands-template-v2 .vm-text-action { font-size: 9px; }
}

/* Vacaturemarkt 6.39 — gevuld logo-vlak, zonder het bedrijfslogo zelf te vergroten of af te snijden. */
.company-logo-v7 {
  position: relative;
  background: #fff;
  border-color: #dce2ea;
  box-shadow: inset 0 0 0 1px rgba(17,32,56,.015);
}
.company-logo-v7 img {
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  margin: 8px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
  transform: none;
}
@media (max-width: 700px) {
  .company-logo-v7 img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    max-width: calc(100% - 12px);
    max-height: calc(100% - 12px);
    margin: 6px;
  }
}

/* ========================================================================
   Vacaturemarkt 6.40 — context-aware logo sizing
   Wide employer logos use a landscape frame; brand marks keep their own tile.
   No global zoom/cropping is applied to uploaded artwork.
   ======================================================================== */

/* Undo the broad 6.37 zoom rule. Artwork must never be cropped just to fill a tile. */
.vm-job-logo img,
.vm-vacancy-logo img,
.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img {
  transform: none;
  object-fit: contain;
  object-position: center;
}

/* Homepage employer strip: employer marks are commonly horizontal, so give them
   a landscape canvas instead of forcing them into an oversized square. */
.home-employer-card {
  grid-template-columns: 112px minmax(0,1fr) 42px;
}
.home-employer-logo {
  width: 112px;
  height: 74px;
  border-radius: 13px;
  background: #f8fafc;
}
.home-employer-logo img {
  width: 100%;
  height: 100%;
  padding: 10px 12px;
}

/* Employer directory: a compact landscape logo cell makes wide wordmarks readable
   without enlarging/cropping square logos. */
.employers-page-v5 .vm-company-card-v3 {
  gap: 18px;
}
.employers-page-v5 .vm-company-card-logo {
  width: 104px;
  height: 70px;
  flex: 0 0 104px;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  background: #f8fafc;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.employers-page-v5 .vm-company-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 9px 11px;
}

/* Company profile: same visual language as the directory, just one step larger. */
.company-profile-identity-v7 {
  grid-template-columns: 118px minmax(0,1fr);
  gap: 22px;
}
.company-logo-v7 {
  width: 110px;
  height: 78px;
  border-radius: 13px;
  background: #f8fafc;
}
.company-logo-v7 img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 10px 12px;
  background: transparent;
}

/* Brand directory: keep brand tiles visually substantial, but respect the exact
   source artwork ratio. This avoids both tiny marks and accidental zoom. */
.vm-brands-template-v2 .vm-brand-logo-public {
  width: 112px;
  height: 88px;
  min-height: 88px;
  padding: 8px;
  display: grid;
  place-items: center;
  background: #f8fafc;
}
.vm-brands-template-v2 .vm-brand-logo-public img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}

/* Vacancy cards/details keep a neutral safe area too. */
.vm-job-logo img,
.vm-vacancy-logo img {
  width: 100%;
  height: 100%;
  padding: 8px;
}

@media (max-width: 1060px) and (min-width: 761px) {
  .home-employer-card { grid-template-columns: 98px minmax(0,1fr) 38px; }
  .home-employer-logo { width: 98px; height: 68px; }
}

@media (max-width: 760px) {
  .home-employer-card {
    grid-template-columns: 82px minmax(0,1fr) 32px;
    gap: 13px;
  }
  .home-employer-logo {
    width: 82px;
    height: 58px;
    border-radius: 10px;
  }
  .home-employer-logo img { padding: 7px 8px; }

  .employers-page-v5 .vm-company-card-v3 {
    min-height: 92px;
    gap: 12px;
  }
  .employers-page-v5 .vm-company-card-logo {
    width: 82px;
    height: 58px;
    flex-basis: 82px;
    border-radius: 10px;
  }
  .employers-page-v5 .vm-company-card-logo img { padding: 7px 8px; }

  .company-profile-identity-v7 {
    grid-template-columns: 86px minmax(0,1fr);
    gap: 13px;
  }
  .company-logo-v7 {
    width: 82px;
    height: 60px;
    border-radius: 10px;
  }
  .company-logo-v7 img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 7px 8px;
  }

  .vm-brands-template-v2 .vm-brand-logo-public {
    width: 82px;
    height: 68px;
    min-height: 68px;
    padding: 6px;
  }
}


/* ========================================================================
   Vacaturemarkt 6.41 — filled logo frames with centered artwork
   Employer/brand/company logos should visually fill their frame better,
   while staying perfectly centered and preserving the original ratio.
   ======================================================================== */
.home-employer-logo,
.employers-page-v5 .vm-company-card-logo,
.company-logo-v7,
.vm-brands-template-v2 .vm-brand-logo-public {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 78%;
  margin: auto;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

.home-employer-logo {
  background: #f8fafc;
}
.home-employer-logo img {
  max-width: 88%;
  max-height: 74%;
}

.employers-page-v5 .vm-company-card-logo {
  width: 112px;
  height: 76px;
  flex: 0 0 112px;
  background: #f8fafc;
}
.employers-page-v5 .vm-company-card-logo img {
  max-width: 90%;
  max-height: 76%;
}

.company-logo-v7 {
  width: 118px;
  height: 84px;
  background: #f8fafc;
}
.company-logo-v7 img {
  max-width: 90%;
  max-height: 76%;
}

.vm-brands-template-v2 .vm-brand-logo-public {
  background: #f8fafc;
}
.vm-brands-template-v2 .vm-brand-logo-public img {
  max-width: 88%;
  max-height: 78%;
}

@media (max-width: 760px) {
  .home-employer-logo img,
  .employers-page-v5 .vm-company-card-logo img,
  .company-logo-v7 img,
  .vm-brands-template-v2 .vm-brand-logo-public img {
    max-width: 90%;
    max-height: 80%;
  }

  .employers-page-v5 .vm-company-card-logo {
    width: 86px;
    height: 60px;
    flex-basis: 86px;
  }

  .company-logo-v7 {
    width: 86px;
    height: 62px;
  }
}

/* ========================================================================
   Vacaturemarkt 6.42 — employer directory filters
   Same interaction language as vacancy search, tailored to company discovery.
   ======================================================================== */
.employers-page-v642 .employer-filter-panel {
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-top: 0;
  border-bottom: 1px solid var(--vm-line);
}
.employers-page-v642 .employer-filter-bar {
  min-height: 44px;
}
.employers-page-v642 .employer-filter-popover {
  width: min(760px, calc(100vw - 64px));
  max-width: 760px;
}
.employers-page-v642 .employer-filter-options {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.employer-filter-result-count {
  margin-left: auto;
  color: #7a8494;
  font-size: 10px;
  font-weight: 680;
}
.employer-active-filters { margin-top: 12px; }
.employer-filter-results { margin-top: 0; }
.employer-filter-empty {
  min-height: 240px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 34px 20px;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  text-align: center;
}
.employer-filter-empty-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border: 1px solid #e1e5eb;
  border-radius: 12px;
  color: var(--vm-blue);
}
.employer-filter-empty-icon svg { width: 21px; height: 21px; }
.employer-filter-empty h3 {
  margin: 0;
  color: var(--vm-navy);
  font-size: 18px;
}
.employer-filter-empty p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--vm-muted);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .employers-page-v642 .employer-filter-bar {
    display: grid;
    grid-template-columns: 1fr;
  }
  .employers-page-v642 .employer-filter-bar .archive-filter-dropdown {
    grid-column: 1 / -1;
  }
  .employers-page-v642 .employer-filter-popover {
    width: auto;
    max-width: none;
  }
  .employer-filter-result-count {
    margin: 2px 0 0;
    padding-left: 2px;
  }
}

@media (max-width: 620px) {
  .employers-page-v642 .employer-filter-panel {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .employers-page-v642 .employer-filter-options {
    grid-template-columns: 1fr;
  }
  .employers-page-v642 .archive-filter-trigger {
    min-height: 48px;
  }
  .employer-filter-result-count { font-size: 10px; }
  .employer-filter-empty { min-height: 210px; padding: 28px 16px; }
  .employer-filter-empty h3 { font-size: 17px; }
  .employer-filter-empty p { font-size: 11px; }
}

/* ========================================================================
   Vacaturemarkt 6.43 — logo canvas correction + 2026 bruto/netto calculator
   ======================================================================== */

/* Logo frames: use the frame, center artwork, and let JS remove only empty
   transparent/white source margins. Deliberate coloured brand tiles remain intact. */
.home-employer-logo,
.employers-page-v5 .vm-company-card-logo,
.company-logo-v7,
.vm-brands-template-v2 .vm-brand-logo-public {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 6px;
  object-fit: contain;
  object-position: center center;
  transform: none;
}
.home-employer-logo img.is-auto-trimmed,
.employers-page-v5 .vm-company-card-logo img.is-auto-trimmed,
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  padding: 7px;
}
.employers-page-v5 .vm-company-card-logo {
  width: 116px;
  height: 78px;
  flex: 0 0 116px;
}
.company-logo-v7 {
  width: 116px;
  height: 82px;
}
@media (max-width: 760px) {
  .employers-page-v5 .vm-company-card-logo {
    width: 88px;
    height: 62px;
    flex-basis: 88px;
  }
  .company-logo-v7 { width: 88px; height: 64px; }
  .home-employer-logo img,
  .employers-page-v5 .vm-company-card-logo img,
  .company-logo-v7 img,
  .vm-brands-template-v2 .vm-brand-logo-public img { padding: 5px; }
}

/* Salary calculator — same calm site rhythm: broad sections, restrained borders,
   orange only for primary actions, no nested card maze. */
.salary-net-page { background: #fff; color: var(--vm-navy); }
.salary-net-hero { padding: 54px 0 46px; border-bottom: 1px solid var(--vm-line); background: #fafbfc; }
.salary-net-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 72px; align-items: end; }
.salary-net-hero-copy { max-width: 800px; }
.salary-net-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(42px,5vw,66px); line-height: .99; letter-spacing: -2.4px; color: var(--vm-navy); }
.salary-net-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 17px 0 0; font-size: 15px; line-height: 1.65; color: var(--vm-muted); }
.salary-net-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.salary-net-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.salary-net-hero-facts div { min-width: 0; padding: 17px 16px; border-right: 1px solid var(--vm-line); }
.salary-net-hero-facts div:first-child { padding-left: 0; }
.salary-net-hero-facts div:last-child { border-right: 0; padding-right: 0; }
.salary-net-hero-facts strong,.salary-net-hero-facts span { display: block; }
.salary-net-hero-facts strong { font-size: 14px; color: var(--vm-navy); }
.salary-net-hero-facts span { margin-top: 5px; font-size: 10px; line-height: 1.45; color: var(--vm-muted); }
.salary-net-market-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 14px 0; border-bottom: 1px solid var(--vm-line); color: var(--vm-muted); font-size: 11px; }
.salary-net-market-note strong { color: var(--vm-navy); }

.salary-net-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 42px; align-items: start; padding-top: 48px; padding-bottom: 58px; }
.salary-net-form { min-width: 0; }
.salary-net-section-head { max-width: 650px; margin-bottom: 27px; }
.salary-net-section-head h2 { margin: 0; font-size: 30px; line-height: 1.12; letter-spacing: -1px; }
.salary-net-section-head > p:not(.eyebrow) { margin: 8px 0 0; color: var(--vm-muted); font-size: 12px; line-height: 1.6; }
.salary-net-amount-row { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 22px; padding: 22px 0 24px; border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.salary-net-field { display: block; }
.salary-net-field > span:first-child,.salary-net-period legend { display: block; margin-bottom: 8px; color: #59647a; font-size: 11px; font-weight: 730; }
.salary-net-field > span em { color: var(--vm-muted); font-size: 9px; font-style: normal; font-weight: 600; }
.salary-net-field small { display: block; margin-top: 7px; color: var(--vm-muted); font-size: 9px; line-height: 1.45; }
.salary-net-money-input { min-height: 56px; display: flex; align-items: center; overflow: hidden; border: 1px solid #dce2ea; border-radius: 11px; background: #fff; }
.salary-net-money-input:focus-within { border-color: #aebbd5; box-shadow: 0 0 0 3px rgba(49,90,168,.08); }
.salary-net-money-input b { flex: 0 0 45px; display: grid; place-items: center; align-self: stretch; border-right: 1px solid var(--vm-line); color: var(--vm-navy); font-size: 17px; }
.salary-net-money-input input { min-width: 0; width: 100%; height: 54px; padding: 0 15px; border: 0; outline: 0; background: transparent; color: var(--vm-navy); font: inherit; font-size: 18px; font-weight: 760; }
.salary-net-period { min-width: 0; margin: 0; padding: 0; border: 0; }
.salary-net-period { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.salary-net-period legend { grid-column: 1/-1; }
.salary-net-period label { position: relative; cursor: pointer; }
.salary-net-period input { position: absolute; opacity: 0; pointer-events: none; }
.salary-net-period span { min-height: 56px; display: grid; place-items: center; padding: 0 10px; border: 1px solid #dce2ea; color: #5e687a; background: #fff; font-size: 11px; font-weight: 700; }
.salary-net-period label:first-of-type span { border-radius: 11px 0 0 11px; }
.salary-net-period label:last-of-type span { margin-left: -1px; border-radius: 0 11px 11px 0; }
.salary-net-period input:checked + span { position: relative; z-index: 1; border-color: var(--vm-navy); background: var(--vm-navy); color: #fff; }
.salary-net-options { border-bottom: 1px solid var(--vm-line); }
.salary-net-toggle-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; border-bottom: 1px solid var(--vm-line); }
.salary-net-toggle-row:last-child { border-bottom: 0; }
.salary-net-toggle-row > span { min-width: 0; }
.salary-net-toggle-row strong,.salary-net-toggle-row small { display: block; }
.salary-net-toggle-row strong { font-size: 12px; }
.salary-net-toggle-row small { margin-top: 4px; color: var(--vm-muted); font-size: 9px; line-height: 1.5; }
.salary-net-toggle-row input { position: absolute; opacity: 0; pointer-events: none; }
.salary-net-toggle-row i { position: relative; flex: 0 0 42px; width: 42px; height: 24px; border-radius: 999px; background: #dfe3e9; transition: background .16s ease; }
.salary-net-toggle-row i::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(15,28,55,.16); transition: transform .16s ease; }
.salary-net-toggle-row input:checked + i { background: var(--vm-orange); }
.salary-net-toggle-row input:checked + i::after { transform: translateX(18px); }
.salary-net-deduction-field { padding: 23px 0 0; }
.salary-net-money-input-small { max-width: 260px; min-height: 48px; }
.salary-net-money-input-small input { height: 46px; font-size: 14px; }
.salary-net-money-input-small b { flex-basis: 40px; font-size: 14px; }
.salary-net-calc-button { min-height: 48px; margin-top: 24px; min-width: 210px; }

.salary-net-result { position: sticky; top: 116px; padding: 25px 24px 22px; border: 1px solid #e0e4ea; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(15,28,55,.045); transition: box-shadow .2s ease, transform .2s ease; }
.salary-net-result.is-updated { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(15,28,55,.08); }
.salary-net-result-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.salary-net-result-head .eyebrow { margin: 0; }
.salary-net-result-head > span { padding: 5px 8px; border-radius: 999px; background: var(--vm-orange-soft); color: #a94710; font-size: 9px; font-weight: 800; }
.salary-net-primary-result { padding: 24px 0 22px; border-bottom: 1px solid var(--vm-line); }
.salary-net-primary-result span,.salary-net-primary-result strong,.salary-net-primary-result small { display: block; }
.salary-net-primary-result span { color: var(--vm-muted); font-size: 10px; font-weight: 650; }
.salary-net-primary-result strong { margin-top: 5px; color: var(--vm-navy); font-size: 40px; line-height: 1; letter-spacing: -1.6px; }
.salary-net-primary-result small { margin-top: 8px; color: var(--vm-muted); font-size: 9px; line-height: 1.4; }
.salary-net-breakdown { margin: 0; }
.salary-net-breakdown div { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--vm-line); }
.salary-net-breakdown dt { color: var(--vm-muted); font-size: 9px; }
.salary-net-breakdown dd { margin: 0; color: var(--vm-navy); font-size: 10px; font-weight: 730; text-align: right; }
.salary-net-breakdown .salary-net-total-row { min-height: 54px; }
.salary-net-breakdown .salary-net-total-row dt,.salary-net-breakdown .salary-net-total-row dd { color: var(--vm-navy); font-size: 11px; font-weight: 800; }
.salary-net-result-note { margin: 17px 0 0; color: var(--vm-muted); font-size: 9px; line-height: 1.55; }

.salary-net-rules-section { padding: 48px 0 56px; border-top: 1px solid var(--vm-line); }
.salary-net-rules-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 19px; }
.salary-net-rules-head h2 { margin: 0; font-size: 27px; letter-spacing: -.8px; }
.salary-net-rules-head > p { max-width: 520px; margin: 0; color: var(--vm-muted); font-size: 11px; line-height: 1.55; text-align: right; }
.salary-net-rules-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.salary-net-rules-list > div { padding: 20px 22px; border-right: 1px solid var(--vm-line); }
.salary-net-rules-list > div:first-child { padding-left: 0; }
.salary-net-rules-list > div:last-child { padding-right: 0; border-right: 0; }
.salary-net-rules-list span,.salary-net-rules-list strong { display: block; }
.salary-net-rules-list span { color: var(--vm-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.salary-net-rules-list strong { margin-top: 5px; font-size: 24px; letter-spacing: -.5px; }
.salary-net-rules-list p { margin: 6px 0 0; color: var(--vm-muted); font-size: 10px; line-height: 1.5; }
.salary-net-method-note { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 24px; padding-top: 22px; }
.salary-net-method-note strong { font-size: 12px; }
.salary-net-method-note p { margin: 0; color: var(--vm-muted); font-size: 10px; line-height: 1.6; }
.salary-net-next-step { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 36px; padding-bottom: 58px; border-top: 1px solid var(--vm-line); }
.salary-net-next-step h2 { margin: 0; font-size: 25px; letter-spacing: -.7px; }
.salary-net-next-step p:not(.eyebrow) { margin: 6px 0 0; color: var(--vm-muted); font-size: 11px; }
.salary-net-next-step > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.salary-check-hero-actions { margin-top: 20px; }

@media (max-width: 980px) {
  .salary-net-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .salary-net-hero-facts { max-width: 680px; }
  .salary-net-layout { grid-template-columns: 1fr; gap: 28px; }
  .salary-net-result { position: static; }
}
@media (max-width: 700px) {
  .salary-net-hero { padding: 32px 0 30px; }
  .salary-net-hero-copy h1 { font-size: 38px; line-height: 1.02; letter-spacing: -1.5px; }
  .salary-net-hero-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.55; }
  .salary-net-hero-actions { display: grid; grid-template-columns: 1fr; }
  .salary-net-hero-actions .button { width: 100%; }
  .salary-net-hero-facts { grid-template-columns: 1fr; border-bottom: 0; }
  .salary-net-hero-facts div,.salary-net-hero-facts div:first-child,.salary-net-hero-facts div:last-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--vm-line); }
  .salary-net-market-note { align-items: flex-start; flex-direction: column; gap: 4px; }
  .salary-net-layout { padding-top: 32px; padding-bottom: 40px; }
  .salary-net-section-head h2 { font-size: 25px; }
  .salary-net-amount-row { grid-template-columns: 1fr; gap: 18px; }
  .salary-net-money-input { min-height: 52px; }
  .salary-net-money-input input { height: 50px; }
  .salary-net-period span { min-height: 48px; }
  .salary-net-toggle-row { min-height: 82px; gap: 18px; }
  .salary-net-calc-button { width: 100%; }
  .salary-net-result { padding: 22px 18px; }
  .salary-net-primary-result strong { font-size: 36px; }
  .salary-net-rules-head { display: block; }
  .salary-net-rules-head > p { margin-top: 8px; text-align: left; }
  .salary-net-rules-list { grid-template-columns: 1fr; }
  .salary-net-rules-list > div,.salary-net-rules-list > div:first-child,.salary-net-rules-list > div:last-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--vm-line); }
  .salary-net-rules-list > div:last-child { border-bottom: 0; }
  .salary-net-method-note { grid-template-columns: 1fr; gap: 6px; }
  .salary-net-next-step { align-items: stretch; flex-direction: column; gap: 20px; }
  .salary-net-next-step > div:last-child { display: grid; grid-template-columns: 1fr; }
  .salary-net-next-step .button { width: 100%; }
}

/* ========================================================================
   Vacaturemarkt 6.44 — one logo system + organization transparency + quick apply
   ======================================================================== */
/* The homepage employer logo is the reference. Company profiles and Our brands
   now use the exact same landscape canvas, centering and safe area. */
.company-logo-v7,
.vm-brands-template-v2 .vm-brand-logo-public {
  width:112px;
  height:74px;
  min-height:74px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:0;
  border:1px solid #e1e5ea;
  border-radius:13px;
  background:#fff;
}
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img {
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  margin:0;
  padding:6px;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed { padding:7px; }
.company-profile-identity-v7 { grid-template-columns:112px minmax(0,1fr); gap:22px; }
.vm-brands-template-v2 .vm-brand-card-public { grid-template-columns:112px minmax(0,1fr); }

/* Organization type is a primary transparency fact, not a hidden technical label. */
.vm-organization-badge {
  width:max-content; max-width:100%; display:inline-flex; align-items:center; gap:7px;
  margin-top:6px; padding:5px 9px; border:1px solid #dde3e9; border-radius:999px;
  background:#f8fafc; color:#425069; font-size:9px; line-height:1.2;
}
.vm-organization-badge strong { color:var(--vm-navy); font-size:9px; }
.vm-organization-badge small { color:#7b8494; font-size:8px; }
.vm-organization-badge .vm-placement-dot { width:6px; height:6px; flex:0 0 6px; border-radius:50%; background:#315aa8; }
.vm-organization-badge.vm-org-company .vm-placement-dot { background:#247052; }
.vm-organization-badge.vm-org-staffing .vm-placement-dot { background:var(--vm-orange); }
.vm-organization-badge.vm-org-recruiter .vm-placement-dot { background:#7454a6; }
.vm-pill-organization { font-weight:760; }
.vm-placement-inline { display:inline-flex; align-items:center; color:#7a8495; font-size:9px; font-weight:650; }
.vm-placement-badge.vm-org-company { background:#eef8f2; color:#246b4d; }
.vm-placement-badge.vm-org-intermediary { background:#eef3ff; color:#315aa8; }
.vm-placement-badge.vm-org-staffing { background:#fff2e9; color:#a44817; }
.vm-placement-badge.vm-org-recruiter { background:#f4effb; color:#674796; }

/* Vacancy transparency and richer candidate information. */
.vm-vacancy-requirements {
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid var(--vm-line); border-bottom:1px solid var(--vm-line);
}
.vm-vacancy-requirements > div { min-height:78px; padding:16px 18px; border-right:1px solid var(--vm-line); border-bottom:1px solid var(--vm-line); }
.vm-vacancy-requirements > div:nth-child(2n) { border-right:0; }
.vm-vacancy-requirements > div:nth-last-child(-n+2) { border-bottom:0; }
.vm-vacancy-requirements span,.vm-vacancy-requirements strong { display:block; }
.vm-vacancy-requirements span { color:var(--vm-muted); font-size:9px; font-weight:680; }
.vm-vacancy-requirements strong { margin-top:5px; color:var(--vm-navy); font-size:12px; line-height:1.4; }
.vm-vacancy-transparency-row { margin:0 0 20px; padding:14px 0; border-top:1px solid var(--vm-line); border-bottom:1px solid var(--vm-line); }
.vm-vacancy-transparency-row > span,.vm-vacancy-transparency-row > strong,.vm-vacancy-transparency-row > small { display:block; }
.vm-vacancy-transparency-row > span { color:var(--vm-muted); font-size:9px; font-weight:680; }
.vm-vacancy-transparency-row > strong { margin-top:3px; color:var(--vm-navy); font-size:14px; }
.vm-vacancy-transparency-row > small { margin-top:5px; max-width:700px; color:#737d8e; font-size:9px; line-height:1.5; }
.vm-vacancy-contact-grid { display:grid; grid-template-columns:minmax(0,1fr) 240px; gap:30px; align-items:start; }
.vm-vacancy-contact-copy { border-top:1px solid var(--vm-line); }
.vm-vacancy-contact-copy > div { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:48px; border-bottom:1px solid var(--vm-line); }
.vm-vacancy-contact-copy span { color:var(--vm-muted); font-size:9px; }
.vm-vacancy-contact-copy strong { color:var(--vm-navy); font-size:10px; text-align:right; }
.vm-vacancy-contact-actions { display:grid; gap:8px; }
.vm-vacancy-contact-actions .button { width:100%; justify-content:center; }
.vm-vacancy-summary dd small { display:block; margin-top:2px; color:var(--vm-muted); font-size:8px; font-weight:500; }

/* Logged-in candidates get a fast path while guests retain the complete form. */
.vm-fast-apply-head { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.vm-fast-org-type { max-width:180px; color:#6d7788; font-size:8px; font-weight:700; text-align:right; }
.vm-fast-profile-ready { display:flex; align-items:center; gap:10px; margin:14px 0; padding:11px; border:1px solid #dce7e1; border-radius:9px; background:#f6fbf8; }
.vm-fast-profile-ready > svg { width:18px; height:18px; color:#247052; }
.vm-fast-profile-ready strong,.vm-fast-profile-ready span { display:block; }
.vm-fast-profile-ready strong { color:var(--vm-navy); font-size:10px; }
.vm-fast-profile-ready span { margin-top:2px; color:#687486; font-size:8px; overflow-wrap:anywhere; }
.vm-quick-apply-extra { margin:10px 0; border-top:1px solid var(--vm-line); border-bottom:1px solid var(--vm-line); }
.vm-quick-apply-extra > summary { min-height:42px; display:flex; align-items:center; justify-content:space-between; gap:12px; list-style:none; cursor:pointer; color:var(--vm-navy); font-size:9px; font-weight:700; }
.vm-quick-apply-extra > summary::-webkit-details-marker { display:none; }
.vm-quick-apply-extra > summary span { color:var(--vm-muted); font-size:8px; font-weight:550; }
.vm-quick-apply-extra > div { padding-bottom:10px; }
.vm-quick-consent { margin:11px 0 !important; }
.vm-fast-account-link { display:block; margin-top:12px; color:var(--vm-blue); font-size:9px; font-weight:700; text-align:center; text-decoration:none; }
.vm-external-apply-divider { position:relative; margin:13px 0; text-align:center; }
.vm-external-apply-divider::before { content:''; position:absolute; left:0; right:0; top:50%; height:1px; background:var(--vm-line); }
.vm-external-apply-divider span { position:relative; padding:0 8px; background:#fff; color:#9aa1ad; font-size:8px; }

@media(max-width:760px){
  .company-logo-v7,.vm-brands-template-v2 .vm-brand-logo-public { width:82px; height:58px; min-height:58px; border-radius:10px; }
  .company-logo-v7 img,.vm-brands-template-v2 .vm-brand-logo-public img { padding:5px; }
  .company-profile-identity-v7 { grid-template-columns:82px minmax(0,1fr); gap:13px; }
  .vm-brands-template-v2 .vm-brand-card-public { grid-template-columns:82px minmax(0,1fr); }
  .vm-vacancy-requirements { grid-template-columns:1fr; }
  .vm-vacancy-requirements > div,.vm-vacancy-requirements > div:nth-child(2n),.vm-vacancy-requirements > div:nth-last-child(-n+2) { min-height:64px; padding:13px 0; border-right:0; border-bottom:1px solid var(--vm-line); }
  .vm-vacancy-requirements > div:last-child { border-bottom:0; }
  .vm-vacancy-contact-grid { grid-template-columns:1fr; gap:18px; }
  .vm-organization-badge { white-space:normal; }
  .vm-organization-badge small { display:none; }
}


/* ========================================================================
   Vacaturemarkt 6.45 — dashboard-managed announcement bar
   ======================================================================== */
.vm-announcement {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(17,29,54,.08);
  font-size: 12px;
  line-height: 1.35;
}
.vm-announcement[hidden] { display: none !important; }
.vm-announcement--orange { background: var(--vm-orange); color: #fff; }
.vm-announcement--navy { background: var(--vm-navy); color: #fff; }
.vm-announcement--light { background: #f4f6f8; color: var(--vm-navy); border-color: var(--vm-line); }
.vm-announcement-inner {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.vm-announcement-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 680;
}
.vm-announcement--left .vm-announcement-copy { justify-content: flex-start; }
.vm-announcement-copy > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.vm-announcement-action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 8px;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.vm-announcement--light .vm-announcement-action { border-color: #cdd5df; background: #fff; }
.vm-announcement-action:hover { background: rgba(255,255,255,.13); color: inherit; }
.vm-announcement--light .vm-announcement-action:hover { background: #edf1f5; }
.vm-announcement-close {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: .82;
}
.vm-announcement-close:hover { background: rgba(255,255,255,.14); opacity: 1; }
.vm-announcement--light .vm-announcement-close:hover { background: #e8edf2; }

@media (max-width: 760px) {
  .vm-announcement { font-size: 11px; }
  .vm-announcement-inner { min-height: 46px; gap: 8px; padding-top: 7px; padding-bottom: 7px; }
  .vm-announcement-copy { gap: 9px; }
  .vm-announcement-action { min-height: 28px; padding: 5px 8px; font-size: 9px; }
  .vm-announcement-close { width: 28px; height: 28px; font-size: 19px; }
}

@media (max-width: 520px) {
  .vm-announcement-copy { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .vm-announcement--center .vm-announcement-copy { align-items: center; text-align: center; }
  .vm-announcement-action { white-space: normal; }
}


/* ========================================================================
   Vacaturemarkt 6.46 — homepage employer logo is the single source of truth
   The logo treatment that works on "Werkgevers op Vacaturemarkt" is now used
   identically on employer listings, company profiles and Our brands.
   ======================================================================== */
:root {
  --vm-employer-logo-w: 112px;
  --vm-employer-logo-h: 74px;
  --vm-employer-logo-radius: 13px;
  --vm-employer-logo-pad: 6px;
}

.home-employer-logo,
.employers-page-v5 .vm-company-card-logo,
.company-logo-v7,
.vm-brands-template-v2 .vm-brand-logo-public {
  width: var(--vm-employer-logo-w) !important;
  height: var(--vm-employer-logo-h) !important;
  min-width: var(--vm-employer-logo-w) !important;
  min-height: var(--vm-employer-logo-h) !important;
  flex: 0 0 var(--vm-employer-logo-w) !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid #e1e5ea !important;
  border-radius: var(--vm-employer-logo-radius) !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img,
.home-employer-logo img.is-auto-trimmed,
.employers-page-v5 .vm-company-card-logo img.is-auto-trimmed,
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: var(--vm-employer-logo-pad) !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  box-sizing: border-box !important;
}

/* Make surrounding layouts reserve exactly the same logo canvas. */
.employers-page-v5 .vm-company-card-v3 {
  grid-template-columns: var(--vm-employer-logo-w) minmax(0,1fr) !important;
}
.company-profile-identity-v7 {
  grid-template-columns: var(--vm-employer-logo-w) minmax(0,1fr) !important;
}
.vm-brands-template-v2 .vm-brand-card-public {
  grid-template-columns: var(--vm-employer-logo-w) minmax(0,1fr) !important;
}

@media (max-width: 760px) {
  :root {
    --vm-employer-logo-w: 82px;
    --vm-employer-logo-h: 58px;
    --vm-employer-logo-radius: 10px;
    --vm-employer-logo-pad: 5px;
  }

  .employers-page-v5 .vm-company-card-v3,
  .company-profile-identity-v7,
  .vm-brands-template-v2 .vm-brand-card-public {
    grid-template-columns: var(--vm-employer-logo-w) minmax(0,1fr) !important;
  }
}


/* ========================================================================
   Vacaturemarkt 6.48 — Onze merken uses the proven homepage logo treatment
   exactly, without auto-trimming or competing overrides.
   ======================================================================== */
.vm-brands-template-v2 .vm-brand-logo-public {
  width: 112px !important;
  height: 74px !important;
  min-width: 112px !important;
  min-height: 74px !important;
  flex: 0 0 112px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e1e5ea !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 12px) !important;
  max-height: calc(100% - 12px) !important;
  margin: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.vm-brands-template-v2 .vm-brand-card-public {
  grid-template-columns: 112px minmax(0,1fr) !important;
  align-items: center !important;
}

@media (max-width: 760px) {
  .vm-brands-template-v2 .vm-brand-logo-public {
    width: 82px !important;
    height: 58px !important;
    min-width: 82px !important;
    min-height: 58px !important;
    flex-basis: 82px !important;
    border-radius: 10px !important;
  }

  .vm-brands-template-v2 .vm-brand-logo-public img,
  .vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
    max-width: calc(100% - 10px) !important;
    max-height: calc(100% - 10px) !important;
  }

  .vm-brands-template-v2 .vm-brand-card-public {
    grid-template-columns: 82px minmax(0,1fr) !important;
  }
}


/* ========================================================================
   Vacaturemarkt 6.49 — Salarischeck shares the Bruto → Netto design system
   ======================================================================== */
.salary-check-page-v2 { background: #fff; }
.salary-check-page-v2 .salary-check-source-strip {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--vm-line);
}
.salary-check-page-v2 .salary-check-source-strip strong {
  color: var(--vm-navy);
  font-size: 11px;
  font-weight: 760;
}
.salary-check-page-v2 .salary-check-source-strip span {
  max-width: 720px;
  color: var(--vm-muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}
.salary-check-page-v2 .salary-check-tool-shell { padding-top: 0; padding-bottom: 0; }
.salary-check-page-v2 .vm-salary-check-v7 { padding: 48px 0 58px; }

/* Input + method area uses the exact two-column rhythm of the bruto/netto calculator. */
.salary-check-page-v2 .vm-salary-intro-grid {
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 42px;
  align-items: start;
}
.salary-check-page-v2 .vm-salary-form-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.salary-check-page-v2 .vm-salary-form-card .eyebrow { margin-bottom: 5px; }
.salary-check-page-v2 .vm-salary-form-card h2 {
  max-width: 650px;
  margin: 0;
  color: var(--vm-navy);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -1px;
}
.salary-check-page-v2 .vm-salary-form-card > p:not(.eyebrow) {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--vm-muted);
  font-size: 12px;
  line-height: 1.6;
}
.salary-check-page-v2 .vm-salary-form {
  gap: 17px;
  margin-top: 27px;
}
.salary-check-page-v2 .vm-salary-form .vm-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px 18px;
}
.salary-check-page-v2 .vm-salary-form label {
  gap: 7px;
  color: #5e687a;
  font-size: 11px;
  font-weight: 730;
}
.salary-check-page-v2 .vm-salary-form input,
.salary-check-page-v2 .vm-salary-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 15px;
  border: 1px solid #dce2ea;
  border-radius: 11px;
  background: #fff;
  color: var(--vm-navy);
  outline: 0;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.salary-check-page-v2 .vm-salary-form input:focus,
.salary-check-page-v2 .vm-salary-form select:focus {
  border-color: #aebbd5;
  box-shadow: 0 0 0 3px rgba(49,90,168,.08);
}
.salary-check-page-v2 .vm-salary-form input::placeholder { color: #9aa3b2; font-weight: 500; }
.salary-check-page-v2 .vm-salary-form .vm-field-help {
  margin-top: 0;
  color: var(--vm-muted);
  font-size: 9px;
  line-height: 1.45;
  font-weight: 500;
}
.salary-check-page-v2 .vm-salary-form .vm-primary,
.salary-check-page-v2 .vm-salary-actions .vm-primary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 0;
  border-radius: 9px;
  background: var(--vm-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
}
.salary-check-page-v2 .vm-salary-form .vm-primary:hover,
.salary-check-page-v2 .vm-salary-actions .vm-primary:hover { background: var(--vm-orange-hover); }

/* Method card behaves like the calculator result card. */
.salary-check-page-v2 .vm-salary-method-card,
.salary-check-page-v2 .vm-official-source-card {
  position: sticky;
  top: 116px;
  padding: 25px 24px 22px;
  border: 1px solid #e0e4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,28,55,.045);
}
.salary-check-page-v2 .vm-method-label {
  color: #a94710;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
}
.salary-check-page-v2 .vm-salary-method-card h3,
.salary-check-page-v2 .vm-official-source-card h3 {
  margin: 6px 0 14px;
  color: var(--vm-navy);
  font-size: 20px;
  letter-spacing: -.4px;
}
.salary-check-page-v2 .vm-salary-method-card li {
  min-height: 58px;
  padding: 12px 0;
  border-top: 1px solid var(--vm-line);
}
.salary-check-page-v2 .vm-salary-method-card li:first-child { padding-top: 2px; }
.salary-check-page-v2 .vm-salary-method-card strong { font-size: 11px; }
.salary-check-page-v2 .vm-salary-method-card li span,
.salary-check-page-v2 .vm-salary-method-card > p {
  font-size: 9px;
  line-height: 1.5;
}

/* Result becomes a polished calculator-like result panel. */
.salary-check-page-v2 .vm-salary-result-v7 {
  margin-top: 42px;
  padding: 26px 28px;
  border: 1px solid #e0e4ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,28,55,.045);
}
.salary-check-page-v2 .vm-result-kicker {
  color: #a94710;
  font-size: 9px;
  font-weight: 800;
}
.salary-check-page-v2 .vm-salary-result-head h2 {
  margin: 5px 0 4px;
  font-size: 25px;
  letter-spacing: -.7px;
}
.salary-check-page-v2 .vm-confidence {
  min-width: 92px;
  padding: 8px 0 8px 18px;
  border-left: 1px solid var(--vm-line);
}
.salary-check-page-v2 .vm-confidence span { font-size: 24px; }
.salary-check-page-v2 .vm-salary-primary-number {
  padding: 26px 0 23px;
  border-bottom: 1px solid var(--vm-line);
}
.salary-check-page-v2 .vm-salary-primary-number > span { font-size: 10px; }
.salary-check-page-v2 .vm-salary-primary-number > strong {
  margin-top: 5px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1.8px;
}
.salary-check-page-v2 .vm-salary-primary-number > small { font-size: 10px; }
.salary-check-page-v2 .vm-salary-breakdown {
  grid-template-columns: repeat(4,1fr);
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
}
.salary-check-page-v2 .vm-salary-breakdown article {
  padding: 17px 15px;
  border-right: 1px solid var(--vm-line);
}
.salary-check-page-v2 .vm-salary-breakdown article:first-child { padding-left: 0; }
.salary-check-page-v2 .vm-salary-breakdown article:last-child { padding-right: 0; border-right: 0; }
.salary-check-page-v2 .vm-salary-breakdown span { font-size: 9px; }
.salary-check-page-v2 .vm-salary-breakdown strong { font-size: 15px; }
.salary-check-page-v2 .vm-salary-breakdown small { font-size: 9px; }
.salary-check-page-v2 .vm-salary-actions { gap: 9px; margin-top: 22px; }
.salary-check-page-v2 .vm-salary-actions .vm-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #d6dce5;
  border-radius: 9px;
  background: #fff;
  color: var(--vm-navy);
  font-size: 11px;
  font-weight: 730;
  text-decoration: none;
}

/* Methodology follows the flat rules section from the netto calculator. */
.salary-check-page-v2 .vm-salary-evidence {
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 42px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--vm-line);
}
.salary-check-page-v2 .vm-salary-evidence-main {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.salary-check-page-v2 .vm-salary-evidence-main h2 {
  margin: 0 0 18px;
  font-size: 27px;
  letter-spacing: -.8px;
}
.salary-check-page-v2 .vm-method-steps article {
  grid-template-columns: 44px minmax(0,1fr);
  gap: 14px;
  padding: 17px 0;
}
.salary-check-page-v2 .vm-method-steps b { font-size: 10px; }
.salary-check-page-v2 .vm-method-steps strong { font-size: 12px; }
.salary-check-page-v2 .vm-method-steps p { font-size: 10px; line-height: 1.6; }
.salary-check-page-v2 .vm-official-source-card { align-self: start; }
.salary-check-page-v2 .vm-official-numbers > div { min-height: 44px; }
.salary-check-page-v2 .vm-source-link { color: var(--vm-blue); }
.salary-check-page-v2 .salary-check-next-step-v2 { margin-top: 0; }

@media (max-width: 980px) {
  .salary-check-page-v2 .vm-salary-intro-grid,
  .salary-check-page-v2 .vm-salary-evidence {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .salary-check-page-v2 .vm-salary-method-card,
  .salary-check-page-v2 .vm-official-source-card { position: static; }
}

@media (max-width: 700px) {
  .salary-check-page-v2 .salary-check-source-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .salary-check-page-v2 .salary-check-source-strip span { text-align: left; }
  .salary-check-page-v2 .vm-salary-check-v7 { padding: 32px 0 40px; }
  .salary-check-page-v2 .vm-salary-form-card h2 { font-size: 25px; }
  .salary-check-page-v2 .vm-salary-form .vm-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .salary-check-page-v2 .vm-salary-form { gap: 14px; margin-top: 22px; }
  .salary-check-page-v2 .vm-salary-form input,
  .salary-check-page-v2 .vm-salary-form select { min-height: 52px; font-size: 16px !important; }
  .salary-check-page-v2 .vm-salary-form .vm-primary { width: 100%; }
  .salary-check-page-v2 .vm-salary-method-card,
  .salary-check-page-v2 .vm-salary-result-v7,
  .salary-check-page-v2 .vm-official-source-card { padding: 22px 18px; }
  .salary-check-page-v2 .vm-salary-result-v7 { margin-top: 28px; }
  .salary-check-page-v2 .vm-salary-result-head { gap: 14px; }
  .salary-check-page-v2 .vm-salary-result-head h2 { font-size: 22px; }
  .salary-check-page-v2 .vm-confidence { min-width: 74px; padding-left: 12px; }
  .salary-check-page-v2 .vm-confidence span { font-size: 20px; }
  .salary-check-page-v2 .vm-salary-primary-number > strong { font-size: 36px; }
  .salary-check-page-v2 .vm-salary-breakdown { grid-template-columns: 1fr 1fr; }
  .salary-check-page-v2 .vm-salary-breakdown article,
  .salary-check-page-v2 .vm-salary-breakdown article:first-child,
  .salary-check-page-v2 .vm-salary-breakdown article:last-child { padding: 14px 12px; }
  .salary-check-page-v2 .vm-salary-breakdown article:nth-child(2) { border-right: 0; }
  .salary-check-page-v2 .vm-salary-breakdown article:nth-child(-n+2) { border-bottom: 1px solid var(--vm-line); }
  .salary-check-page-v2 .vm-salary-actions { display: grid; grid-template-columns: 1fr; }
  .salary-check-page-v2 .vm-salary-actions > * { width: 100%; }
  .salary-check-page-v2 .vm-salary-evidence { margin-top: 36px; padding-top: 36px; }
  .salary-check-page-v2 .vm-salary-evidence-main h2 { font-size: 24px; }
  .salary-check-page-v2 .vm-method-steps article { grid-template-columns: 34px minmax(0,1fr); gap: 10px; }
}


/* ========================================================================
   Vacaturemarkt 6.50 — brand-specific logo tiles
   Same centered/contained artwork behaviour as the homepage, with a square
   canvas for square brand marks so the logo does not float in a wide frame.
   ======================================================================== */
.vm-brands-template-v2 .vm-brand-card-public {
  grid-template-columns: 96px minmax(0,1fr) !important;
  gap: 22px !important;
  align-items: center !important;
}
.vm-brands-template-v2 .vm-brand-logo-public {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  flex: 0 0 96px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 6px !important;
  border: 1px solid #e1e5ea !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  box-sizing: border-box !important;
}
@media (max-width: 760px) {
  .vm-brands-template-v2 .vm-brand-card-public {
    grid-template-columns: 76px minmax(0,1fr) !important;
    gap: 14px !important;
  }
  .vm-brands-template-v2 .vm-brand-logo-public {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    flex-basis: 76px !important;
    padding: 5px !important;
    border-radius: 11px !important;
  }
}


/* ========================================================================
   Vacaturemarkt 6.51 — Onze merken logo frames feel fuller
   Brand tiles keep the same clean style, but the artwork now fills the tile
   better and brand images may be safely auto-trimmed when they contain empty
   transparent/white margins.
   ======================================================================== */
.vm-brands-template-v2 .vm-brand-card-public {
  grid-template-columns: 104px minmax(0,1fr) !important;
  gap: 22px !important;
}

.vm-brands-template-v2 .vm-brand-logo-public {
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  min-height: 104px !important;
  flex: 0 0 104px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid #e1e5ea !important;
  border-radius: 13px !important;
  background: #fff !important;
}

.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 4px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  padding: 2px !important;
}

@media (max-width: 760px) {
  .vm-brands-template-v2 .vm-brand-card-public {
    grid-template-columns: 82px minmax(0,1fr) !important;
    gap: 14px !important;
  }

  .vm-brands-template-v2 .vm-brand-logo-public {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    flex-basis: 82px !important;
    border-radius: 11px !important;
  }

  .vm-brands-template-v2 .vm-brand-logo-public img,
  .vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
    padding: 3px !important;
  }

  .vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
    padding: 2px !important;
  }
}


/* ========================================================================
   Vacaturemarkt 6.52 — visual vacancy showcase + Top Employers + banners
   ======================================================================== */
.home-job-showcase-section{padding:6px 0 30px}
.home-job-showcase-section+.home-job-showcase-section{padding-top:28px;border-top:1px solid var(--vm-line)}
.home-showcase-head{align-items:flex-end;margin-bottom:18px}
.home-showcase-head .eyebrow{margin:0 0 5px}
.home-showcase-head h2{margin:0}
.home-showcase-actions{display:flex;align-items:center;gap:18px}
.home-showcase-actions>a:first-child{color:#687388;font-size:10px;font-weight:700;text-decoration:none}
.home-vacancy-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-vacancy-showcase-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e2e6eb;border-radius:14px;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.home-vacancy-showcase-card:hover{transform:translateY(-2px);border-color:#d3d9e2;box-shadow:0 12px 30px rgba(19,31,53,.07)}
.home-vacancy-showcase-card.is-top-employer{border-color:#e6d7c6}
.home-vacancy-showcase-media{position:relative;height:150px;display:grid;place-items:center;overflow:hidden;background:#f3f5f7;text-decoration:none}
.home-vacancy-showcase-media>img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-vacancy-showcase-media.is-logo-fallback>img{width:auto;height:auto;max-width:68%;max-height:56%;object-fit:contain}
.home-vacancy-media-placeholder{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#63708a;box-shadow:0 2px 8px rgba(15,29,52,.05)}
.home-vacancy-media-placeholder svg{width:20px;height:20px}
.home-vacancy-badges{position:absolute;left:11px;top:11px;display:flex;gap:6px;z-index:2}
.home-vacancy-badges b{display:inline-flex;align-items:center;min-height:27px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.94);color:#172238;font-size:9px;font-weight:800;box-shadow:0 2px 10px rgba(18,30,49,.08)}
.home-vacancy-badges b.is-featured,.home-vacancy-badges b.is-urgent{background:var(--vm-orange);color:#fff}
.home-vacancy-badges b.is-top{background:#14213a;color:#fff}
.home-vacancy-showcase-body{position:relative;min-height:230px;padding:15px 16px 48px}
.home-vacancy-company-line{display:flex;align-items:center;gap:9px;min-height:38px;margin-bottom:10px}
.home-vacancy-company-logo{width:36px;height:28px;flex:0 0 36px;display:grid;place-items:center;overflow:hidden;border:1px solid #e4e7ec;border-radius:7px;background:#fff}
.home-vacancy-company-logo img{width:100%;height:100%;padding:3px;object-fit:contain;object-position:center}
.home-vacancy-company-line>span:last-child{min-width:0}
.home-vacancy-company-line strong,.home-vacancy-company-line small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-vacancy-company-line strong{color:#253047;font-size:10px;font-weight:760}
.home-vacancy-company-line small{margin-top:2px;color:#8790a0;font-size:8px}
.home-vacancy-showcase-body h3{margin:0 0 11px;font-size:17px;line-height:1.25;letter-spacing:-.25px}
.home-vacancy-showcase-body h3 a{color:var(--vm-navy);text-decoration:none}
.home-vacancy-showcase-meta{display:grid;gap:7px;color:#69758a;font-size:9px}
.home-vacancy-showcase-meta span{display:flex;align-items:center;gap:6px;min-width:0}
.home-vacancy-showcase-meta svg{width:13px;height:13px;flex:0 0 13px}
.home-vacancy-showcase-salary{margin-top:10px;color:#28354c;font-size:11px;font-weight:760}
.home-vacancy-showcase-salary small{font-size:8px;font-weight:600;color:#8a93a1}
.home-vacancy-showcase-arrow{position:absolute;right:14px;bottom:14px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#f1f3f6;color:#27334a;font-size:16px;text-decoration:none}
.home-vacancy-showcase-card:hover .home-vacancy-showcase-arrow{background:var(--vm-orange);color:#fff}
.home-top-employer-jobs .section-subtitle{margin-top:5px}
.home-showcase-empty{padding:26px 0;border-top:1px solid var(--vm-line);border-bottom:1px solid var(--vm-line)}
.home-showcase-empty strong{color:var(--vm-navy);font-size:14px}.home-showcase-empty p{margin:4px 0 0;color:var(--vm-muted);font-size:11px}

.company-profile-banner-v8{height:220px;margin:-22px -22px 22px;overflow:hidden;border-radius:9px 9px 0 0;background:#eef1f4}
.company-profile-banner-v8 img{width:100%;height:100%;object-fit:cover;object-position:center}
.company-profile-hero-v7.has-company-banner{overflow:hidden}
.vm-top-employer-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#fff4e7;color:#a84d12;border:1px solid #f2d8bd;font-size:9px;font-weight:800}

@media(max-width:1050px){.home-vacancy-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-vacancy-showcase-media{height:180px}}
@media(max-width:620px){
  .home-job-showcase-section{padding-bottom:24px}.home-showcase-head{align-items:flex-start;gap:10px}.home-showcase-actions{width:100%;justify-content:space-between}.home-vacancy-showcase-grid{display:flex;gap:12px;overflow-x:auto;padding:0 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-vacancy-showcase-grid::-webkit-scrollbar{display:none}.home-vacancy-showcase-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}.home-vacancy-showcase-media{height:150px}.home-vacancy-showcase-body{min-height:218px;padding:14px 14px 46px}.home-vacancy-showcase-body h3{font-size:16px}
  .company-profile-banner-v8{height:150px;margin:-14px -14px 16px}
}


/* Vacaturemarkt 6.53 — targeted vacancy promotion visibility */
.archive-job-grid .vm-job-card.is-targeted-promoted:not(.is-featured) {
  background: linear-gradient(90deg, rgba(255,247,240,.72), rgba(255,255,255,0) 62%);
}
.vm-targeted-label {
  display:inline-flex;align-items:center;min-height:23px;padding:3px 8px;border-radius:999px;
  background:#fff1e7;color:#a6470e;font-size:9px;font-weight:780;white-space:nowrap;
}

/* ========================================================================
   Vacaturemarkt 6.55 — calmer, flatter interface across the platform
   One visual container per section. Inner structure uses whitespace and rules
   instead of cards inside cards. Inputs, actions and warnings remain explicit.
   ======================================================================== */

/* Employer registration / authentication --------------------------------- */
.auth-page-v5 .auth-form-wrap .vm-auth-card {
  padding: 4px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.auth-page-v5 .auth-form-wrap .vm-auth-card-head {
  padding: 0 0 20px !important;
  border-bottom: 1px solid var(--vm-line) !important;
}
.auth-page-v5 .vm-employer-register-fields {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--vm-line);
}
.auth-page-v5 .vm-auth-section-head {
  margin-bottom: 16px;
  padding: 0;
}
.auth-page-v5 .vm-auth-section-head strong { font-size: 14px; }
.auth-page-v5 .vm-auth-section-head span { max-width: 330px; line-height: 1.45; text-align: right; }

/* Organization type: one clean choice list, not four cards inside a form. */
.auth-page-v5 .vm-org-registration-field { gap: 8px; }
.auth-page-v5 .vm-org-type-grid {
  gap: 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.auth-page-v5 .vm-org-type-card > span {
  min-height: 76px !important;
  padding: 14px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.auth-page-v5 .vm-org-type-card:nth-child(odd) > span { border-right: 1px solid var(--vm-line) !important; }
.auth-page-v5 .vm-org-type-card:nth-child(-n+2) > span { border-bottom: 1px solid var(--vm-line) !important; }
.auth-page-v5 .vm-org-type-card input:checked + span {
  background: #fff8f3 !important;
  box-shadow: inset 3px 0 0 var(--vm-orange) !important;
}
.auth-page-v5 .vm-org-type-card input:focus-visible + span {
  outline: 2px solid rgba(49,90,168,.18) !important;
  outline-offset: -2px !important;
}
.auth-page-v5 .vm-org-type-card b { font-size: 12px; }
.auth-page-v5 .vm-org-type-card small { margin-top: 2px; font-size: 10px; line-height: 1.45; }

.auth-page-v5 .vm-auth-privacy {
  margin-top: 20px !important;
  padding: 15px 0 0 !important;
  border-top: 1px solid var(--vm-line);
  border-radius: 0 !important;
  background: transparent !important;
}
.auth-page-v5 .business-registration-note {
  padding: 4px 0 4px 15px;
  border: 0;
  border-left: 2px solid var(--vm-orange);
  border-radius: 0;
  background: transparent;
}
.auth-page-v5 .auth-choice-list {
  gap: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.auth-page-v5 .auth-choice-list a {
  padding: 15px 2px;
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.auth-page-v5 .auth-choice-list a:last-child { border-bottom: 0; }
.auth-page-v5 .auth-security-note {
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}

/* Dashboard: top-level sections are separated, not boxed ---------------- */
.vm-dashboard-content > .vm-panel,
.vm-dashboard-content > .vm-analytics-panel {
  padding: 22px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vm-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.vm-dashboard-content > .vm-panel:first-of-type,
.vm-dashboard-content > .vm-analytics-panel:first-of-type { padding-top: 4px !important; }
.vm-dashboard-content > .vm-panel:last-child,
.vm-dashboard-content > .vm-analytics-panel:last-child { border-bottom: 0 !important; }

.vm-dashboard-content .vm-candidate-list { gap: 0; border-top: 1px solid var(--vm-line); }
.vm-dashboard-content .vm-candidate-card {
  padding: 13px 2px;
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.vm-dashboard-content .vm-profile-completion {
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.vm-dashboard-content .vm-company-editor-v4 {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.vm-dashboard-content .vm-company-editor-head { padding: 18px 0; background: transparent; }
.vm-dashboard-content .vm-company-editor-layout { border-bottom: 1px solid var(--vm-line); }
.vm-dashboard-content .vm-company-brand-card { background: transparent; }

/* Analytics: charts remain grouped, but no card-inside-panel effect. */
.vm-dashboard-content .vm-analytics-layout { gap: 0; border-top: 1px solid var(--vm-line); border-bottom: 1px solid var(--vm-line); }
.vm-dashboard-content .vm-analytics-card {
  padding: 20px 18px;
  border: 0;
  border-right: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.vm-dashboard-content .vm-analytics-layout .vm-analytics-card:last-child { border-right: 0; }
.vm-dashboard-content .vm-analytics-table { border-radius: 0; }

/* Vacancy detail: keep the hero as the main card; flatten subsequent blocks. */
.vm-vacancy-main > .vm-vacancy-section {
  padding: 28px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vm-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.vm-vacancy-main > .vm-vacancy-section:last-of-type { border-bottom: 0 !important; }
.vm-vacancy-summary {
  padding: 18px 0 18px 20px;
  border-left: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.vm-vacancy-requirements,
.vm-vacancy-contact-copy {
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.vm-vacancy-requirements > div,
.vm-vacancy-contact-copy > div { background: transparent !important; }

/* Company detail: one hero, then editorial sections instead of many cards. */
.company-main-v7 > .company-section-v7 {
  margin-top: 0;
  padding: 28px 4px;
  border: 0;
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.company-main-v7 > .company-section-v7:last-child { border-bottom: 0; }
.company-sidebar-v7 > .company-facts-v7 {
  padding: 20px 2px;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}

/* Salary tools: results are a primary surface; supporting info is flat. */
.salary-check-page-v2 .vm-salary-method-card,
.salary-check-page-v2 .vm-official-source-card {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}

/* Pricing: keep package cards, flatten add-ons underneath. */
.vm-pricing-page .vm-addon-strip {
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--vm-line);
  border-radius: 0;
  background: transparent;
}
.vm-pricing-page .vm-addon-strip:last-of-type { border-bottom: 1px solid var(--vm-line); }

/* Generic public content where cards are merely decorative. */
.vm-contact-template .vm-contact-page-v2 .vm-contact-card,
.vm-contact-template .vm-contact-page-v2 .vm-contact-method,
.vm-contact-template .vm-contact-page-v2 .vm-contact-info-card {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Tablet/mobile: maintain spacious touch targets without recreating cards. */
@media (max-width: 900px) {
  .auth-page-v5 .auth-layout { gap: 34px; }
  .vm-dashboard-content .vm-analytics-layout { display: block; }
  .vm-dashboard-content .vm-analytics-card {
    border-right: 0;
    border-bottom: 1px solid var(--vm-line);
  }
  .vm-dashboard-content .vm-analytics-card:last-child { border-bottom: 0; }
  .vm-vacancy-summary {
    margin-top: 20px;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--vm-line);
  }
}

@media (max-width: 700px) {
  .auth-page-v5 .vm-auth-section-head { display: grid; gap: 5px; }
  .auth-page-v5 .vm-auth-section-head span { max-width: none; text-align: left; }
  .auth-page-v5 .vm-org-type-grid { grid-template-columns: 1fr !important; }
  .auth-page-v5 .vm-org-type-card:nth-child(odd) > span { border-right: 0 !important; }
  .auth-page-v5 .vm-org-type-card > span { border-bottom: 1px solid var(--vm-line) !important; }
  .auth-page-v5 .vm-org-type-card:last-child > span { border-bottom: 0 !important; }
  .auth-page-v5 .vm-employer-register-fields { margin-top: 22px; padding-top: 18px; }

  .vm-vacancy-main > .vm-vacancy-section,
  .company-main-v7 > .company-section-v7 { padding: 22px 0 !important; }
  .company-sidebar-v7 > .company-facts-v7 { padding-inline: 0; }
}


/* ========================================================================
   Vacaturemarkt 6.56 — company name availability feedback
   ======================================================================== */
.auth-page-v5 .vm-company-name-field{min-width:0}.auth-page-v5 .vm-company-name-control input{min-height:46px}.auth-page-v5 .vm-company-handle-preview{margin-top:1px}.auth-page-v5 .vm-company-handle-preview strong{letter-spacing:-.1px}.company-handle-v10{margin:4px 0 9px;color:#748096;font-size:11px;font-weight:680;letter-spacing:.01em}
@media(max-width:700px){.company-handle-v10{margin-top:3px;font-size:10px}.auth-page-v5 .vm-company-name-state{font-size:10px}}


/* ========================================================================
   Vacaturemarkt 6.57 — employer registration aligned with site UI
   Cleaner two-column introduction, one clear form surface and calmer choices.
   ======================================================================== */
.auth-layout-register-v2 {
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.auth-intro-register-v2 {
  padding: 8px 0 0;
}
.auth-intro-register-v2 > p:not(.eyebrow):not(.auth-switch-copy) {
  max-width: 620px;
}
.auth-register-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
}
.auth-register-proof > div {
  padding: 16px 14px 16px 0;
  border-right: 1px solid var(--vm-line);
}
.auth-register-proof > div:last-child {
  border-right: 0;
}
.auth-register-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--vm-navy);
  font-size: 14px;
  font-weight: 770;
}
.auth-register-proof span {
  display: block;
  color: #727c8f;
  font-size: 12px;
  line-height: 1.55;
}
.auth-register-section {
  margin-top: 24px;
}
.auth-register-section > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--vm-navy);
  font-size: 15px;
  font-weight: 770;
}
.auth-benefits-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 18px;
  margin-top: 0;
  border-top: 1px solid var(--vm-line);
  padding-top: 18px;
}
.auth-benefits-grid li {
  min-height: 24px;
  font-size: 13px;
  line-height: 1.55;
}
.auth-benefits-grid code {
  color: var(--vm-navy);
  font-family: inherit;
  font-size: inherit;
  font-weight: 760;
  background: transparent;
}
.auth-form-wrap-register-v2 {
  min-width: 0;
  padding: 26px 28px;
  border: 1px solid var(--vm-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 28, 55, 0.04);
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-card-head {
  padding: 0 0 18px !important;
  margin-bottom: 2px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-card-head h2,
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-card-head strong {
  color: var(--vm-navy);
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-card-head p {
  max-width: 54ch;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-section-head strong {
  font-size: 15px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-section-head span {
  max-width: 340px;
  font-size: 11px;
  color: #7c8798;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-grid {
  border: 1px solid var(--vm-line);
  border-radius: 16px;
  background: #fff;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card > span {
  min-height: 82px !important;
  padding: 15px 16px !important;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card input:checked + span {
  background: #fff7f0 !important;
  box-shadow: inset 3px 0 0 var(--vm-orange) !important;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card b {
  font-size: 13px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card small {
  font-size: 11px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-company-name-control input,
.auth-page-v5 .auth-form-wrap-register-v2 input[type="text"],
.auth-page-v5 .auth-form-wrap-register-v2 input[type="email"],
.auth-page-v5 .auth-form-wrap-register-v2 input[type="password"],
.auth-page-v5 .auth-form-wrap-register-v2 select {
  min-height: 48px;
  border-radius: 12px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-company-handle-preview,
.auth-page-v5 .auth-form-wrap-register-v2 .company-handle-v10 {
  margin-top: 5px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-company-name-state {
  margin-top: 5px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-privacy {
  margin-top: 18px !important;
  padding-top: 16px !important;
}
.auth-page-v5 .auth-form-wrap-register-v2 .button,
.auth-page-v5 .auth-form-wrap-register-v2 button[type="submit"],
.auth-page-v5 .auth-form-wrap-register-v2 input[type="submit"] {
  min-height: 48px;
  border-radius: 12px;
}
.auth-page-v5 .auth-form-wrap-register-v2 .business-registration-note {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .auth-layout-register-v2 {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .auth-form-wrap-register-v2 {
    padding: 24px 22px;
  }
}

@media (max-width: 760px) {
  .auth-register-proof {
    grid-template-columns: 1fr;
  }
  .auth-register-proof > div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--vm-line);
  }
  .auth-register-proof > div:last-child {
    border-bottom: 0;
  }
  .auth-benefits-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .auth-form-wrap-register-v2 {
    padding: 22px 18px;
    border-radius: 16px;
  }
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-section-head {
    display: grid;
    gap: 5px;
  }
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-auth-section-head span {
    max-width: none;
    text-align: left;
  }
}


/* ========================================================================
   Vacaturemarkt 6.59 — clearer organization type selector
   One segmented choice group, stronger selection state, fewer nested boxes.
   ======================================================================== */
.auth-page-v5 .vm-org-registration-field {
  gap: 10px !important;
}
.auth-page-v5 .vm-org-type-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 2px;
}
.auth-page-v5 .vm-org-type-heading .vm-field-title {
  color: var(--vm-navy);
  font-size: 13px;
  font-weight: 760;
}
.auth-page-v5 .vm-org-type-heading small {
  max-width: 620px;
  color: #7a8496;
  font-size: 10px;
  line-height: 1.5;
}
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-grid,
.auth-page-v5 .vm-org-type-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dde3ea !important;
  border-radius: 14px !important;
  background: #fff !important;
}
.auth-page-v5 .vm-org-type-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
}
.auth-page-v5 .vm-org-type-card > span,
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card > span {
  position: relative !important;
  min-height: 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 15px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: background .16s ease, box-shadow .16s ease !important;
}
.auth-page-v5 .vm-org-type-card:nth-child(odd) > span {
  border-right: 1px solid var(--vm-line) !important;
}
.auth-page-v5 .vm-org-type-card:nth-child(-n+2) > span {
  border-bottom: 1px solid var(--vm-line) !important;
}
.auth-page-v5 .vm-org-type-card:hover > span {
  background: #fafbfc !important;
}
.auth-page-v5 .vm-org-type-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.auth-page-v5 .vm-org-type-copy b {
  color: var(--vm-navy);
  font-size: 13px !important;
  font-weight: 770;
  line-height: 1.3;
}
.auth-page-v5 .vm-org-type-copy small {
  margin: 0 !important;
  color: #737e90;
  font-size: 10px !important;
  line-height: 1.45;
}
.auth-page-v5 .vm-org-choice-indicator {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border: 1.5px solid #cfd6df;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.auth-page-v5 .vm-org-type-card input:checked + span,
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card input:checked + span {
  background: #fff8f3 !important;
  box-shadow: inset 3px 0 0 var(--vm-orange) !important;
}
.auth-page-v5 .vm-org-type-card input:checked + span .vm-org-choice-indicator {
  border-color: var(--vm-orange);
  background: var(--vm-orange);
  box-shadow: 0 0 0 3px rgba(255,119,35,.10);
}
.auth-page-v5 .vm-org-type-card input:checked + span .vm-org-choice-indicator::before {
  content: "✓";
}
.auth-page-v5 .vm-org-type-card input:focus-visible + span {
  outline: 2px solid rgba(49,90,168,.20) !important;
  outline-offset: -2px !important;
  z-index: 1;
}

@media (max-width: 700px) {
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-grid,
  .auth-page-v5 .vm-org-type-grid {
    grid-template-columns: 1fr !important;
  }
  .auth-page-v5 .vm-org-type-card:nth-child(odd) > span {
    border-right: 0 !important;
  }
  .auth-page-v5 .vm-org-type-card:nth-child(-n+2) > span,
  .auth-page-v5 .vm-org-type-card > span {
    border-bottom: 1px solid var(--vm-line) !important;
  }
  .auth-page-v5 .vm-org-type-card:last-child > span {
    border-bottom: 0 !important;
  }
  .auth-page-v5 .vm-org-type-card > span,
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card > span {
    min-height: 74px !important;
    padding: 13px 14px !important;
  }
  .auth-page-v5 .vm-org-type-heading small {
    font-size: 10px;
  }
}


/* ========================================================================
   Vacaturemarkt 6.60 — Type organisatie buttons match "Nog geen account?"
   ======================================================================== */
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-grid,
.auth-page-v5 .vm-org-type-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.auth-page-v5 .vm-org-type-card > span,
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card > span {
  min-height: 72px !important;
  padding: 14px 16px !important;
  border: 1px solid #d9e0e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.auth-page-v5 .vm-org-type-card:nth-child(odd) > span,
.auth-page-v5 .vm-org-type-card:nth-child(-n+2) > span {
  border-right: 1px solid #d9e0e8 !important;
  border-bottom: 1px solid #d9e0e8 !important;
}

.auth-page-v5 .vm-org-type-card:hover > span {
  background: #fbfcfe !important;
  border-color: #cfd8e3 !important;
}

.auth-page-v5 .vm-org-type-copy {
  gap: 3px;
}

.auth-page-v5 .vm-org-type-copy b {
  font-size: 13px !important;
  line-height: 1.3;
}

.auth-page-v5 .vm-org-type-copy small {
  font-size: 11px !important;
  line-height: 1.42;
}

.auth-page-v5 .vm-org-choice-indicator {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1.5px solid #cad3de;
  background: #fff;
  box-shadow: none;
}

.auth-page-v5 .vm-org-type-card input:checked + span,
.auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card input:checked + span {
  background: #fff8f2 !important;
  border-color: #ffb07c !important;
  box-shadow: 0 0 0 1px rgba(255,119,35,.10) inset !important;
}

.auth-page-v5 .vm-org-type-card input:checked + span .vm-org-choice-indicator {
  border-color: var(--vm-orange);
  background: var(--vm-orange);
  box-shadow: none;
}

.auth-page-v5 .vm-org-type-card input:focus-visible + span {
  outline: 2px solid rgba(49,90,168,.18) !important;
  outline-offset: 1px !important;
}

@media (max-width: 700px) {
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-grid,
  .auth-page-v5 .vm-org-type-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .auth-page-v5 .vm-org-type-card:nth-child(odd) > span,
  .auth-page-v5 .vm-org-type-card:nth-child(-n+2) > span,
  .auth-page-v5 .vm-org-type-card > span {
    border-right: 1px solid #d9e0e8 !important;
    border-bottom: 1px solid #d9e0e8 !important;
  }

  .auth-page-v5 .vm-org-type-card > span,
  .auth-page-v5 .auth-form-wrap-register-v2 .vm-org-type-card > span {
    min-height: 68px !important;
    padding: 13px 14px !important;
  }
}


/* Vacaturemarkt 6.61 — company-name availability stays below the input */
.auth-page-v5 .vm-company-name-control{display:grid!important;gap:6px!important;position:static!important}.auth-page-v5 .vm-company-name-control input{padding-right:12px!important}.auth-page-v5 .vm-company-name-state{position:static!important;right:auto!important;top:auto!important;transform:none!important;margin:0!important;min-height:18px;line-height:1.35;white-space:normal!important}


/* ========================================================================
   Vacaturemarkt 6.62 — organization type is a single site-native dropdown
   ======================================================================== */
.auth-page-v5 .vm-org-select-field {
  display: grid !important;
  gap: 7px !important;
  min-width: 0;
}
.auth-page-v5 .vm-org-select-field > .vm-field-title {
  color: var(--vm-navy);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}
.auth-page-v5 .vm-org-select-help {
  display: block;
  margin: -2px 0 2px !important;
  color: #7a8496;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 1.5;
}
.auth-page-v5 .vm-org-select-control {
  position: relative;
  display: block;
}
.auth-page-v5 .vm-org-select-control::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-56%);
  color: #68758a;
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
}
.auth-page-v5 .vm-org-type-select {
  width: 100%;
  min-height: 48px !important;
  padding: 0 44px 0 14px !important;
  border: 1px solid #d9e0e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--vm-navy) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  cursor: pointer;
}
.auth-page-v5 .vm-org-type-select:hover {
  border-color: #cbd5e1 !important;
  background: #fcfdff !important;
}
.auth-page-v5 .vm-org-type-select:focus {
  outline: 0 !important;
  border-color: #aebbd5 !important;
  box-shadow: 0 0 0 3px rgba(49,90,168,.08) !important;
}

/* Old card rules must not reserve spacing after the Core switches to a select. */
.auth-page-v5 .vm-org-select-field .vm-org-type-grid,
.auth-page-v5 .vm-org-select-field .vm-org-type-card { display: none !important; }

@media (max-width: 700px) {
  .auth-page-v5 .vm-org-type-select { min-height: 48px !important; font-size: 14px !important; }
  .auth-page-v5 .vm-org-select-help { font-size: 10px !important; }
}


/* ========================================================================
   Vacaturemarkt 6.63 — branded 404
   ======================================================================== */
.error404-page-v1{background:#fff}.error404-hero-v1{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:72px;align-items:center;padding-top:68px;padding-bottom:54px;border-bottom:1px solid var(--vm-line)}.error404-copy-v1{max-width:760px}.error404-copy-v1 h1{max-width:720px;margin:0;color:var(--vm-navy);font-size:clamp(42px,5vw,64px);line-height:1.02;letter-spacing:-2px}.error404-copy-v1>p:not(.eyebrow){max-width:660px;margin:16px 0 0;color:var(--vm-muted);font-size:15px;line-height:1.65}.error404-actions-v1{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.error404-code-v1{padding-left:28px;border-left:2px solid var(--vm-orange)}.error404-code-v1 strong,.error404-code-v1 span{display:block}.error404-code-v1 strong{color:var(--vm-navy);font-size:70px;line-height:1;font-weight:820;letter-spacing:-4px}.error404-code-v1 span{margin-top:7px;color:var(--vm-muted);font-size:12px;font-weight:670}.error404-search-v1{padding-top:38px;padding-bottom:38px;border-bottom:1px solid var(--vm-line)}.error404-section-head-v1{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}.error404-section-head-v1 span{display:block;margin-bottom:4px;color:#778195;font-size:10px;font-weight:740;text-transform:uppercase;letter-spacing:.06em}.error404-section-head-v1 h2{margin:0;color:var(--vm-navy);font-size:23px;letter-spacing:-.5px}.error404-section-head-v1 p{margin:0;color:var(--vm-muted);font-size:11px}.error404-links-v1{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:0;padding-bottom:64px}.error404-links-v1>a{position:relative;min-width:0;padding:22px 38px 22px 0;border-bottom:1px solid var(--vm-line);color:inherit;text-decoration:none}.error404-links-v1>a:not(:last-child){border-right:1px solid var(--vm-line);padding-left:18px}.error404-links-v1>a:first-child{padding-left:0}.error404-links-v1 strong,.error404-links-v1 span{display:block}.error404-links-v1 strong{color:var(--vm-navy);font-size:14px}.error404-links-v1 span{margin-top:4px;color:var(--vm-muted);font-size:10px;line-height:1.5}.error404-links-v1 b{position:absolute;right:14px;top:24px;color:#637188;font-size:15px;font-weight:500}.error404-links-v1>a:hover strong{color:var(--vm-blue)}@media(max-width:900px){.error404-hero-v1{grid-template-columns:1fr;gap:30px;padding-top:46px}.error404-code-v1{max-width:260px}.error404-links-v1{grid-template-columns:repeat(2,minmax(0,1fr))}.error404-links-v1>a:nth-child(2){border-right:0}.error404-links-v1>a:nth-child(3){padding-left:0}}@media(max-width:600px){.error404-hero-v1{padding-top:34px;padding-bottom:34px}.error404-copy-v1 h1{font-size:36px;letter-spacing:-1.3px}.error404-copy-v1>p:not(.eyebrow){font-size:13px}.error404-actions-v1{display:grid;grid-template-columns:1fr}.error404-actions-v1 .button{width:100%}.error404-code-v1 strong{font-size:54px}.error404-search-v1{padding-top:28px;padding-bottom:28px}.error404-section-head-v1{display:grid;gap:5px}.error404-section-head-v1 p{font-size:10px}.error404-links-v1{grid-template-columns:1fr;padding-bottom:44px}.error404-links-v1>a,.error404-links-v1>a:not(:last-child),.error404-links-v1>a:nth-child(3){padding:17px 34px 17px 0;border-right:0}.error404-links-v1 b{top:19px;right:5px}}


/* ========================================================================
   Vacaturemarkt 6.64 — mobile UI polish + one square logo system
   Bedrijfslogo's zijn nu overal vierkant, gecentreerd, visueel voller,
   met subtiel afgeronde hoeken. Dit geldt voor werkgevers, bedrijfsprofielen,
   vacature-overzichten, vacaturedetail en Onze merken.
   ======================================================================== */
:root{
  --vm-logo-square-lg:96px;
  --vm-logo-square-md:80px;
  --vm-logo-square-sm:40px;
  --vm-logo-radius-lg:16px;
  --vm-logo-radius-md:14px;
  --vm-logo-radius-sm:12px;
  --vm-logo-pad-lg:6px;
  --vm-logo-pad-md:5px;
  --vm-logo-pad-sm:4px;
}

/* Main public logo frames */
.home-employer-logo,
.employers-page-v5 .vm-company-card-logo,
.company-logo-v7,
.vm-brands-template-v2 .vm-brand-logo-public,
.vm-job-logo,
.vm-vacancy-logo,
.vm-vacancy-company-badge{
  width:var(--vm-logo-square-lg)!important;
  height:var(--vm-logo-square-lg)!important;
  min-width:var(--vm-logo-square-lg)!important;
  min-height:var(--vm-logo-square-lg)!important;
  flex:0 0 var(--vm-logo-square-lg)!important;
  aspect-ratio:1/1;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #e1e5ea!important;
  border-radius:var(--vm-logo-radius-lg)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

.home-vacancy-company-logo{
  width:var(--vm-logo-square-sm)!important;
  height:var(--vm-logo-square-sm)!important;
  min-width:var(--vm-logo-square-sm)!important;
  min-height:var(--vm-logo-square-sm)!important;
  flex:0 0 var(--vm-logo-square-sm)!important;
  aspect-ratio:1/1;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #e1e5ea!important;
  border-radius:var(--vm-logo-radius-sm)!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-job-logo img,
.vm-vacancy-logo img,
.vm-vacancy-company-badge img,
.home-vacancy-company-logo img,
.home-employer-logo img.is-auto-trimmed,
.employers-page-v5 .vm-company-card-logo img.is-auto-trimmed,
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:var(--vm-logo-pad-lg)!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
  transform:none!important;
  box-sizing:border-box!important;
}
.home-vacancy-company-logo img{padding:var(--vm-logo-pad-sm)!important;}

.vm-job-logo span,
.vm-vacancy-logo span,
.vm-vacancy-company-badge span{
  color:var(--vm-navy);
  font-weight:800;
  letter-spacing:-.03em;
}

/* Matching layouts for square frames */
.employers-page-v5 .vm-company-card-v3,
.company-profile-identity-v7,
.vm-brands-template-v2 .vm-brand-card-public{
  grid-template-columns:var(--vm-logo-square-lg) minmax(0,1fr)!important;
}
.vm-vacancy-hero{
  grid-template-columns:var(--vm-logo-square-lg) minmax(0,1fr)!important;
  gap:24px!important;
}
.vm-vacancy-company-compact{
  grid-template-columns:var(--vm-logo-square-lg) minmax(0,1fr) auto;
  align-items:center;
}

/* Vacancy search result rows */
.archive-job-grid .vm-job-card-list{
  display:grid;
  grid-template-columns:var(--vm-logo-square-lg) minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding-top:18px;
  padding-bottom:18px;
}
.vm-job-main{min-width:0;}
.vm-card-cta{justify-self:end;white-space:nowrap;}
.job-card-title-row{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;}
.job-card-title-row h3{min-width:0;margin:0;flex:1 1 220px;}
.job-card-title-row h3 a{overflow-wrap:anywhere;}
.vm-job-main>p{margin:4px 0 0;}
.vm-job-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:10px;color:#667286;}
.vm-job-meta span{display:inline-flex;align-items:center;gap:7px;min-width:0;}
.vm-job-meta svg{width:16px;height:16px;flex:0 0 16px;}

/* Vacancy detail mobile readability */
.vm-vacancy-hero-copy,
.company-profile-copy-v7,
.vm-vacancy-main,
.vm-vacancy-sidebar{min-width:0;}
.vm-vacancy-hero-copy h1,
.company-profile-copy-v7 h1{
  overflow-wrap:anywhere;
  word-break:break-word;
  line-height:1.04;
}
.vm-vacancy-meta-row span strong{overflow-wrap:anywhere;}
.vm-vacancy-tabs a{white-space:nowrap;}

/* Brand page: fuller, centered tiles */
.vm-brands-template-v2 .vm-brand-logo-public img{padding:5px!important;}

@media (max-width: 760px){
  .home-employer-logo,
  .employers-page-v5 .vm-company-card-logo,
  .company-logo-v7,
  .vm-brands-template-v2 .vm-brand-logo-public,
  .vm-job-logo,
  .vm-vacancy-logo,
  .vm-vacancy-company-badge{
    width:var(--vm-logo-square-md)!important;
    height:var(--vm-logo-square-md)!important;
    min-width:var(--vm-logo-square-md)!important;
    min-height:var(--vm-logo-square-md)!important;
    flex:0 0 var(--vm-logo-square-md)!important;
    border-radius:var(--vm-logo-radius-md)!important;
  }
  .home-employer-logo img,
  .employers-page-v5 .vm-company-card-logo img,
  .company-logo-v7 img,
  .vm-brands-template-v2 .vm-brand-logo-public img,
  .vm-job-logo img,
  .vm-vacancy-logo img,
  .vm-vacancy-company-badge img{padding:var(--vm-logo-pad-md)!important;}

  .employers-page-v5 .vm-company-card-v3,
  .company-profile-identity-v7,
  .vm-brands-template-v2 .vm-brand-card-public{
    grid-template-columns:var(--vm-logo-square-md) minmax(0,1fr)!important;
    gap:14px!important;
  }

  .vm-vacancy-hero{
    grid-template-columns:var(--vm-logo-square-md) minmax(0,1fr)!important;
    gap:16px!important;
    padding:18px!important;
  }
  .vm-vacancy-company-compact{
    grid-template-columns:var(--vm-logo-square-md) minmax(0,1fr)!important;
    gap:14px!important;
  }
  .vm-vacancy-hero-copy h1{font-size:clamp(24px,8.4vw,36px)!important;letter-spacing:-1.1px!important;}
  .company-profile-copy-v7 h1{font-size:clamp(24px,8vw,38px)!important;letter-spacing:-1px!important;}

  .archive-job-grid .vm-job-card-list{
    grid-template-columns:var(--vm-logo-square-md) minmax(0,1fr);
    gap:15px;
    align-items:start;
  }
  .archive-job-grid .vm-job-card-list .vm-card-cta{
    grid-column:2;
    justify-self:start;
    margin-top:8px;
  }
}

@media (max-width: 520px){
  .vm-vacancy-section,
  .vm-vacancy-hero,
  .vm-apply-card{padding:16px!important;}
  .vm-vacancy-hero{gap:14px!important;}
  .vm-vacancy-hero-copy h1{font-size:clamp(22px,8.2vw,30px)!important;letter-spacing:-.8px!important;}
  .vm-vacancy-company{font-size:13px!important;}
  .vm-vacancy-badges{gap:8px;margin-top:14px!important;}
  .vm-vacancy-tabs{gap:16px!important;padding:0 14px!important;}
  .vm-vacancy-tabs a{min-height:52px;font-size:13px;}
  .home-vacancy-showcase-card{flex-basis:min(86vw,320px);}
  .home-vacancy-showcase-body{padding:14px 14px 48px!important;}
  .home-vacancy-showcase-body h3{font-size:15px!important;}
}


/* ========================================================================
   Vacaturemarkt 6.65 — vacancy meta-row repair + edge-filled square logos
   ======================================================================== */
.vm-vacancy-meta-row{
  display:grid!important;
  grid-template-columns:minmax(145px,1.35fr) minmax(175px,1.55fr) repeat(3,minmax(112px,1fr))!important;
  gap:0!important;
  margin-top:22px!important;
  padding-top:0!important;
  border-top:1px solid #eef1f5!important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item{
  min-width:0;
  min-height:76px;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  padding:14px 14px!important;
  border-right:1px solid #eef1f5;
  color:#4c5874;
  box-sizing:border-box;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item:first-child{padding-left:0!important;}
.vm-vacancy-meta-row > .vm-vacancy-meta-item:last-child{border-right:0;}
.vm-vacancy-meta-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:var(--vm-navy);
  font-size:17px;
  font-weight:800;
}
.vm-vacancy-meta-icon svg{width:18px!important;height:18px!important;margin:0!important;}
.vm-vacancy-meta-currency{font-size:18px;line-height:1;}
.vm-vacancy-meta-copy{min-width:0;display:block;}
.vm-vacancy-meta-copy strong{
  display:block!important;
  min-width:0;
  color:var(--vm-navy)!important;
  font-size:15px!important;
  font-weight:760!important;
  line-height:1.3!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.vm-vacancy-meta-salary .vm-vacancy-meta-copy strong{white-space:nowrap;}
.vm-vacancy-meta-copy small{
  display:block!important;
  margin-top:3px!important;
  color:#818ba0!important;
  font-size:10px!important;
  line-height:1.35!important;
}

/* The uploaded company artwork can now reach the inside edge of its square
   frame while preserving its aspect ratio and rounded outer frame. */
.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-job-logo img,
.vm-vacancy-logo img,
.vm-vacancy-company-badge img,
.home-vacancy-company-logo img,
.home-employer-logo img.is-auto-trimmed,
.employers-page-v5 .vm-company-card-logo img.is-auto-trimmed,
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed{
  padding:2px!important;
}
.home-vacancy-company-logo img{padding:1px!important;}

@media (max-width:1100px){
  .vm-vacancy-meta-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(3){border-right:0;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(n+4){border-top:1px solid #eef1f5;}
}

@media (max-width:760px){
  .vm-vacancy-meta-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item{
    min-height:68px;
    padding:12px 10px!important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:first-child{padding-left:0!important;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(3){border-right:1px solid #eef1f5;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(even){border-right:0;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(n+3){border-top:1px solid #eef1f5;}
  .vm-vacancy-meta-copy strong{font-size:14px!important;}
  .vm-vacancy-meta-salary .vm-vacancy-meta-copy strong{white-space:normal;}
}

@media (max-width:480px){
  .vm-vacancy-meta-row{grid-template-columns:1fr!important;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item,
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(3),
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(even){
    min-height:58px;
    padding:11px 0!important;
    border-right:0!important;
    border-top:1px solid #eef1f5;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:first-child{border-top:0;}
  .vm-vacancy-meta-row > .vm-vacancy-meta-item{
    grid-template-columns:24px minmax(0,1fr)!important;
  }
}


/* ========================================================================
   Vacaturemarkt 6.66 — vacancy detail hardening + responsive header
   Neutralizes the older generic descendant rule inside the vacancy meta row.
   ======================================================================== */

/* Each meta item owns exactly one icon column and one copy column. Nested
   spans must never inherit the old `.vm-vacancy-meta-row span` grid. */
.vm-vacancy-meta-row > .vm-vacancy-meta-item {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item > .vm-vacancy-meta-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item > .vm-vacancy-meta-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: 100% !important;
  grid-template-columns: none !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1.3 !important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item > .vm-vacancy-meta-copy > strong {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: var(--vm-navy) !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-salary > .vm-vacancy-meta-copy > strong {
  white-space: nowrap !important;
}
.vm-vacancy-meta-row > .vm-vacancy-meta-item > .vm-vacancy-meta-copy > small {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: #818ba0 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

/* Keep the five facts in one clean row whenever the main content is desktop
   sized. Salary gets extra space. */
@media (min-width: 901px) {
  .vm-vacancy-meta-row {
    grid-template-columns: 1.15fr 1.45fr 1fr 1fr 1fr !important;
    gap: 0 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item {
    min-height: 78px !important;
    padding: 14px 12px !important;
    border-top: 0 !important;
    border-right: 1px solid #eef1f5 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:first-child {
    padding-left: 0 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:last-child {
    border-right: 0 !important;
  }
}

@media (max-width: 900px) {
  .vm-vacancy-meta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item,
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(3),
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(n+4) {
    min-height: 66px !important;
    padding: 12px 10px !important;
    border-top: 0 !important;
    border-right: 1px solid #eef1f5 !important;
    border-bottom: 1px solid #eef1f5 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(even) {
    border-right: 0 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:first-child {
    padding-left: 0 !important;
  }
}

@media (max-width: 520px) {
  .vm-vacancy-meta-row {
    grid-template-columns: 1fr !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item,
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(3),
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-child(even),
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:nth-last-child(-n+2) {
    min-height: 58px !important;
    padding: 11px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eef1f5 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-item:last-child {
    border-bottom: 0 !important;
  }
  .vm-vacancy-meta-row > .vm-vacancy-meta-salary > .vm-vacancy-meta-copy > strong {
    white-space: normal !important;
  }
}

/* Company artwork can reach the inner edge of the square frame. The parent
   clips it to the softly rounded corners, so square brand artwork looks clean. */
.home-employer-logo img,
.employers-page-v5 .vm-company-card-logo img,
.company-logo-v7 img,
.vm-brands-template-v2 .vm-brand-logo-public img,
.vm-job-logo img,
.vm-vacancy-logo img,
.vm-vacancy-company-badge img,
.home-vacancy-company-logo img,
.home-employer-logo img.is-auto-trimmed,
.employers-page-v5 .vm-company-card-logo img.is-auto-trimmed,
.company-logo-v7 img.is-auto-trimmed,
.vm-brands-template-v2 .vm-brand-logo-public img.is-auto-trimmed {
  padding: 0 !important;
  border-radius: inherit !important;
}

/* Around small desktop/tablet widths a full navigation bar becomes cramped.
   Switch to the existing mobile menu before labels start wrapping/clipping. */
@media (max-width: 1120px) {
  .header-inner {
    min-height: 66px;
    gap: 18px;
  }
  .main-nav,
  .header-actions,
  .market-utility-nav {
    display: none !important;
  }
  .menu-toggle {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--vm-navy) !important;
    cursor: pointer !important;
  }
  .menu-toggle span {
    width: 25px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: currentColor;
  }
}


/* ========================================================================
   Vacaturemarkt 6.67 — definitive vacancy hero/facts structure
   Uses div-based fact rows so legacy span styles cannot interfere.
   ======================================================================== */
.vm-vacancy-facts{
  display:grid;
  grid-template-columns:minmax(145px,1.2fr) minmax(180px,1.5fr) repeat(3,minmax(115px,1fr));
  gap:0;
  margin-top:22px;
  border-top:1px solid #e8edf2;
  border-bottom:1px solid #e8edf2;
}
.vm-vacancy-fact{
  min-width:0;
  min-height:78px;
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:14px 14px;
  border-right:1px solid #e8edf2;
  box-sizing:border-box;
}
.vm-vacancy-fact:first-child{padding-left:0;}
.vm-vacancy-fact:last-child{border-right:0;}
.vm-vacancy-fact-icon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--vm-navy);
  font-size:17px;
  font-weight:800;
  line-height:1;
}
.vm-vacancy-fact-icon svg{
  width:18px;
  height:18px;
  display:block;
  margin:0;
}
.vm-vacancy-fact-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
  justify-content:center;
}
.vm-vacancy-fact-value{
  min-width:0;
  color:var(--vm-navy);
  font-size:15px;
  font-weight:760;
  line-height:1.25;
  overflow-wrap:normal;
  word-break:normal;
}
.vm-vacancy-fact-label{
  color:#818ba0;
  font-size:10px;
  font-weight:520;
  line-height:1.3;
}
.vm-vacancy-fact-salary .vm-vacancy-fact-value{white-space:nowrap;}
.vm-vacancy-fact-currency{font-size:18px;}

/* The old meta row is retained only for backwards compatibility elsewhere. */
.vm-vacancy-hero .vm-vacancy-meta-row{display:none!important;}

@media(max-width:1100px){
  .vm-vacancy-facts{grid-template-columns:repeat(3,minmax(0,1fr));}
  .vm-vacancy-fact:nth-child(3){border-right:0;}
  .vm-vacancy-fact:nth-child(n+4){border-top:1px solid #e8edf2;}
}

@media(max-width:760px){
  .vm-vacancy-facts{grid-template-columns:repeat(2,minmax(0,1fr));}
  .vm-vacancy-fact{min-height:70px;padding:12px 10px;}
  .vm-vacancy-fact:first-child{padding-left:0;}
  .vm-vacancy-fact:nth-child(3){border-right:1px solid #e8edf2;}
  .vm-vacancy-fact:nth-child(even){border-right:0;}
  .vm-vacancy-fact:nth-child(n+3){border-top:1px solid #e8edf2;}
  .vm-vacancy-fact-value{font-size:14px;}
}

@media(max-width:520px){
  .vm-vacancy-hero{
    display:block!important;
    padding:18px!important;
  }
  .vm-vacancy-logo{
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    min-height:76px!important;
    margin:0 0 14px!important;
    border-radius:14px!important;
  }
  .vm-vacancy-company{margin-bottom:7px!important;font-size:13px!important;}
  .vm-vacancy-hero-copy h1{
    max-width:100%;
    font-size:clamp(27px,9vw,36px)!important;
    line-height:1.02!important;
    letter-spacing:-1.15px!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .vm-vacancy-badges{margin-top:15px!important;}
  .vm-placement-inline{font-size:9px;}
  .vm-vacancy-facts{
    grid-template-columns:1fr!important;
    margin-top:20px;
    border-bottom:0;
  }
  .vm-vacancy-fact,
  .vm-vacancy-fact:nth-child(3),
  .vm-vacancy-fact:nth-child(even),
  .vm-vacancy-fact:nth-child(n+3){
    min-height:62px;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    padding:12px 0!important;
    border-top:0!important;
    border-right:0!important;
    border-bottom:1px solid #e8edf2!important;
  }
  .vm-vacancy-fact-value{
    font-size:16px;
    line-height:1.2;
  }
  .vm-vacancy-fact-label{font-size:11px;}
  .vm-vacancy-fact-salary .vm-vacancy-fact-value{white-space:normal;}
  .vm-vacancy-fact-icon{width:30px;height:30px;justify-content:flex-start;}
}

/* === Vacancy detail UI refinement v6.68 === */
.button svg,
.vm-vacancy-action-link svg{
  width:14px;
  height:14px;
  flex:0 0 14px;
  display:block;
}

.vm-vacancy-hero{
  border-radius:18px;
}
.vm-vacancy-hero-copy h1{
  max-width:16ch;
}
.vm-vacancy-badges{
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.vm-placement-inline{
  font-size:12px;
  color:#6f7b92;
}
.vm-vacancy-facts{
  margin-top:18px;
  border-top:1px solid #edf1f6;
  border-bottom:1px solid #edf1f6;
  background:#fff;
}
.vm-vacancy-fact{
  min-height:86px;
  padding:16px 16px;
}
.vm-vacancy-fact:first-child{
  padding-left:16px;
}
.vm-vacancy-fact-icon{
  align-self:flex-start;
  margin-top:3px;
}
.vm-vacancy-fact-value{
  font-size:14px;
  line-height:1.25;
}
.vm-vacancy-fact-label{
  font-size:11px;
  line-height:1.35;
}

.vm-apply-card{
  border-radius:18px;
  padding:22px;
}
.vm-fast-apply-card h2{
  margin:12px 0 6px;
  font-size:16px;
}
.vm-fast-apply-card > p{
  margin-bottom:18px;
  font-size:14px;
  line-height:1.6;
}
.vm-fast-apply-head{
  align-items:flex-start;
}
.vm-fast-org-type{
  color:#8b95aa;
  font-size:11px;
  font-weight:700;
}
.vm-fast-profile-ready{
  display:grid;
  grid-template-columns:18px 1fr;
  align-items:start;
  gap:10px;
  margin:0 0 14px;
  padding:14px 14px;
  border:1px solid #dceede;
  border-radius:14px;
  background:#f5fbf6;
}
.vm-fast-profile-ready svg{
  width:16px;
  height:16px;
  margin-top:2px;
  color:#2a8a55;
}
.vm-fast-profile-ready strong{
  display:block;
  color:var(--vm-navy);
  font-size:13px;
  line-height:1.35;
}
.vm-fast-profile-ready span{
  display:block;
  margin-top:3px;
  color:#78839a;
  font-size:11px;
  line-height:1.45;
}
.vm-quick-apply-extra{
  margin:0 0 4px;
  border-top:1px solid var(--vm-line);
  border-bottom:1px solid var(--vm-line);
}
.vm-quick-apply-extra > summary{
  min-height:50px;
  font-size:13px;
}
.vm-quick-apply-extra > summary span{
  font-size:11px;
}
.vm-quick-apply-extra > div{
  padding:0 0 12px;
}
.vm-quick-apply-form label,
.vm-fast-apply-card form > label{
  font-size:13px;
}
.vm-quick-consent,
.vm-apply-card .check{
  margin-top:2px;
}
.vm-fast-apply-card .button,
.vm-fast-apply-card .button-full{
  min-height:54px;
  border-radius:14px;
  font-size:15px;
}
.vm-fast-apply-card .button-orange{
  justify-content:center;
}
.vm-fast-apply-card .button-orange svg,
.vm-fast-apply-card .button-outline svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
}
.vm-fast-apply-card .button-outline{
  background:#fff;
}
.vm-external-apply-divider{
  margin:16px 0;
}
.vm-external-apply-divider span{
  padding:0 10px;
  font-size:10px;
}
.vm-fast-account-link{
  display:block;
  margin-top:12px;
  color:var(--vm-blue);
  font-size:12px;
  font-weight:650;
  text-decoration:none;
}
.vm-fast-account-link:hover{
  text-decoration:underline;
}

@media(max-width:1200px){
  .vm-vacancy-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .vm-vacancy-hero-copy h1{
    max-width:none;
  }
  .vm-vacancy-fact{
    min-height:74px;
    padding:14px 12px;
  }
  .vm-vacancy-fact:first-child{
    padding-left:12px;
  }
  .vm-apply-card{
    border-radius:16px;
    padding:18px;
  }
}

@media(max-width:520px){
  .vm-vacancy-hero{
    border-radius:16px;
  }
  .vm-vacancy-badges{
    gap:10px;
  }
  .vm-placement-inline{
    font-size:11px;
  }
  .vm-vacancy-facts{
    margin-top:16px;
  }
  .vm-vacancy-fact{
    min-height:64px;
  }
  .vm-fast-apply-card .button,
  .vm-fast-apply-card .button-full{
    min-height:50px;
    font-size:14px;
  }
}


/* ========================================================================
   Vacaturemarkt 6.69 — vacancy detail polish and safer theme-level fixes
   - balances hero facts
   - refines mobile vacancy detail layout
   - keeps company logos square, centered and clean
   - improves quick apply card hierarchy
   ======================================================================== */

.vm-vacancy-hero,
.vm-apply-card,
.vm-vacancy-section,
.vm-vacancy-tabs,
.vm-vacancy-bottom-bar{
  border-radius:18px;
}

.vm-vacancy-hero{
  padding:26px;
  gap:24px;
}

.vm-vacancy-logo,
.vm-vacancy-company-badge,
.company-logo-v7,
.vm-job-logo,
.employers-page-v5 .vm-company-card-logo,
.home-employer-logo{
  width:96px !important;
  height:96px !important;
  min-width:96px !important;
  min-height:96px !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
  border:1px solid #dfe5ee !important;
  border-radius:16px !important;
  background:#fff !important;
}

.vm-vacancy-logo img,
.vm-vacancy-company-badge img,
.company-logo-v7 img,
.vm-job-logo img,
.employers-page-v5 .vm-company-card-logo img,
.home-employer-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
}

.vm-vacancy-hero-copy{
  min-width:0;
}

.vm-vacancy-company{
  margin:0 0 8px;
  font-size:14px;
  font-weight:760;
}

.vm-vacancy-hero-copy h1{
  max-width:14ch;
  margin:0;
  font-size:clamp(38px,4.5vw,64px);
  line-height:1.02;
  letter-spacing:-1.8px;
  text-wrap:balance;
}

.vm-vacancy-badges{
  gap:10px 12px;
  margin-top:16px;
}

.vm-placement-inline{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  color:#748099;
  font-size:12px;
  font-weight:650;
}

.vm-vacancy-facts{
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin-top:22px;
  border-top:1px solid #e9eef4;
  border-bottom:1px solid #e9eef4;
  background:#fff;
}

.vm-vacancy-fact{
  min-height:92px;
  grid-template-columns:22px minmax(0,1fr);
  gap:12px;
  padding:16px;
  align-items:flex-start;
}

.vm-vacancy-fact:first-child{
  padding-left:16px;
}

.vm-vacancy-fact-icon{
  width:22px;
  height:22px;
  margin-top:4px;
}

.vm-vacancy-fact-copy{
  gap:5px;
}

.vm-vacancy-fact-value{
  font-size:14px;
  font-weight:780;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.vm-vacancy-fact-label{
  font-size:11px;
  line-height:1.35;
  color:#7b879d;
}

.vm-vacancy-fact-salary .vm-vacancy-fact-value{
  white-space:normal;
}

.vm-vacancy-tabs{
  margin-top:18px;
  padding:0 18px;
  border-radius:0;
  border-bottom:1px solid #e8edf2;
  background:transparent;
}

.vm-vacancy-tabs a{
  min-height:56px;
  white-space:nowrap;
}

.vm-vacancy-body,
.vm-vacancy-section{
  border-radius:18px;
}

.vm-vacancy-section-head h2,
.vm-vacancy-body h2,
.vm-vacancy-card h2{
  text-wrap:balance;
}

.vm-vacancy-sidebar{
  position:relative;
}

.vm-apply-card{
  padding:22px;
  border:1px solid #dde4ee;
  background:#fff;
}

.vm-fast-apply-head{
  align-items:center;
}

.vm-fast-org-type{
  color:#8e98ac;
  font-size:11px;
  font-weight:760;
  letter-spacing:.01em;
}

.vm-fast-apply-card h2{
  font-size:17px;
  line-height:1.2;
}

.vm-fast-apply-card > p{
  margin-bottom:16px;
  color:#6f7b92;
}

.vm-fast-profile-ready{
  margin-bottom:16px;
  padding:14px 14px;
  border-radius:14px;
}

.vm-quick-apply-extra > summary{
  padding:0;
}

.vm-quick-apply-form label,
.vm-fast-apply-card form > label{
  gap:7px;
  font-size:13px;
}

.vm-fast-apply-card input,
.vm-fast-apply-card textarea,
.vm-fast-apply-card select{
  min-height:50px;
  border-radius:14px;
}

.vm-fast-apply-card textarea{
  min-height:112px;
}

.vm-fast-apply-card .button,
.vm-fast-apply-card .button-full{
  min-height:56px;
  border-radius:14px;
  font-size:15px;
}

.vm-fast-apply-card .button-orange{
  box-shadow:none;
}

.vm-external-apply-divider{
  margin:18px 0;
}

.vm-vacancy-main > .vm-vacancy-bottom-bar{
  margin-top:26px;
}

@media (max-width: 1200px){
  .vm-vacancy-shell{
    grid-template-columns:minmax(0,1fr) 340px;
    gap:24px;
  }
  .vm-vacancy-hero-copy h1{
    max-width:15ch;
    font-size:clamp(34px,4.4vw,52px);
  }
  .vm-vacancy-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .vm-vacancy-fact:nth-child(3){border-right:0;}
  .vm-vacancy-fact:nth-child(n+4){border-top:1px solid #e9eef4;}
}

@media (max-width: 860px){
  .vm-vacancy-shell{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .vm-vacancy-logo,
  .vm-vacancy-company-badge,
  .company-logo-v7,
  .vm-job-logo,
  .employers-page-v5 .vm-company-card-logo,
  .home-employer-logo{
    width:82px !important;
    height:82px !important;
    min-width:82px !important;
    min-height:82px !important;
    border-radius:14px !important;
  }
  .vm-vacancy-hero{
    padding:20px !important;
    gap:18px !important;
  }
  .vm-vacancy-hero-copy h1{
    max-width:none;
    font-size:clamp(28px,8vw,38px) !important;
    letter-spacing:-1px !important;
  }
  .vm-vacancy-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .vm-vacancy-fact{
    min-height:74px;
    padding:14px 12px;
  }
  .vm-vacancy-fact:first-child{padding-left:12px;}
  .vm-vacancy-fact:nth-child(3){border-right:1px solid #e9eef4;}
  .vm-vacancy-fact:nth-child(even){border-right:0;}
  .vm-vacancy-fact:nth-child(n+3){border-top:1px solid #e9eef4;}
  .vm-vacancy-tabs{
    padding:0 14px;
  }
}

@media (max-width: 520px){
  .vm-vacancy-hero{
    display:block !important;
    padding:18px !important;
  }
  .vm-vacancy-logo{
    margin:0 0 14px !important;
  }
  .vm-vacancy-company{
    font-size:13px;
  }
  .vm-vacancy-hero-copy h1{
    font-size:clamp(24px,8.8vw,34px) !important;
    line-height:1.04 !important;
    letter-spacing:-.9px !important;
  }
  .vm-vacancy-badges{
    gap:8px;
  }
  .vm-placement-inline{
    min-height:auto;
    font-size:11px;
  }
  .vm-vacancy-facts{
    grid-template-columns:1fr !important;
    margin-top:18px;
    border-bottom:0;
  }
  .vm-vacancy-fact,
  .vm-vacancy-fact:nth-child(3),
  .vm-vacancy-fact:nth-child(even),
  .vm-vacancy-fact:nth-child(n+3){
    min-height:60px;
    grid-template-columns:24px minmax(0,1fr);
    gap:10px;
    padding:12px 0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-bottom:1px solid #e9eef4 !important;
  }
  .vm-vacancy-fact-value{
    font-size:15px;
    line-height:1.24;
  }
  .vm-vacancy-fact-label{
    font-size:11px;
  }
  .vm-vacancy-fact-icon{
    width:24px;
    height:24px;
    margin-top:2px;
  }
  .vm-vacancy-tabs{
    gap:16px !important;
    padding:0 12px !important;
  }
  .vm-vacancy-tabs a{
    min-height:50px;
    font-size:13px;
  }
  .vm-apply-card{
    padding:18px !important;
    border-radius:16px;
  }
  .vm-fast-apply-card .button,
  .vm-fast-apply-card .button-full{
    min-height:52px;
  }
}


/* ========================================================================
   Vacaturemarkt 6.70 — definitive vacancy-detail alignment
   ======================================================================== */
.vm-vacancy-shell{
  align-items:start !important;
}

/* A previous sticky rule left a `top` value active after position changed.
   Reset it so the application card aligns with the vacancy hero. */
.vm-vacancy-sidebar{
  position:relative !important;
  top:auto !important;
  align-self:start !important;
  margin-top:0 !important;
}

.vm-vacancy-hero{
  grid-template-columns:96px minmax(0,1fr) !important;
  gap:26px !important;
  padding:26px !important;
}

.vm-vacancy-hero-copy h1{
  max-width:none !important;
  width:auto !important;
  margin:0 !important;
  font-size:clamp(36px,3.65vw,54px) !important;
  line-height:1.03 !important;
  letter-spacing:-1.6px !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
  text-wrap:wrap !important;
}

.vm-vacancy-facts{
  display:grid !important;
  grid-template-columns:minmax(138px,1.18fr) minmax(162px,1.38fr) minmax(92px,.82fr) minmax(112px,.95fr) minmax(100px,.87fr) !important;
  gap:0 !important;
  margin-top:22px !important;
}

.vm-vacancy-fact{
  min-width:0 !important;
  min-height:92px !important;
  grid-template-columns:20px minmax(0,1fr) !important;
  gap:10px !important;
  padding:16px 12px !important;
  align-items:center !important;
}

.vm-vacancy-fact:first-child{
  padding-left:12px !important;
}

.vm-vacancy-fact-icon{
  width:20px !important;
  height:20px !important;
  margin:0 !important;
  align-self:center !important;
}

.vm-vacancy-fact-icon svg{
  width:18px !important;
  height:18px !important;
}

.vm-vacancy-fact-copy{
  min-width:0 !important;
  gap:4px !important;
}

.vm-vacancy-fact-value{
  min-width:0 !important;
  font-size:14px !important;
  line-height:1.23 !important;
  font-weight:780 !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
}

.vm-vacancy-location-value{
  display:flex !important;
  flex-direction:column !important;
  gap:1px !important;
}
.vm-vacancy-location-value span{
  display:block !important;
  white-space:nowrap !important;
}

.vm-vacancy-salary-value{
  white-space:nowrap !important;
  font-size:13.5px !important;
  letter-spacing:-.15px !important;
}

.vm-vacancy-fact-hours .vm-vacancy-fact-value,
.vm-vacancy-fact-employment .vm-vacancy-fact-value,
.vm-vacancy-fact-workmode .vm-vacancy-fact-value{
  white-space:normal !important;
}

.vm-vacancy-fact-label{
  font-size:10.5px !important;
  line-height:1.28 !important;
}

.vm-apply-card{
  margin-top:0 !important;
}

@media (max-width:1200px){
  .vm-vacancy-shell{
    grid-template-columns:minmax(0,1fr) 332px !important;
    gap:22px !important;
  }
  .vm-vacancy-hero-copy h1{
    font-size:clamp(34px,3.8vw,48px) !important;
  }
  .vm-vacancy-facts{
    grid-template-columns:minmax(138px,1.18fr) minmax(154px,1.3fr) minmax(88px,.78fr) minmax(104px,.9fr) minmax(94px,.84fr) !important;
  }
  .vm-vacancy-fact{
    padding:14px 10px !important;
    gap:8px !important;
  }
  .vm-vacancy-fact:first-child{padding-left:10px !important;}
  .vm-vacancy-fact-value{font-size:13px !important;}
  .vm-vacancy-salary-value{font-size:12.5px !important;}
}

@media (max-width:1020px){
  .vm-vacancy-shell{
    grid-template-columns:1fr !important;
  }
  .vm-vacancy-sidebar{
    position:static !important;
    top:auto !important;
  }
  .vm-vacancy-facts{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .vm-vacancy-fact:nth-child(3){border-right:0 !important;}
  .vm-vacancy-fact:nth-child(n+4){border-top:1px solid #e9eef4 !important;}
  .vm-vacancy-salary-value{font-size:13.5px !important;}
}

@media (max-width:760px){
  .vm-vacancy-hero{
    grid-template-columns:82px minmax(0,1fr) !important;
    gap:18px !important;
    padding:20px !important;
  }
  .vm-vacancy-hero-copy h1{
    font-size:clamp(27px,7.8vw,38px) !important;
    letter-spacing:-1px !important;
  }
  .vm-vacancy-facts{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .vm-vacancy-fact{
    min-height:72px !important;
    padding:13px 11px !important;
  }
  .vm-vacancy-fact:first-child{padding-left:11px !important;}
  .vm-vacancy-fact:nth-child(3){border-right:1px solid #e9eef4 !important;}
  .vm-vacancy-fact:nth-child(even){border-right:0 !important;}
  .vm-vacancy-fact:nth-child(n+3){border-top:1px solid #e9eef4 !important;}
  .vm-vacancy-location-value span{white-space:normal !important;}
  .vm-vacancy-salary-value{white-space:normal !important;}
}

@media (max-width:520px){
  .vm-vacancy-hero{
    display:block !important;
    padding:18px !important;
  }
  .vm-vacancy-logo{
    width:78px !important;
    height:78px !important;
    min-width:78px !important;
    min-height:78px !important;
    margin:0 0 14px !important;
  }
  .vm-vacancy-hero-copy h1{
    font-size:clamp(25px,8.7vw,34px) !important;
    line-height:1.04 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
  .vm-vacancy-facts{
    grid-template-columns:1fr !important;
    margin-top:18px !important;
  }
  .vm-vacancy-fact,
  .vm-vacancy-fact:nth-child(3),
  .vm-vacancy-fact:nth-child(even),
  .vm-vacancy-fact:nth-child(n+3){
    min-height:58px !important;
    grid-template-columns:24px minmax(0,1fr) !important;
    gap:10px !important;
    padding:11px 0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-bottom:1px solid #e9eef4 !important;
  }
  .vm-vacancy-fact-value,
  .vm-vacancy-salary-value{
    font-size:15px !important;
    white-space:normal !important;
  }
  .vm-vacancy-location-value span{
    white-space:normal !important;
  }
}
