@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
/* Jobs compact/de-box pass: one clear work surface, fewer framed elements. */
body.jobs-page{
  --oh-compact-line:rgba(120,166,205,.20);
  --oh-compact-line-soft:rgba(120,166,205,.12);
  --oh-compact-bg:rgba(2,11,20,.48);
  --oh-compact-bg-soft:rgba(4,18,31,.36);
}

body.jobs-page .searchbtn{
  min-height:40px!important;
  height:40px!important;
  padding:0 16px!important;
  border-radius:7px!important;
  box-shadow:0 8px 18px rgba(255,106,0,.16)!important;
}

body.jobs-page .metrics{
  min-height:0!important;
  background:rgba(2,12,22,.62)!important;
  border-top:0!important;
  border-bottom:1px solid var(--oh-compact-line)!important;
}

body.jobs-page .metric{
  min-height:54px!important;
  padding:8px 22px!important;
  gap:12px!important;
  border-right:1px solid var(--oh-compact-line-soft)!important;
}

body.jobs-page .metric .micon{
  width:28px!important;
  height:28px!important;
  border-width:1px!important;
  border-radius:6px!important;
  font-size:15px!important;
}

body.jobs-page .metric small{
  font-size:10px!important;
}

body.jobs-page .metric strong{
  font-size:20px!important;
}

body.jobs-page .jobs-news-ticker{
  display:none!important;
}

body.jobs-page .jobs-commandbar,
body.jobs-page .filters.jobs-commandbar{
  margin:0!important;
  padding:8px 24px 7px!important;
  border:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--oh-compact-line-soft)!important;
  border-radius:0!important;
  background:rgba(2,10,18,.24)!important;
  box-shadow:none!important;
}

body.jobs-page .jobs-commandbar-head,
body.jobs-page .filters.jobs-commandbar .jobs-commandbar-head{
  align-items:center!important;
  gap:18px!important;
  margin-bottom:6px!important;
  padding:0!important;
}

body.jobs-page .filters.jobs-commandbar .jobs-commandbar-head > div:first-child{
  display:flex!important;
  align-items:baseline!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

body.jobs-page .filters.jobs-commandbar .oh-kicker{
  display:none!important;
}

body.jobs-page .jobs-commandbar-head h2{
  font-size:16px!important;
  line-height:1.08!important;
  margin:0!important;
}

body.jobs-page .jobs-commandbar-head p{
  font-size:11px!important;
  line-height:1.25!important;
  margin:0!important;
  color:#aebfd0!important;
}

body.jobs-page .jobs-commandbar-meta,
body.jobs-page .filters.jobs-commandbar .jobs-commandbar-meta{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#9db0c3!important;
}

body.jobs-page .jobs-commandbar-meta span,
body.jobs-page .jobs-commandbar-meta a,
body.jobs-page .filters.jobs-commandbar .jobs-commandbar-meta span,
body.jobs-page .filters.jobs-commandbar .jobs-commandbar-meta a{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#9db0c3!important;
  font-size:11px!important;
  letter-spacing:.02em!important;
}

body.jobs-page .jobs-commandbar-meta a,
body.jobs-page .filters.jobs-commandbar .jobs-commandbar-meta a{
  color:#ff8a22!important;
  border-bottom:1px solid rgba(255,106,0,.36)!important;
}

body.jobs-page .jobs-filter-grid,
body.jobs-page .filter-row.jobs-filter-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,1.5fr) repeat(4,minmax(126px,.72fr)) 92px!important;
  gap:13px!important;
  align-items:end!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.jobs-page .jobs-filter-grid label:nth-of-type(6),
body.jobs-page .jobs-filter-grid label:nth-of-type(7),
body.jobs-page .jobs-filter-grid label:nth-of-type(8){
  display:none!important;
}

body.jobs-page .field,
body.jobs-page .search-field-wrap,
body.jobs-page .field select,
body.jobs-page .search-field-wrap input,
body.jobs-page .filter-row.jobs-filter-grid > .field,
body.jobs-page .filter-row.jobs-filter-grid > .search-field-wrap{
  min-height:40px!important;
  height:40px!important;
  border:0!important;
  border-bottom:1px solid rgba(120,166,205,.28)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.jobs-page .filter-row.jobs-filter-grid > .field,
body.jobs-page .filter-row.jobs-filter-grid > .search-field-wrap{
  padding:4px 0 4px!important;
}

body.jobs-page .field select,
body.jobs-page .search-field-wrap input{
  width:100%!important;
  padding:13px 0 0!important;
  color:#eef6ff!important;
}

body.jobs-page .filter-row.jobs-filter-grid > .field:hover,
body.jobs-page .filter-row.jobs-filter-grid > .search-field-wrap:hover,
body.jobs-page .filter-row.jobs-filter-grid > .field:focus-within,
body.jobs-page .filter-row.jobs-filter-grid > .search-field-wrap:focus-within{
  border-bottom-color:rgba(255,106,0,.54)!important;
  background:transparent!important;
}

body.jobs-page .field span,
body.jobs-page .search-field-wrap span{
  font-size:8px!important;
  letter-spacing:.08em!important;
  color:#93a9bd!important;
  top:7px!important;
  left:0!important;
}

body.jobs-page .jobs-filter-foot{
  margin-top:5px!important;
  padding:0!important;
  border-top:0!important;
}

body.jobs-page .popular{
  gap:8px!important;
  margin-top:0!important;
  min-height:0!important;
  line-height:1!important;
}

body.jobs-page .popular b{
  font-size:11px!important;
  color:#7890a7!important;
}

body.jobs-page .pill,
body.jobs-page .popular .pill,
body.jobs-page .jobs-filter-foot .popular a.pill,
body.jobs-page .active-filter-chips span{
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid rgba(120,166,205,.28)!important;
  border-radius:0!important;
  font-size:11px!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#c7d5e4!important;
  line-height:1.15!important;
}

body.jobs-page .pill:hover,
body.jobs-page .popular .pill:hover,
body.jobs-page .jobs-filter-foot .popular a.pill:hover,
body.jobs-page .active-filter-chips span:hover{
  border-bottom-color:rgba(255,106,0,.58)!important;
  color:#fff!important;
}

body.jobs-page .filter-row.jobs-filter-grid > .searchbtn{
  width:100%!important;
  min-width:0!important;
  min-height:40px!important;
  height:40px!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid rgba(255,106,0,.62)!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  color:#ff8a22!important;
  box-shadow:none!important;
  text-align:right!important;
  justify-content:flex-end!important;
}

body.jobs-page .filter-row.jobs-filter-grid > .searchbtn:hover{
  color:#fff!important;
  border-bottom-color:#ff8a22!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}

body.jobs-page .main{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;
  gap:18px!important;
  align-items:start!important;
  padding:18px 24px 24px!important;
}

body.jobs-page .main > .side{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  position:sticky!important;
  top:18px!important;
  align-self:start!important;
}

body.jobs-page .jobs-card-board{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.jobs-page .jobs-card-board > .box-head{
  padding:0 0 12px!important;
  border:0!important;
  background:transparent!important;
}

body.jobs-page .jobs-card-board .box-title{
  font-size:18px!important;
  letter-spacing:.01em!important;
}

body.jobs-page .jobs-board-sub{
  margin-top:3px!important;
  font-size:12px!important;
  color:#98abbf!important;
}

body.jobs-page .jobs-card-board .sort{
  display:none!important;
}

body.jobs-page .jobs-card-list,
body.jobs-page .jobs-grid-board{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
  gap:10px!important;
  padding:0!important;
  border-top:0!important;
}

body.jobs-page .job-tile,
body.jobs-page .job-row.job-tile{
  min-height:132px!important;
  padding:14px 14px 12px 68px!important;
  border:1px solid rgba(116,158,196,.18)!important;
  border-radius:6px!important;
  background:rgba(5,18,31,.58)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

body.jobs-page .job-row.job-tile:before,
body.jobs-page .job-row.job-tile:after{
  content:none!important;
  display:none!important;
}

body.jobs-page .job-tile:hover,
body.jobs-page .job-row.job-tile:hover{
  border-color:rgba(255,106,0,.40)!important;
  background:rgba(7,23,38,.72)!important;
  transform:none!important;
  box-shadow:none!important;
}

body.jobs-page .job-tile .tile-top{
  min-height:0!important;
  align-items:flex-start!important;
  margin:0 0 8px!important;
  gap:8px!important;
}

body.jobs-page .tile-logo,
body.jobs-page .job-tile .tile-logo{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  width:38px!important;
  height:38px!important;
  border-radius:6px!important;
  border-color:rgba(120,166,205,.28)!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
}

body.jobs-page .job-row.job-tile:hover .tile-logo{
  border-color:rgba(255,106,0,.36)!important;
  box-shadow:none!important;
}

body.jobs-page .job-tile .tile-source-wrap{
  max-width:calc(100% - 52px)!important;
  padding-top:0!important;
}

body.jobs-page .tile-source,
body.jobs-page .job-tile .tile-source{
  color:#ff9b38!important;
  font-size:10px!important;
  line-height:1.1!important;
  letter-spacing:.08em!important;
}

body.jobs-page .tile-company,
body.jobs-page .job-tile .tile-company{
  font-size:11px!important;
  line-height:1.15!important;
}

body.jobs-page .tile-new,
body.jobs-page .job-tile .tile-new{
  height:auto!important;
  min-height:0!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:rgba(32,239,161,.14)!important;
  color:#39f2ab!important;
  box-shadow:none!important;
  font-size:8px!important;
}

body.jobs-page .tile-title,
body.jobs-page .job-tile .tile-title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  min-height:36px!important;
  margin:0!important;
  padding:0 44px 0 0!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.12!important;
  letter-spacing:0!important;
  text-shadow:none!important;
}

body.jobs-page .tile-role,
body.jobs-page .job-tile .tile-role{
  display:block!important;
  color:#b9c9d9!important;
  font-size:11px!important;
  margin-top:5px!important;
}

body.jobs-page .tile-meta,
body.jobs-page .job-tile .tile-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 12px!important;
  margin:10px 0 0!important;
  padding-top:9px!important;
  border-top:1px solid var(--oh-compact-line-soft)!important;
  max-width:100%!important;
}

body.jobs-page .meta-pill,
body.jobs-page .job-tile .meta-pill{
  min-height:0!important;
  width:auto!important;
  max-width:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:11px!important;
  box-shadow:none!important;
}

body.jobs-page .meta-icon,
body.jobs-page .job-tile .meta-icon{
  width:13px!important;
  height:13px!important;
  border-radius:4px!important;
}

body.jobs-page .job-tile .tile-meta b{
  max-width:126px!important;
  font-size:10px!important;
}

body.jobs-page .tile-bottom,
body.jobs-page .job-tile .tile-bottom{
  margin-top:10px!important;
  padding-top:0!important;
  border-top:0!important;
}

body.jobs-page .tile-open,
body.jobs-page .job-tile .tile-open{
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ff8a22!important;
  box-shadow:none!important;
  font-size:11px!important;
  justify-content:end!important;
}

body.jobs-page .job-row.job-tile:hover .tile-open{
  border-color:transparent!important;
  box-shadow:none!important;
}

body.jobs-page .tile-category,
body.jobs-page .job-tile .tile-category{
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#ffb06a!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
}

body.jobs-page .pager{
  padding:14px 0 0!important;
  border-top:0!important;
}

body.jobs-page .side .box{
  min-height:0!important;
  border:0!important;
  border-top:1px solid var(--oh-compact-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}

body.jobs-page .side .box:first-child{
  border-top:0!important;
}

body.jobs-page .side .box:hover{
  border-color:var(--oh-compact-line)!important;
  box-shadow:none!important;
}

body.jobs-page .side .box-head{
  padding:14px 0 8px!important;
  border:0!important;
  background:transparent!important;
}

body.jobs-page .side .box-title{
  font-size:12px!important;
  letter-spacing:.08em!important;
}

body.jobs-page .side .box-head p,
body.jobs-page .radar-note{
  font-size:11px!important;
  line-height:1.45!important;
  color:#8fa4b8!important;
  margin:4px 0 0!important;
}

body.jobs-page .side .orange-link{
  font-size:11px!important;
}

body.jobs-page .cat-list,
body.jobs-page .tools-list,
body.jobs-page .radar-list{
  padding:0 0 12px!important;
}

body.jobs-page .cat,
body.jobs-page .tool,
body.jobs-page .radar-item{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:9px!important;
  padding:8px 0!important;
  border:0!important;
  border-bottom:1px solid var(--oh-compact-line-soft)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.jobs-page .cat:hover,
body.jobs-page .tool:hover,
body.jobs-page .radar-item:hover{
  background:transparent!important;
  color:#fff!important;
  transform:none!important;
}

body.jobs-page .side .ico,
body.jobs-page .radar-icon{
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,106,0,.34)!important;
  border-radius:6px!important;
  background:transparent!important;
  color:#ff7a18!important;
  font-size:11px!important;
  box-shadow:none!important;
}

body.jobs-page .cat b,
body.jobs-page .tool b,
body.jobs-page .radar-label{
  min-width:0!important;
  color:#d8e4ef!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.jobs-page .count,
body.jobs-page .tool > span:last-child,
body.jobs-page .radar-value{
  color:#f5f8fb!important;
  font-size:12px!important;
  font-weight:900!important;
}

body.jobs-page .panel-btn{
  height:auto!important;
  min-height:0!important;
  margin:4px 0 14px!important;
  padding:8px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ff7a18!important;
  box-shadow:none!important;
  justify-content:start!important;
  text-align:left!important;
  font-size:11px!important;
}

body.jobs-page .trending-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  padding:0 0 14px!important;
}

body.jobs-page .trending-chips a{
  padding:5px 8px!important;
  border:1px solid var(--oh-compact-line)!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#b8c8d8!important;
  font-size:11px!important;
  box-shadow:none!important;
}

body.jobs-page .trending-chips a:hover{
  color:#fff!important;
  border-color:rgba(255,106,0,.42)!important;
}

body.jobs-page .pager a,
body.jobs-page .pager span{
  min-height:28px!important;
  padding:4px 8px!important;
  border-radius:6px!important;
  font-size:12px!important;
  box-shadow:none!important;
}

body.jobs-page .home-cta{
  margin:24px 24px 18px!important;
  padding:20px 24px!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:none!important;
}

@media(max-width:1180px){
  body.jobs-page .jobs-filter-grid{
    grid-template-columns:minmax(220px,1fr) repeat(2,minmax(130px,.5fr)) 96px!important;
  }
  body.jobs-page .jobs-filter-grid label:nth-of-type(4),
  body.jobs-page .jobs-filter-grid label:nth-of-type(5){
    display:none!important;
  }
  body.jobs-page .job-tile,
  body.jobs-page .job-row.job-tile{
    min-height:132px!important;
  }
  body.jobs-page .main{
    grid-template-columns:1fr!important;
  }
  body.jobs-page .main > .side{
    position:relative!important;
    top:0!important;
  }
}

@media(max-width:760px){
  body.jobs-page .jobs-commandbar,
  body.jobs-page .main{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body.jobs-page .metrics{
    display:none!important;
  }
  body.jobs-page .jobs-filter-grid{
    grid-template-columns:1fr!important;
  }
  body.jobs-page .jobs-filter-grid label:nth-of-type(n){
    display:block!important;
  }
}

/* Jobs mockup pass: search studio and market sidebar. */
body.jobs-page .jobs-search-studio{
  margin:0!important;
  padding:16px 20px 14px!important;
  border:1px solid rgba(111,154,195,.22)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.84),rgba(3,13,24,.78))!important;
  box-shadow:0 18px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035)!important;
}

body.jobs-page form.filters.jobs-commandbar.jobs-search-studio{
  width:100%!important;
  margin:0!important;
  padding:16px 20px 14px!important;
  border:1px solid rgba(111,154,195,.22)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.84),rgba(3,13,24,.78))!important;
  box-shadow:0 18px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035)!important;
}

body.jobs-page .jobs-studio-toolbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:0 0 12px!important;
  margin:0 0 14px!important;
  border-bottom:1px solid rgba(120,166,205,.13)!important;
}

body.jobs-page .jobs-studio-tabs{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
}

body.jobs-page .studio-tab{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 16px!important;
  border:1px solid rgba(120,166,205,.18)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.035)!important;
  color:#d8e4f0!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}

body.jobs-page .studio-tab.is-active{
  border-color:rgba(255,106,0,.48)!important;
  background:linear-gradient(180deg,rgba(255,106,0,.22),rgba(255,106,0,.10))!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(255,106,0,.12)!important;
}

body.jobs-page .jobs-studio-reset{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#99aebe!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
}

body.jobs-page .jobs-studio-reset a{
  color:#c7d5e4!important;
}

body.jobs-page .jobs-studio-grid{
  display:grid!important;
  grid-template-columns:1.45fr repeat(4,1fr)!important;
  gap:16px 16px!important;
  align-items:end!important;
}

body.jobs-page .studio-field,
body.jobs-page .studio-options,
body.jobs-page .studio-checks{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.jobs-page .studio-field span,
body.jobs-page .studio-options legend,
body.jobs-page .studio-checks legend{
  display:block!important;
  margin:0 0 8px!important;
  color:#8fa4b8!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  width:100%!important;
  height:38px!important;
  min-height:38px!important;
  padding:0 12px!important;
  border:1px solid rgba(120,166,205,.22)!important;
  border-radius:5px!important;
  background:rgba(2,12,22,.46)!important;
  color:#edf6ff!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:none!important;
}

body.jobs-page .studio-field input::placeholder{
  color:#73889d!important;
}

body.jobs-page .studio-field input:focus,
body.jobs-page .studio-field select:focus{
  outline:0!important;
  border-color:rgba(255,106,0,.48)!important;
}

body.jobs-page .studio-options,
body.jobs-page .studio-checks{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
}

body.jobs-page .studio-options legend,
body.jobs-page .studio-checks legend{
  flex:0 0 100%!important;
}

body.jobs-page .studio-options button{
  height:28px!important;
  min-width:38px!important;
  padding:0 10px!important;
  border:1px solid rgba(120,166,205,.16)!important;
  border-radius:5px!important;
  background:rgba(2,12,22,.38)!important;
  color:#d4e1ee!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:none!important;
}

body.jobs-page .studio-options button.is-active{
  border-color:rgba(255,106,0,.58)!important;
  background:linear-gradient(180deg,rgba(255,106,0,.78),rgba(255,106,0,.46))!important;
  color:#fff!important;
}

body.jobs-page .studio-checks label{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#c4d1df!important;
  font-size:11px!important;
  font-weight:750!important;
  white-space:nowrap!important;
}

body.jobs-page .studio-checks input{
  width:14px!important;
  height:14px!important;
  accent-color:#ff6a00!important;
}

body.jobs-page .studio-more{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:14px!important;
  margin:13px 0 12px!important;
  color:#9bafc1!important;
}

body.jobs-page .studio-more span{
  height:1px!important;
  background:rgba(120,166,205,.14)!important;
}

body.jobs-page .studio-more button{
  border:0!important;
  background:transparent!important;
  color:#a9bbcb!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
}

body.jobs-page .jobs-studio-foot{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 180px!important;
  gap:18px!important;
  align-items:end!important;
}

body.jobs-page .studio-popular{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:7px!important;
  margin:0!important;
  min-width:0!important;
  overflow:hidden!important;
}

body.jobs-page .studio-popular b{
  flex:0 0 auto!important;
  color:#8fa4b8!important;
  font-size:10px!important;
  letter-spacing:.07em!important;
}

body.jobs-page .studio-popular .pill{
  min-height:27px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0 10px!important;
  border:1px solid rgba(120,166,205,.18)!important;
  border-radius:5px!important;
  background:rgba(255,255,255,.035)!important;
  color:#d5e2ef!important;
  font-size:11px!important;
  line-height:1!important;
  white-space:nowrap!important;
  flex:0 1 auto!important;
}

body.jobs-page .studio-popular .pill.active,
body.jobs-page .studio-popular .pill:hover{
  border-color:rgba(255,106,0,.48)!important;
  color:#fff!important;
}

body.jobs-page .studio-submit,
body.jobs-page .filter-row.jobs-filter-grid > .studio-submit{
  width:100%!important;
  min-height:38px!important;
  height:38px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  padding:0 16px!important;
  border:1px solid rgba(255,154,61,.72)!important;
  border-radius:5px!important;
  background:linear-gradient(135deg,#ff6a00,#ff8424)!important;
  color:#fff!important;
  box-shadow:0 11px 26px rgba(255,106,0,.18)!important;
  text-align:center!important;
}

body.jobs-page .studio-active-filters{
  margin:12px 0 0!important;
  padding:10px 0 0!important;
  border-top:1px solid rgba(120,166,205,.12)!important;
}

body.jobs-page .main{
  padding-top:10px!important;
}

body.jobs-page .jobs-mock-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,340px)!important;
  gap:14px!important;
  align-items:start!important;
  margin:0!important;
  padding:14px 24px 24px!important;
}

body.jobs-page .jobs-left-column{
  display:grid!important;
  gap:10px!important;
  min-width:0!important;
}

body.jobs-page .jobs-mock-layout .jobs-search-studio,
body.jobs-page .jobs-mock-layout .jobs-card-board{
  min-width:0!important;
  width:100%!important;
}

body.jobs-page .jobs-mock-layout .jobs-card-board{
  margin:0!important;
}

body.jobs-page .jobs-mock-layout .side{
  width:100%!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-grid{
  grid-template-columns:minmax(220px,1.45fr) repeat(4,minmax(116px,1fr))!important;
  gap:14px 14px!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-foot{
  grid-template-columns:minmax(0,1fr) 180px!important;
}

body.jobs-page .jobs-mock-layout .jobs-card-list,
body.jobs-page .jobs-mock-layout .jobs-grid-board{
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;
  gap:10px!important;
}

body.jobs-page .main > .side{
  gap:10px!important;
}

body.jobs-page .side .radar-box{
  order:-3!important;
}

body.jobs-page .side > .box:nth-of-type(1){
  order:-2!important;
}

body.jobs-page .side > .box:nth-of-type(2){
  order:-1!important;
}

body.jobs-page .side > .box:nth-of-type(3),
body.jobs-page .side .trending-box{
  display:none!important;
}

body.jobs-page .side .box{
  border:1px solid rgba(120,166,205,.16)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.70),rgba(3,13,24,.62))!important;
  padding:0!important;
  overflow:hidden!important;
}

body.jobs-page .radar-box{
  position:relative!important;
}

body.jobs-page .radar-box .box-head{
  align-items:center!important;
}

body.jobs-page .radar-box .box-head:after{
  content:"Denne uken ˅"!important;
  min-height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0 12px!important;
  border:1px solid rgba(120,166,205,.15)!important;
  border-radius:5px!important;
  background:rgba(2,12,22,.36)!important;
  color:#9caebf!important;
  font-size:11px!important;
  font-weight:750!important;
}

body.jobs-page .radar-box .radar-list{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  padding:4px 16px 42px!important;
  position:relative!important;
}

body.jobs-page .radar-box .radar-list:after{
  content:""!important;
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:16px!important;
  height:26px!important;
  border-bottom:1px solid rgba(255,106,0,.30)!important;
  background:
    linear-gradient(165deg,transparent 0 10%,rgba(255,106,0,.88) 10% 12%,transparent 12% 24%,rgba(255,106,0,.82) 24% 26%,transparent 26% 42%,rgba(255,106,0,.88) 42% 44%,transparent 44% 61%,rgba(255,106,0,.76) 61% 63%,transparent 63% 78%,rgba(255,106,0,.90) 78% 80%,transparent 80%)!important;
  opacity:.9!important;
}

body.jobs-page .radar-box .radar-item{
  min-height:58px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:2px 8px!important;
  align-content:center!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(120,166,205,.11)!important;
}

body.jobs-page .radar-box .radar-icon{
  display:none!important;
}

body.jobs-page .radar-box .radar-value{
  grid-column:1!important;
  grid-row:1!important;
  font-size:22px!important;
  line-height:1!important;
}

body.jobs-page .radar-box .radar-label{
  grid-column:1!important;
  grid-row:2!important;
  color:#9fb1c3!important;
  font-size:11px!important;
}

body.jobs-page .radar-box .radar-item:nth-child(2) .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(3) .radar-value{
  color:#18e49b!important;
  font-size:13px!important;
  align-self:start!important;
  justify-self:end!important;
}

body.jobs-page .side .box + .box{
  margin-top:0!important;
}

body.jobs-page .side .box-head{
  padding:14px 16px 8px!important;
}

body.jobs-page .cat-list,
body.jobs-page .tools-list,
body.jobs-page .radar-list{
  padding:0 14px 12px!important;
}

body.jobs-page .radar-note{
  display:none!important;
}

/* Mockup alignment pass v12 */
body.jobs-page .jobs-hero-trust{
  display:flex!important;
  align-items:center!important;
  gap:42px!important;
  margin-top:24px!important;
  color:#d3dfeb!important;
  font-size:13px!important;
  font-weight:760!important;
}

body.jobs-page .jobs-hero-trust span{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
}

body.jobs-page .jobs-hero-trust i{
  width:18px!important;
  height:18px!important;
  display:inline-grid!important;
  place-items:center!important;
  color:#ff7a18!important;
  font-style:normal!important;
  font-weight:950!important;
}

body.jobs-page .jobs-mock-layout{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:14px!important;
  padding:14px 24px 26px!important;
}

body.jobs-page .jobs-search-studio{
  padding:13px 16px 13px!important;
  border-color:rgba(105,150,190,.20)!important;
  background:linear-gradient(180deg,rgba(5,22,36,.76),rgba(3,13,24,.70))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.03)!important;
}

body.jobs-page form.filters.jobs-commandbar.jobs-search-studio{
  margin:0!important;
  padding:13px 16px 13px!important;
  border:1px solid rgba(105,150,190,.20)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.76),rgba(3,13,24,.70))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.03)!important;
}

body.jobs-page .jobs-studio-toolbar{
  min-height:34px!important;
  padding:0 0 10px!important;
  margin:0 0 13px!important;
}

body.jobs-page .studio-tab{
  min-height:32px!important;
  padding:0 14px!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-grid{
  grid-template-columns:minmax(210px,1.45fr) repeat(4,minmax(112px,1fr))!important;
  gap:13px 13px!important;
}

body.jobs-page .studio-field span,
body.jobs-page .studio-options legend,
body.jobs-page .studio-checks legend{
  margin-bottom:7px!important;
  font-size:9px!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  height:34px!important;
  min-height:34px!important;
  padding:0 10px!important;
  border-color:rgba(116,158,196,.20)!important;
}

body.jobs-page .studio-options button{
  height:25px!important;
  min-width:0!important;
  padding:0 8px!important;
}

body.jobs-page .studio-checks input{
  width:12px!important;
  height:12px!important;
}

body.jobs-page .studio-more{
  margin:11px 0 10px!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-foot{
  grid-template-columns:minmax(0,1fr) 178px!important;
}

body.jobs-page .studio-popular .pill{
  min-height:25px!important;
  padding:0 9px!important;
  max-width:132px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.jobs-page .studio-submit{
  height:36px!important;
  min-height:36px!important;
  border-radius:6px!important;
  box-shadow:0 14px 30px rgba(255,106,0,.22)!important;
}

body.jobs-page .jobs-card-board{
  border:1px solid rgba(120,166,205,.14)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(4,17,29,.46),rgba(2,10,18,.28))!important;
  padding:14px!important;
}

body.jobs-page .jobs-card-board > .box-head{
  padding:0 0 14px!important;
}

body.jobs-page .jobs-card-board .sort{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

body.jobs-page .jobs-card-board .sort:before{
  content:"SORTER ETTER"!important;
  color:#8fa4b8!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
}

body.jobs-page .jobs-card-board .sort{
  font-size:0!important;
}

body.jobs-page .jobs-card-board .sort select{
  height:34px!important;
  min-width:160px!important;
  border:1px solid rgba(120,166,205,.18)!important;
  border-radius:5px!important;
  background:rgba(2,12,22,.42)!important;
  color:#cdd9e6!important;
  font-size:12px!important;
  font-weight:800!important;
}

body.jobs-page .jobs-mock-layout .jobs-card-list,
body.jobs-page .jobs-mock-layout .jobs-grid-board{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}

body.jobs-page .job-tile,
body.jobs-page .job-row.job-tile{
  min-height:192px!important;
  padding:14px 13px 13px!important;
  border-radius:7px!important;
  background:linear-gradient(180deg,rgba(7,25,41,.76),rgba(4,15,27,.82))!important;
  border-color:rgba(120,166,205,.16)!important;
}

body.jobs-page .tile-logo,
body.jobs-page .job-tile .tile-logo{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:38px!important;
  height:38px!important;
}

body.jobs-page .job-tile .tile-top{
  display:flex!important;
  align-items:flex-start!important;
  margin-bottom:13px!important;
}

body.jobs-page .tile-source,
body.jobs-page .job-tile .tile-source{
  font-size:9px!important;
  letter-spacing:.06em!important;
}

body.jobs-page .tile-company,
body.jobs-page .job-tile .tile-company{
  display:block!important;
  color:#c8d7e6!important;
  font-size:10px!important;
  margin-top:2px!important;
}

body.jobs-page .tile-title,
body.jobs-page .job-tile .tile-title{
  min-height:40px!important;
  padding:0!important;
  font-size:15px!important;
  line-height:1.18!important;
}

body.jobs-page .tile-role,
body.jobs-page .job-tile .tile-role{
  margin-top:4px!important;
  font-size:11px!important;
}

body.jobs-page .studio-rotation{
  flex-wrap:nowrap!important;
}

body.jobs-page .tile-meta,
body.jobs-page .job-tile .tile-meta{
  margin-top:13px!important;
  padding-top:11px!important;
  gap:9px!important;
}

body.jobs-page .tile-bottom,
body.jobs-page .job-tile .tile-bottom{
  margin-top:12px!important;
}

body.jobs-page .side{
  gap:12px!important;
}

body.jobs-page .side .box{
  border-radius:8px!important;
  border-color:rgba(120,166,205,.18)!important;
  background:linear-gradient(180deg,rgba(5,22,36,.76),rgba(3,13,24,.70))!important;
}

body.jobs-page .side .box-head{
  min-height:46px!important;
  padding:13px 14px 8px!important;
}

body.jobs-page .side .box-title{
  color:#ff7a18!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}

body.jobs-page .side .orange-link{
  display:none!important;
}

body.jobs-page .cat,
body.jobs-page .tool,
body.jobs-page .radar-item{
  padding:9px 0!important;
}

body.jobs-page .cat b,
body.jobs-page .tool b,
body.jobs-page .radar-label{
  font-size:11px!important;
}

body.jobs-page .side .ico,
body.jobs-page .radar-icon{
  width:20px!important;
  height:20px!important;
  border-radius:5px!important;
}

body.jobs-page .radar-box .radar-list{
  padding:6px 16px 42px!important;
}

body.jobs-page .radar-box .radar-item{
  min-height:55px!important;
}

body.jobs-page .radar-box .radar-value{
  font-size:20px!important;
}

body.jobs-page .radar-box .radar-item:nth-child(2) .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(3) .radar-value{
  font-size:12px!important;
}

body.jobs-page .side .cat-list:after{
  content:"SE ALLE →"!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  margin-top:8px!important;
  border:1px solid rgba(120,166,205,.14)!important;
  border-radius:5px!important;
  color:#ff8a22!important;
  font-size:10px!important;
  font-weight:900!important;
}

body.jobs-page .side > .box:nth-of-type(1) .cat-list:after{
  content:"SE ALLE KATEGORIER →"!important;
}

body.jobs-page .side > .box:nth-of-type(2) .cat-list:after{
  content:"SE ALLE ARBEIDSOMRÅDER →"!important;
}

@media(max-width:1380px){
  body.jobs-page .jobs-mock-layout .jobs-card-list,
  body.jobs-page .jobs-mock-layout .jobs-grid-board{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Mockup correction pass v15: sidebar metrics and filter packing. */
body.jobs-page .jobs-mock-layout{
  grid-template-columns:minmax(0,1fr) 304px!important;
}

body.jobs-page .jobs-left-column{
  gap:10px!important;
}

body.jobs-page form.filters.jobs-commandbar.jobs-search-studio{
  padding:13px 16px 12px!important;
  border-radius:8px!important;
}

body.jobs-page .jobs-studio-grid{
  align-items:start!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  height:34px!important;
  min-height:34px!important;
}

body.jobs-page .studio-checks{
  min-height:47px!important;
  align-content:start!important;
}

body.jobs-page .studio-checks label{
  font-size:10px!important;
  gap:4px!important;
}

body.jobs-page .studio-checks input{
  width:11px!important;
  height:11px!important;
}

body.jobs-page .studio-options button{
  height:25px!important;
  padding:0 8px!important;
}

body.jobs-page .jobs-studio-foot{
  margin-top:0!important;
}

body.jobs-page .studio-submit{
  height:36px!important;
  min-height:36px!important;
  border-radius:7px!important;
}

body.jobs-page .side{
  width:304px!important;
  gap:12px!important;
}

body.jobs-page .side .box{
  width:100%!important;
  border:1px solid rgba(120,166,205,.18)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.84),rgba(3,13,24,.76))!important;
}

body.jobs-page .radar-box{
  min-height:206px!important;
}

body.jobs-page .radar-box .box-head{
  min-height:46px!important;
  padding:12px 14px 8px!important;
}

body.jobs-page .radar-box .box-title{
  color:#ff7a18!important;
  font-size:12px!important;
  letter-spacing:.04em!important;
}

body.jobs-page .radar-box .box-head:after{
  content:"Denne uken ˅"!important;
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:5px!important;
}

body.jobs-page .radar-box .radar-list{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0 20px!important;
  padding:2px 16px 45px!important;
}

body.jobs-page .radar-box .radar-item{
  min-height:54px!important;
  display:block!important;
  padding:9px 0!important;
  border-bottom:1px solid rgba(120,166,205,.11)!important;
}

body.jobs-page .radar-box .radar-icon{
  display:none!important;
}

body.jobs-page .radar-box .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(2) .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(3) .radar-value{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:950!important;
  text-align:left!important;
  justify-self:start!important;
}

body.jobs-page .radar-box .radar-item:nth-child(2) .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(3) .radar-value{
  color:#18e49b!important;
}

body.jobs-page .radar-box .radar-label{
  display:block!important;
  margin-top:4px!important;
  color:#9fb1c3!important;
  font-size:10px!important;
  line-height:1.15!important;
}

body.jobs-page .radar-box .radar-list:after{
  left:16px!important;
  right:16px!important;
  bottom:13px!important;
  height:32px!important;
  opacity:1!important;
}

body.jobs-page .side .box:not(.radar-box) .box-head{
  min-height:42px!important;
  padding:12px 14px 7px!important;
}

body.jobs-page .side .box:not(.radar-box) .cat-list{
  padding:0 14px 12px!important;
}

body.jobs-page .side .box:not(.radar-box) .cat{
  min-height:35px!important;
  padding:7px 0!important;
  border-bottom:1px solid rgba(120,166,205,.10)!important;
}

body.jobs-page .side .box:not(.radar-box) .cat-list:after{
  height:29px!important;
  margin-top:8px!important;
  border-color:rgba(120,166,205,.16)!important;
  background:rgba(2,12,22,.28)!important;
}

body.jobs-page .jobs-card-board{
  border-radius:8px!important;
}

body.jobs-page .jobs-mock-layout .jobs-card-list,
body.jobs-page .jobs-mock-layout .jobs-grid-board{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

@media(max-width:1380px){
  body.jobs-page .jobs-mock-layout{
    grid-template-columns:minmax(0,1fr) 304px!important;
  }
  body.jobs-page .jobs-mock-layout .jobs-card-list,
  body.jobs-page .jobs-mock-layout .jobs-grid-board{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

/* Mockup correction pass v14: visible desktop parity. */
body.jobs-page .jobs-mock-layout{
  padding:14px 22px 26px!important;
  gap:14px!important;
}

body.jobs-page form.filters.jobs-commandbar.jobs-search-studio{
  margin:0!important;
  padding:13px 16px 12px!important;
  border:1px solid rgba(105,150,190,.22)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.82),rgba(3,13,24,.74))!important;
}

body.jobs-page .jobs-studio-toolbar{
  min-height:34px!important;
  padding-bottom:10px!important;
  margin-bottom:12px!important;
}

body.jobs-page .studio-tab{
  height:32px!important;
  min-height:32px!important;
  border-radius:6px!important;
}

body.jobs-page .studio-tab span{
  color:inherit!important;
  font-size:12px!important;
  line-height:1!important;
}

body.jobs-page .jobs-studio-reset{
  align-self:center!important;
  padding-right:2px!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-grid{
  grid-template-columns:minmax(200px,1.35fr) repeat(4,minmax(112px,1fr))!important;
  gap:12px 13px!important;
}

body.jobs-page .studio-field span,
body.jobs-page .studio-options legend,
body.jobs-page .studio-checks legend{
  margin-bottom:6px!important;
  color:#91a6bb!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  height:34px!important;
  min-height:34px!important;
  border-radius:5px!important;
  background:rgba(1,10,18,.52)!important;
}

body.jobs-page .studio-checks{
  column-gap:10px!important;
}

body.jobs-page .studio-checks label{
  font-size:11px!important;
}

body.jobs-page .studio-more{
  margin:10px 0 10px!important;
}

body.jobs-page .jobs-studio-foot{
  align-items:center!important;
}

body.jobs-page .studio-popular{
  max-width:100%!important;
}

body.jobs-page .studio-popular .pill:nth-of-type(n+6){
  display:none!important;
}

body.jobs-page .studio-submit{
  height:36px!important;
  min-height:36px!important;
  border-radius:6px!important;
  white-space:nowrap!important;
}

body.jobs-page .jobs-card-board{
  padding:13px!important;
  background:linear-gradient(180deg,rgba(4,17,29,.62),rgba(2,10,18,.40))!important;
}

body.jobs-page .jobs-card-board > .box-head{
  display:flex!important;
  align-items:start!important;
  gap:16px!important;
}

body.jobs-page .jobs-card-board .box-title{
  font-size:18px!important;
}

body.jobs-page .jobs-card-board .sort{
  margin-left:auto!important;
  min-width:210px!important;
  justify-content:end!important;
}

body.jobs-page .jobs-card-board .sort select{
  width:150px!important;
}

body.jobs-page .jobs-mock-layout .jobs-card-list,
body.jobs-page .jobs-mock-layout .jobs-grid-board{
  gap:9px!important;
}

body.jobs-page .job-row.job-tile{
  min-height:190px!important;
  padding:13px!important;
}

body.jobs-page .job-tile .tile-logo{
  width:36px!important;
  height:36px!important;
}

body.jobs-page .job-tile .tile-title{
  font-size:15px!important;
  line-height:1.18!important;
}

body.jobs-page .job-tile .tile-meta{
  gap:8px!important;
}

body.jobs-page .side{
  gap:11px!important;
}

body.jobs-page .side .box{
  border:1px solid rgba(120,166,205,.18)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.82),rgba(3,13,24,.74))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}

body.jobs-page .side .box-head{
  min-height:43px!important;
  padding:12px 14px 6px!important;
}

body.jobs-page .side .box-title{
  font-size:12px!important;
  color:#ff7a18!important;
}

body.jobs-page .cat-list,
body.jobs-page .tools-list,
body.jobs-page .radar-list{
  padding:0 14px 11px!important;
}

body.jobs-page .cat,
body.jobs-page .tool{
  min-height:34px!important;
  padding:7px 0!important;
  grid-template-columns:24px minmax(0,1fr) auto!important;
}

body.jobs-page .cat b,
body.jobs-page .tool b{
  font-size:11px!important;
}

body.jobs-page .count{
  font-size:11px!important;
}

body.jobs-page .radar-box{
  min-height:196px!important;
}

body.jobs-page .radar-box .box-head:after{
  min-height:28px!important;
  padding:0 10px!important;
  font-size:10px!important;
}

body.jobs-page .radar-box .radar-list{
  grid-template-columns:1fr 1fr!important;
  column-gap:18px!important;
  row-gap:0!important;
  padding:4px 16px 44px!important;
}

body.jobs-page .radar-box .radar-item{
  display:block!important;
  min-height:50px!important;
  padding:9px 0!important;
  border-bottom:1px solid rgba(120,166,205,.11)!important;
}

body.jobs-page .radar-box .radar-value{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.02!important;
  font-weight:950!important;
  text-align:left!important;
}

body.jobs-page .radar-box .radar-label{
  display:block!important;
  margin-top:3px!important;
  color:#9fb1c3!important;
  font-size:10px!important;
  line-height:1.2!important;
}

body.jobs-page .radar-box .radar-item:nth-child(2) .radar-value,
body.jobs-page .radar-box .radar-item:nth-child(3) .radar-value{
  color:#18e49b!important;
  font-size:14px!important;
  text-align:left!important;
}

body.jobs-page .radar-box .radar-list:after{
  left:16px!important;
  right:16px!important;
  bottom:14px!important;
  height:30px!important;
  border-bottom:0!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 44' preserveAspectRatio='none'%3E%3Cpath d='M0 34 C30 31 48 32 72 27 C99 21 126 26 151 20 C177 15 202 18 226 13 C255 7 276 16 300 8' fill='none' stroke='%23ff6a00' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M0 35 L300 9 L300 44 L0 44Z' fill='%23ff6a00' opacity='.10'/%3E%3C/svg%3E")!important;
  background-size:100% 100%!important;
  background-repeat:no-repeat!important;
}

body.jobs-page .side > .box:nth-of-type(1) .cat-list:after,
body.jobs-page .side > .box:nth-of-type(2) .cat-list:after{
  height:28px!important;
  margin-top:7px!important;
}

@media(max-width:1180px){
  body.jobs-page .jobs-mock-layout{
    grid-template-columns:1fr!important;
  }
  body.jobs-page .jobs-studio-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.jobs-page .studio-field-keyword{
    grid-column:1 / -1!important;
  }
}

@media(max-width:760px){
  body.jobs-page .jobs-search-studio{
    margin:0!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
  }
  body.jobs-page .jobs-studio-toolbar,
  body.jobs-page .jobs-studio-foot{
    grid-template-columns:1fr!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body.jobs-page .jobs-studio-grid{
    grid-template-columns:1fr!important;
  }
}

/* Mockup correction pass v16: placement and typography. */
body.jobs-page .jobs-mock-layout{
  grid-template-columns:minmax(0,1fr) 304px!important;
  gap:14px!important;
  box-sizing:border-box!important;
  align-items:start!important;
}

body.jobs-page .jobs-left-column{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

body.jobs-page form.filters.jobs-commandbar.jobs-search-studio{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  justify-self:stretch!important;
  overflow:hidden!important;
}

body.jobs-page .jobs-mock-layout .side{
  width:304px!important;
  max-width:304px!important;
  min-width:0!important;
  justify-self:stretch!important;
  box-sizing:border-box!important;
}

body.jobs-page .jobs-mock-layout,
body.jobs-page .jobs-mock-layout input,
body.jobs-page .jobs-mock-layout select,
body.jobs-page .jobs-mock-layout button,
body.jobs-page .jobs-mock-layout a{
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  letter-spacing:0!important;
}

body.jobs-page .jobs-mock-layout{
  font-weight:600!important;
}

body.jobs-page .studio-tab,
body.jobs-page .studio-field input,
body.jobs-page .studio-field select,
body.jobs-page .studio-options button,
body.jobs-page .studio-checks label,
body.jobs-page .studio-popular .pill,
body.jobs-page .cat b,
body.jobs-page .radar-label,
body.jobs-page .tile-company,
body.jobs-page .tile-role,
body.jobs-page .job-tile .tile-meta b{
  font-weight:650!important;
}

body.jobs-page .studio-field span,
body.jobs-page .studio-options legend,
body.jobs-page .studio-checks legend,
body.jobs-page .studio-popular b,
body.jobs-page .jobs-card-board .sort:before{
  font-weight:750!important;
  letter-spacing:.045em!important;
}

body.jobs-page .studio-submit,
body.jobs-page .side .box-title,
body.jobs-page .jobs-card-board .box-title,
body.jobs-page .tile-source,
body.jobs-page .tile-category,
body.jobs-page .tile-open,
body.jobs-page .count,
body.jobs-page .radar-value{
  font-weight:800!important;
}

body.jobs-page .job-tile .tile-title{
  font-weight:760!important;
  letter-spacing:0!important;
}

body.jobs-page .jobs-card-board .box-title{
  font-size:17px!important;
  line-height:1.15!important;
}

body.jobs-page .jobs-board-sub{
  font-weight:560!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  font-size:12px!important;
}

body.jobs-page .side .box-title{
  font-size:11px!important;
}

body.jobs-page .cat b,
body.jobs-page .radar-label{
  font-size:11px!important;
}

/* Mockup correction pass v17: final placement locks. */
body.jobs-page .jobs-left-column > form.filters.jobs-commandbar.jobs-search-studio{
  margin:0!important;
  width:100%!important;
  max-width:100%!important;
  transform:none!important;
}

body.jobs-page .jobs-left-column > .jobs-card-board{
  margin:0!important;
  width:100%!important;
}

body.jobs-page .jobs-mock-layout .jobs-studio-grid{
  width:100%!important;
}

body.jobs-page .jobs-search-studio .studio-submit,
body.jobs-page form.filters.jobs-commandbar.jobs-search-studio button.searchbtn.studio-submit{
  height:36px!important;
  min-height:36px!important;
  border-radius:7px!important;
  padding:0 16px!important;
  font-weight:800!important;
  box-shadow:0 14px 30px rgba(255,106,0,.22)!important;
}

body.jobs-page .jobs-mock-layout .jobs-grid-board{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

@media(max-width:1380px){
  body.jobs-page .jobs-mock-layout .jobs-grid-board{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

/* Mockup correction pass v18: exact icons, font and market card. */
body.jobs-page .jobs-as-news-hero,
body.jobs-page .jobs-hero-trust,
body.jobs-page .jobs-mock-layout,
body.jobs-page .jobs-mock-layout input,
body.jobs-page .jobs-mock-layout select,
body.jobs-page .jobs-mock-layout button,
body.jobs-page .jobs-mock-layout a{
  font-family:Manrope,Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
}

body.jobs-page .jobs-mock-layout{
  grid-template-columns:minmax(0,1fr) 304px!important;
  gap:14px!important;
  padding:14px 22px 26px!important;
}

body.jobs-page .jobs-left-column > form.filters.jobs-commandbar.jobs-search-studio{
  margin:0!important;
  padding:13px 16px 12px!important;
  border-radius:8px!important;
  transform:none!important;
}

body.jobs-page .jobs-hero-trust{
  gap:44px!important;
  font-size:13px!important;
  font-weight:500!important;
}

body.jobs-page .jobs-hero-trust .trust-ico{
  width:18px!important;
  height:18px!important;
  display:inline-block!important;
  color:#ff6a00!important;
  background:none!important;
  position:relative!important;
  flex:0 0 18px!important;
}

body.jobs-page .trust-ico:before,
body.jobs-page .trust-ico:after{
  content:""!important;
  position:absolute!important;
  box-sizing:border-box!important;
}

body.jobs-page .trust-ico-brief:before{
  inset:4px 3px 3px!important;
  border:1.7px solid currentColor!important;
  border-radius:4px!important;
}

body.jobs-page .trust-ico-brief:after{
  left:6px!important;
  top:2px!important;
  width:6px!important;
  height:5px!important;
  border:1.7px solid currentColor!important;
  border-bottom:0!important;
  border-radius:3px 3px 0 0!important;
}

body.jobs-page .trust-ico-update:before{
  inset:3px!important;
  border:1.7px solid currentColor!important;
  border-radius:3px!important;
  transform:skewY(-12deg)!important;
}

body.jobs-page .trust-ico-update:after{
  right:2px!important;
  top:3px!important;
  width:6px!important;
  height:6px!important;
  border-top:1.7px solid currentColor!important;
  border-right:1.7px solid currentColor!important;
}

body.jobs-page .trust-ico-check:before{
  left:4px!important;
  top:2px!important;
  width:10px!important;
  height:14px!important;
  border:1.7px solid currentColor!important;
  border-radius:50%!important;
}

body.jobs-page .trust-ico-check:after{
  left:6px!important;
  top:8px!important;
  width:7px!important;
  height:4px!important;
  border-left:1.8px solid currentColor!important;
  border-bottom:1.8px solid currentColor!important;
  transform:rotate(-45deg)!important;
}

body.jobs-page .studio-tab span,
body.jobs-page .studio-submit{
  font-family:Manrope,Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
}

body.jobs-page .studio-tab span{
  width:15px!important;
  height:15px!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:0!important;
  color:currentColor!important;
  position:relative!important;
}

body.jobs-page .studio-tab span:before,
body.jobs-page .studio-submit:before{
  content:""!important;
  display:inline-block!important;
  width:13px!important;
  height:13px!important;
  margin-right:8px!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .studio-tab[href] span:before{
  width:13px!important;
  height:13px!important;
  margin-right:0!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19.5 7.5c0-2.2-1.8-4-4-4-1.4 0-2.7.8-3.5 2-.8-1.2-2.1-2-3.5-2-2.2 0-4 1.8-4 4 0 4 7.5 9 7.5 9s7.5-5 7.5-9Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19.5 7.5c0-2.2-1.8-4-4-4-1.4 0-2.7.8-3.5 2-.8-1.2-2.1-2-3.5-2-2.2 0-4 1.8-4 4 0 4 7.5 9 7.5 9s7.5-5 7.5-9Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .studio-submit{
  font-size:0!important;
}

body.jobs-page .studio-submit:after{
  content:"SØK JOBBER (571)"!important;
  font-size:12px!important;
}

body.jobs-page .market-overview-grid{
  grid-template-columns:1fr 1fr!important;
  gap:0 20px!important;
  padding:4px 16px 44px!important;
}

body.jobs-page .market-overview-grid .market-metric{
  display:block!important;
  min-height:52px!important;
  padding:8px 0!important;
  border-bottom:1px solid rgba(120,166,205,.11)!important;
  position:relative!important;
}

body.jobs-page .market-overview-grid .radar-value{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:700!important;
}

body.jobs-page .market-overview-grid .market-metric:nth-child(2) .radar-value,
body.jobs-page .market-overview-grid .market-delta{
  color:#17d99b!important;
}

body.jobs-page .market-overview-grid .radar-label{
  display:block!important;
  margin-top:4px!important;
  color:#a8b8c8!important;
  font-size:10px!important;
  font-weight:500!important;
}

body.jobs-page .market-overview-grid .market-delta{
  position:absolute!important;
  right:0!important;
  top:11px!important;
  font-size:10px!important;
  font-weight:700!important;
}

body.jobs-page .market-sparkline{
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:13px!important;
  width:calc(100% - 32px)!important;
  height:34px!important;
  overflow:visible!important;
}

body.jobs-page .market-sparkline .market-area{
  fill:#ff6a00!important;
  opacity:.10!important;
}

body.jobs-page .market-sparkline .market-line{
  fill:none!important;
  stroke:#ff6a00!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
}

body.jobs-page .radar-box .radar-list:after{
  content:none!important;
  display:none!important;
}

body.jobs-page .side .ico{
  font-size:0!important;
  color:#ff7a18!important;
  position:relative!important;
}

body.jobs-page .side .ico:before{
  content:""!important;
  width:11px!important;
  height:11px!important;
  display:block!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M6 8h12M7 16h10M4 21h16'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M6 8h12M7 16h10M4 21h16'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .side .box:nth-of-type(2) .ico:before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 3 8l9 5 9-5-9-5Z'/%3E%3Cpath d='m3 12 9 5 9-5'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 3 8l9 5 9-5-9-5Z'/%3E%3Cpath d='m3 12 9 5 9-5'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

/* Mockup correction pass v19: real button text, side icons and market trend parity. */
body.jobs-page .jobs-as-news-hero,
body.jobs-page .jobs-as-news-hero *,
body.jobs-page .jobs-mock-layout,
body.jobs-page .jobs-mock-layout *,
body.jobs-page .side,
body.jobs-page .side *{
  font-family:Manrope,Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
}

body.jobs-page .jobs-mock-layout{
  grid-template-columns:minmax(0,1fr) 304px!important;
  align-items:start!important;
  gap:14px!important;
  padding:14px 22px 28px!important;
}

body.jobs-page .jobs-left-column > form.filters.jobs-commandbar.jobs-search-studio{
  margin:0!important;
  padding:13px 16px 12px!important;
  border-radius:8px!important;
  border:1px solid rgba(92,134,173,.26)!important;
  background:linear-gradient(180deg,rgba(7,25,41,.78),rgba(4,17,29,.72))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}

body.jobs-page .studio-submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

body.jobs-page .studio-submit:before,
body.jobs-page .studio-submit:after{
  content:none!important;
  display:none!important;
}

body.jobs-page .studio-submit .studio-submit-icon{
  width:13px!important;
  height:13px!important;
  display:inline-block!important;
  flex:0 0 13px!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .jobs-studio-toolbar{
  padding-bottom:13px!important;
  border-bottom:1px solid rgba(120,166,205,.13)!important;
}

body.jobs-page .studio-tab{
  min-height:31px!important;
  padding:0 14px!important;
  border-radius:5px!important;
}

body.jobs-page .studio-tab.is-active{
  background:linear-gradient(180deg,rgba(144,64,10,.60),rgba(76,35,12,.72))!important;
  border-color:rgba(255,106,0,.78)!important;
}

body.jobs-page .studio-field input,
body.jobs-page .studio-field select{
  height:34px!important;
  border-radius:4px!important;
  background:rgba(2,13,23,.72)!important;
}

body.jobs-page .studio-options button{
  min-width:35px!important;
  height:28px!important;
  border-radius:4px!important;
}

body.jobs-page .studio-options button.is-active{
  background:linear-gradient(180deg,#e97918,#9b470b)!important;
  border-color:#ff7a18!important;
}

body.jobs-page .studio-more{
  margin:0!important;
  padding:0!important;
}

body.jobs-page .jobs-studio-foot{
  padding-top:14px!important;
  border-top:1px solid rgba(120,166,205,.12)!important;
}

body.jobs-page .side .box{
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(6,24,40,.86),rgba(4,17,29,.86))!important;
  border:1px solid rgba(92,134,173,.28)!important;
}

body.jobs-page .radar-box{
  min-height:208px!important;
  background:linear-gradient(115deg,rgba(5,22,37,.95) 0%,rgba(5,19,32,.95) 62%,rgba(53,31,19,.82) 100%)!important;
}

body.jobs-page .radar-box .box-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}

body.jobs-page .radar-box .box-head:after{
  content:none!important;
  display:none!important;
}

body.jobs-page .market-period{
  height:29px!important;
  padding:0 12px!important;
  border:1px solid rgba(92,134,173,.30)!important;
  border-radius:4px!important;
  background:rgba(3,14,25,.42)!important;
  color:#aebdca!important;
  font-size:10px!important;
  font-weight:600!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
}

body.jobs-page .market-overview-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0 22px!important;
  padding:4px 16px 46px!important;
}

body.jobs-page .market-overview-grid .market-metric{
  min-height:50px!important;
  padding:8px 0 9px!important;
  border-bottom:1px solid rgba(120,166,205,.11)!important;
}

body.jobs-page .market-overview-grid .radar-value{
  font-size:20px!important;
  font-weight:800!important;
  line-height:1!important;
}

body.jobs-page .market-overview-grid .radar-label{
  margin-top:4px!important;
  font-size:10px!important;
  font-weight:500!important;
  color:#aab8c6!important;
}

body.jobs-page .market-sparkline{
  height:36px!important;
  bottom:10px!important;
  filter:drop-shadow(0 0 7px rgba(255,106,0,.32))!important;
}

body.jobs-page .market-sparkline .market-area{
  opacity:.14!important;
}

body.jobs-page .market-sparkline .market-line{
  stroke:#ff6a00!important;
  stroke-width:2.2!important;
}

body.jobs-page .radar-note{
  display:none!important;
}

body.jobs-page .side .cat{
  min-height:39px!important;
  border-radius:6px!important;
  background:rgba(7,25,41,.42)!important;
}

body.jobs-page .side .ico{
  width:20px!important;
  height:20px!important;
  border:1px solid rgba(255,106,0,.58)!important;
  border-radius:5px!important;
  display:inline-grid!important;
  place-items:center!important;
}

body.jobs-page .side .ico:before{
  width:12px!important;
  height:12px!important;
}

body.jobs-page .side .box:first-child .cat:nth-child(1) .ico:before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v13'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M5 13c1.5 4 4.2 6 7 6s5.5-2 7-6'/%3E%3Cpath d='M4 13h16'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v13'/%3E%3Cpath d='M7 8h10'/%3E%3Cpath d='M5 13c1.5 4 4.2 6 7 6s5.5-2 7-6'/%3E%3Cpath d='M4 13h16'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .side .box:first-child .cat:nth-child(2) .ico:before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M12 4c3 2.2 3 5.8 0 8 3 2.2 3 5.8 0 8'/%3E%3Cpath d='M5 7c4.5-1.7 9.5-1.7 14 0'/%3E%3Cpath d='M5 17c4.5 1.7 9.5 1.7 14 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M12 4c3 2.2 3 5.8 0 8 3 2.2 3 5.8 0 8'/%3E%3Cpath d='M5 7c4.5-1.7 9.5-1.7 14 0'/%3E%3Cpath d='M5 17c4.5 1.7 9.5 1.7 14 0'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

body.jobs-page .side .box:first-child .cat:nth-child(3) .ico:before{
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7V5.8C8 4.8 8.8 4 9.8 4h4.4c1 0 1.8.8 1.8 1.8V7'/%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M9 12h6'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7V5.8C8 4.8 8.8 4 9.8 4h4.4c1 0 1.8.8 1.8 1.8V7'/%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M9 12h6'/%3E%3C/svg%3E") center/contain no-repeat!important;
}

/* Mockup correction pass v20: final market color and spacing polish. */
body.jobs-page .market-overview-grid .market-metric:nth-child(3) .radar-value,
body.jobs-page .market-overview-grid .market-metric:nth-child(4) .radar-value{
  color:#fff!important;
}

body.jobs-page .market-overview-grid .market-metric:nth-child(2) .radar-value,
body.jobs-page .market-overview-grid .market-delta{
  color:#17d99b!important;
}

body.jobs-page .radar-box .box-head{
  padding-bottom:14px!important;
}

body.jobs-page .market-period{
  min-width:92px!important;
  justify-content:space-between!important;
}

body.jobs-page .market-sparkline{
  bottom:12px!important;
}

body.jobs-page .jobs-search-studio .studio-submit,
body.jobs-page form.filters.jobs-commandbar.jobs-search-studio button.searchbtn.studio-submit{
  min-width:176px!important;
}

/* Mockup correction pass v21: lock filter panel to the left column edges. */
body.jobs-page .jobs-left-column > form.filters.jobs-commandbar.jobs-search-studio{
  display:block!important;
  width:auto!important;
  inline-size:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  justify-self:stretch!important;
}

body.jobs-page .jobs-left-column > .jobs-card-board{
  margin-left:0!important;
  margin-right:0!important;
}

/* Mockup correction pass v22: exact filter alignment and page-wide Manrope. */
html body.jobs-page,
html body.jobs-page .page,
html body.jobs-page button,
html body.jobs-page input,
html body.jobs-page select,
html body.jobs-page textarea,
html body.jobs-page a{
  font-family:Manrope,Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio{
  transform:none!important;
  width:100%!important;
  inline-size:100%!important;
  max-width:100%!important;
  margin:0!important;
  margin-inline:0!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio + .jobs-card-board{
  transform:none!important;
}

/* Mockup correction pass v23: keep filter panel inside the column so labels are not clipped. */
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio{
  transform:none!important;
  width:100%!important;
  inline-size:100%!important;
  max-width:100%!important;
  margin:0!important;
  margin-inline:0!important;
  overflow:visible!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-grid,
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-foot,
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-toolbar{
  min-width:0!important;
  max-width:100%!important;
}

/* Functional filter cleanup v24: show only wired filters and keep the panel unclipped. */
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio{
  padding:16px 18px 14px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-grid{
  display:grid!important;
  grid-template-columns:minmax(220px,1.45fr) repeat(4,minmax(132px,1fr))!important;
  gap:14px 16px!important;
  overflow:visible!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-field,
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-field-keyword{
  grid-column:auto!important;
  min-width:0!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-rotation{
  grid-column:1 / -1!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0 0 12px!important;
  border:0!important;
  border-bottom:1px solid rgba(143,180,208,.14)!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-rotation legend{
  width:100%!important;
  margin:0 0 2px!important;
  padding:0!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-checks,
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-more{
  display:none!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-foot{
  align-items:center!important;
  margin-top:0!important;
  padding-top:12px!important;
}

@media (max-width: 1050px){
  body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width: 620px){
  body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio{
    padding:14px 12px!important;
  }

  body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .jobs-studio-grid{
    grid-template-columns:1fr!important;
  }
}

/* Functional filter cleanup v25: keep real filters visible, hide placeholders. */
body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-rotation{
  grid-column:1 / span 3!important;
  border-bottom:0!important;
  padding:0!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-field-experience{
  grid-column:4 / span 1!important;
  width:100%!important;
  max-width:210px!important;
  justify-self:start!important;
}

body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-rotation button{
  min-width:46px!important;
}

@media (max-width: 1050px){
  body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-rotation,
  body.jobs-page #jobs-list .jobs-left-column > #jobs-filters.jobs-search-studio .studio-field-experience{
    grid-column:1 / -1!important;
  }
}

/* Job card metadata pass v27: no broken placeholders or clipped dates. */
body.jobs-page .job-tile .tile-meta{
  gap:8px 10px!important;
  align-items:center!important;
}

body.jobs-page .job-tile .meta-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
  flex:0 0 auto!important;
}

body.jobs-page .job-tile .tile-meta b{
  max-width:104px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.jobs-page .job-tile .meta-posted b{
  max-width:none!important;
  min-width:72px!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.jobs-page .job-tile .meta-rotation b{
  max-width:54px!important;
}

/* Job profile modal pass v28: match compact job-card quality and source logo treatment. */
body.jobs-page .job-modal{
  padding:22px!important;
  background:rgba(0,0,0,.78)!important;
  backdrop-filter:blur(8px)!important;
}

body.jobs-page .job-modal-card{
  width:min(1180px,94vw)!important;
  max-height:86vh!important;
  border:1px solid rgba(255,106,0,.72)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,rgba(5,21,34,.98),rgba(2,10,18,.99))!important;
  box-shadow:0 32px 92px rgba(0,0,0,.78),0 0 34px rgba(255,106,0,.12)!important;
}

body.jobs-page .profile-modal-inner{
  height:86vh!important;
  max-height:86vh!important;
  padding:20px 22px 0!important;
}

body.jobs-page .profile-modal-head{
  margin:0 0 14px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid rgba(120,166,205,.14)!important;
}

body.jobs-page .profile-kicker{
  margin:0 0 9px!important;
  gap:9px!important;
  color:#9fb3c7!important;
  font-size:12px!important;
}

body.jobs-page .profile-new{
  min-height:22px!important;
  padding:0 9px!important;
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  background:#19d99a!important;
  color:#06111d!important;
  font-size:10px!important;
}

body.jobs-page .profile-title{
  margin:0 0 11px!important;
  max-width:760px!important;
  font-size:34px!important;
  line-height:1.02!important;
  letter-spacing:0!important;
}

body.jobs-page .profile-badges{
  gap:8px!important;
}

body.jobs-page .profile-badges > span{
  min-height:30px!important;
  padding:0 11px!important;
  border:1px solid rgba(120,166,205,.20)!important;
  border-radius:8px!important;
  background:rgba(4,18,31,.7)!important;
  color:#d9e5ef!important;
  font-size:12px!important;
}

body.jobs-page .profile-badges .blue-badge{
  border-color:rgba(0,178,217,.34)!important;
  color:#79daf7!important;
  background:rgba(0,178,217,.08)!important;
}

body.jobs-page .profile-top-actions{
  gap:9px!important;
}

body.jobs-page .save-job-btn,
body.jobs-page .job-modal-close{
  height:38px!important;
  border-radius:8px!important;
}

body.jobs-page .profile-layout{
  grid-template-columns:minmax(0,1.9fr) minmax(286px,.78fr)!important;
  gap:14px!important;
}

body.jobs-page .profile-panel{
  border-color:rgba(120,166,205,.18)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(5,22,36,.82),rgba(3,13,24,.78))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}

body.jobs-page .profile-info-grid{
  grid-template-columns:1.25fr repeat(4,minmax(0,1fr))!important;
}

body.jobs-page .profile-info-item{
  padding:14px 16px!important;
}

body.jobs-page .profile-label{
  margin-bottom:8px!important;
  color:#8fa4b8!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
}

body.jobs-page .profile-main-val{
  font-size:14px!important;
  line-height:1.18!important;
}

body.jobs-page .profile-sub-val{
  color:#8fa4b8!important;
  font-size:11px!important;
}

body.jobs-page .profile-logo{
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  margin-right:11px!important;
  border:1px solid rgba(120,166,205,.28)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.94)!important;
  color:#071320!important;
  overflow:hidden!important;
  font-size:15px!important;
}

body.jobs-page .profile-logo.has-image{
  background:rgba(255,255,255,.04)!important;
  padding:5px!important;
}

body.jobs-page .profile-logo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

body.jobs-page .profile-section{
  margin-top:12px!important;
  padding:17px 18px!important;
}

body.jobs-page .profile-section h3,
body.jobs-page .side-card h3{
  margin:0 0 12px!important;
  color:#f4f8fc!important;
  font-size:13px!important;
  letter-spacing:.02em!important;
}

body.jobs-page .profile-desc{
  color:#d8e4ee!important;
  font-size:13px!important;
  line-height:1.58!important;
}

body.jobs-page .profile-desc p{
  margin:0 0 10px!important;
}

body.jobs-page .profile-list-grid{
  gap:8px 16px!important;
  margin-top:10px!important;
}

body.jobs-page .profile-list-item{
  color:#d7e2ec!important;
  font-size:12px!important;
  line-height:1.38!important;
}

body.jobs-page .job-sidebar{
  display:flex!important;
  flex-direction:column!important;
  gap:11px!important;
  min-width:0!important;
}

body.jobs-page .side-card{
  padding:15px 16px!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

body.jobs-page .employer-mini{
  gap:11px!important;
  margin-bottom:9px!important;
}

body.jobs-page .employer-mini p{
  color:#b8c8d8!important;
  font-size:12px!important;
  line-height:1.42!important;
}

body.jobs-page .side-meta{
  gap:12px!important;
  color:#a8b9ca!important;
  font-size:11px!important;
}

body.jobs-page .quick-row{
  padding:8px 0!important;
  gap:12px!important;
  font-size:12px!important;
}

body.jobs-page .quick-row span:last-child{
  max-width:150px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.jobs-page .share-grid{
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
}

body.jobs-page .share-grid button,
body.jobs-page .copy-wide{
  min-height:34px!important;
  padding:8px 9px!important;
  border-radius:7px!important;
  font-size:11px!important;
  line-height:1.15!important;
  white-space:normal!important;
  overflow:hidden!important;
  text-overflow:clip!important;
}

body.jobs-page .profile-actions{
  gap:10px!important;
  margin-top:12px!important;
  padding:14px 0 16px!important;
  border-top:1px solid rgba(120,166,205,.14)!important;
}

body.jobs-page .profile-actions a,
body.jobs-page .profile-actions button{
  min-height:40px!important;
  padding:0 17px!important;
  border-radius:8px!important;
  font-size:12px!important;
}

body.jobs-page .profile-actions .primary{
  min-width:190px!important;
}

@media(max-width:1100px){
  body.jobs-page .profile-layout{
    grid-template-columns:1fr!important;
  }

  body.jobs-page .profile-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:700px){
  body.jobs-page .job-modal{
    padding:10px!important;
  }

  body.jobs-page .profile-modal-inner{
    padding:16px 14px 0!important;
  }

  body.jobs-page .profile-modal-head{
    display:block!important;
  }

  body.jobs-page .profile-top-actions{
    margin-top:12px!important;
  }

  body.jobs-page .profile-title{
    font-size:27px!important;
  }

  body.jobs-page .profile-info-grid,
  body.jobs-page .profile-list-grid{
    grid-template-columns:1fr!important;
  }
}

/* Job profile modal pass v30: bring the modal closer to the compact job cards. */
body.jobs-page .job-modal-card{
  width:min(1120px,94vw)!important;
  border-radius:8px!important;
  border-color:rgba(120,166,205,.28)!important;
  background:linear-gradient(180deg,rgba(4,18,31,.98),rgba(2,9,17,.99))!important;
  box-shadow:0 28px 80px rgba(0,0,0,.78),0 0 0 1px rgba(255,106,0,.18)!important;
}

body.jobs-page .profile-modal-inner{
  padding:18px 20px 0!important;
}

body.jobs-page .profile-layout{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:12px!important;
}

body.jobs-page .job-main,
body.jobs-page .job-sidebar{
  min-width:0!important;
}

body.jobs-page .job-sidebar{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

body.jobs-page .profile-panel{
  border-radius:8px!important;
  border:1px solid rgba(120,166,205,.18)!important;
  background:rgba(3,15,26,.74)!important;
  box-shadow:none!important;
}

body.jobs-page .profile-info-grid{
  grid-template-columns:1.25fr repeat(4,minmax(0,1fr))!important;
}

body.jobs-page .profile-info-item{
  padding:13px 15px!important;
  min-width:0!important;
}

body.jobs-page .profile-main-val,
body.jobs-page .quick-row span:last-child{
  overflow-wrap:anywhere!important;
}

body.jobs-page .profile-section{
  padding:16px 18px!important;
}

body.jobs-page .profile-desc p:first-child{
  font-size:14px!important;
  line-height:1.5!important;
}

body.jobs-page .profile-badges > span{
  font-size:0!important;
}

body.jobs-page .profile-badges > span > span,
body.jobs-page .profile-badges > .blue-badge{
  font-size:12px!important;
}

body.jobs-page .profile-badges > span:before{
  content:""!important;
  display:inline-block!important;
  width:12px!important;
  height:12px!important;
  margin-right:7px!important;
  background:currentColor!important;
  opacity:.95!important;
  -webkit-mask-position:center!important;
  mask-position:center!important;
  -webkit-mask-size:contain!important;
  mask-size:contain!important;
  -webkit-mask-repeat:no-repeat!important;
  mask-repeat:no-repeat!important;
}

body.jobs-page .profile-badges > span:nth-child(1):before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E")!important;
}

body.jobs-page .profile-badges > span:nth-child(2):before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 1v6h-6'/%3E%3Cpath d='M7 23v-6h6'/%3E%3Cpath d='M20.5 9A8 8 0 0 0 7 4.7L4 7.5'/%3E%3Cpath d='M3.5 15A8 8 0 0 0 17 19.3l3-2.8'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 1v6h-6'/%3E%3Cpath d='M7 23v-6h6'/%3E%3Cpath d='M20.5 9A8 8 0 0 0 7 4.7L4 7.5'/%3E%3Cpath d='M3.5 15A8 8 0 0 0 17 19.3l3-2.8'/%3E%3C/svg%3E")!important;
}

body.jobs-page .profile-badges > span:nth-child(3):before,
body.jobs-page .profile-badges > span:nth-child(4):before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M5 20V9l7-5 7 5v11'/%3E%3Cpath d='M9 20v-7h6v7'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M5 20V9l7-5 7 5v11'/%3E%3Cpath d='M9 20v-7h6v7'/%3E%3C/svg%3E")!important;
}

body.jobs-page .side-card{
  width:100%!important;
  padding:14px 15px!important;
}

body.jobs-page .employer-mini{
  align-items:center!important;
}

body.jobs-page .employer-mini p{
  max-height:4.35em!important;
  overflow:hidden!important;
}

body.jobs-page .quick-row{
  display:grid!important;
  grid-template-columns:94px minmax(0,1fr)!important;
  align-items:start!important;
}

body.jobs-page .quick-row span:last-child{
  max-width:none!important;
  text-align:right!important;
  white-space:normal!important;
  line-height:1.25!important;
}

body.jobs-page .share-grid{
  grid-template-columns:1fr!important;
}

body.jobs-page .share-grid button,
body.jobs-page .copy-wide{
  justify-content:flex-start!important;
  text-align:left!important;
}

body.jobs-page .profile-actions{
  position:relative!important;
  bottom:auto!important;
  flex-wrap:wrap!important;
}

@media(max-width:1180px){
  body.jobs-page .profile-layout{
    grid-template-columns:1fr!important;
  }

  body.jobs-page .job-sidebar{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:820px){
  body.jobs-page .job-sidebar{
    display:flex!important;
  }

  body.jobs-page .profile-info-grid{
    grid-template-columns:1fr 1fr!important;
  }
}

/* Job profile modal pass v31: fix scroll rhythm, employer field, and covered content. */
body.jobs-page .profile-modal-inner{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  height:86vh!important;
  max-height:86vh!important;
  overflow:hidden!important;
  padding-bottom:0!important;
}

body.jobs-page .profile-layout{
  min-height:0!important;
  overflow:auto!important;
  padding-right:8px!important;
  padding-bottom:12px!important;
  scrollbar-color:#ff7a18 rgba(3,13,24,.8)!important;
}

body.jobs-page .profile-layout::-webkit-scrollbar{
  width:8px!important;
}

body.jobs-page .profile-layout::-webkit-scrollbar-track{
  background:rgba(3,13,24,.82)!important;
}

body.jobs-page .profile-layout::-webkit-scrollbar-thumb{
  background:#ff7a18!important;
  border-radius:999px!important;
}

body.jobs-page .profile-actions{
  flex:0 0 auto!important;
  margin-top:0!important;
  padding:14px 0!important;
  background:linear-gradient(180deg,rgba(2,9,17,.94),rgba(2,9,17,1))!important;
}

body.jobs-page .profile-info-grid{
  grid-template-columns:minmax(220px,1.65fr) repeat(4,minmax(98px,1fr))!important;
}

body.jobs-page .profile-info-item:first-child > div[style]{
  align-items:center!important;
  gap:10px!important;
}

body.jobs-page .profile-info-item:first-child .profile-logo{
  margin-right:0!important;
}

body.jobs-page .profile-info-item:first-child .profile-main-val{
  max-width:126px!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  font-size:13px!important;
}

body.jobs-page .profile-info-item:first-child .profile-sub-val .side-link{
  min-height:34px!important;
  margin-top:8px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(255,106,0,.75)!important;
  border-radius:8px!important;
  color:#fff!important;
  font-size:11px!important;
}

body.jobs-page .profile-info-item:first-child .profile-sub-val .side-link:hover{
  color:#ff7a18!important;
}

body.jobs-page .side-card{
  overflow:hidden!important;
}

body.jobs-page .side-card h3{
  line-height:1.15!important;
}

body.jobs-page .employer-mini b{
  display:block!important;
  line-height:1.18!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

body.jobs-page .profile-desc{
  max-height:none!important;
}

@media(max-width:1180px){
  body.jobs-page .profile-modal-inner{
    overflow:auto!important;
  }

  body.jobs-page .profile-layout{
    overflow:visible!important;
    padding-right:0!important;
  }
}

/* Source logo pass v32: use trusted-source wordmarks on job cards. */
body.jobs-page .job-tile .tile-top{
  display:grid!important;
  grid-template-columns:minmax(90px,112px) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:38px!important;
  margin:0 0 12px!important;
}

body.jobs-page .tile-logo,
body.jobs-page .job-tile .tile-logo{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:108px!important;
  height:34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 108px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}

body.jobs-page .job-tile .tile-logo.has-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}

body.jobs-page .job-tile .tile-logo:not(.has-image){
  width:36px!important;
  height:36px!important;
  flex-basis:36px!important;
  justify-content:center!important;
  border:1px solid rgba(120,166,205,.28)!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.035)!important;
}

body.jobs-page .job-tile .tile-logo.has-image ~ .tile-source-wrap .tile-source{
  display:none!important;
}

body.jobs-page .job-tile .tile-logo.has-image ~ .tile-source-wrap{
  align-self:center!important;
  padding-top:0!important;
}

body.jobs-page .job-tile .tile-logo.has-image ~ .tile-source-wrap .tile-company{
  color:#9fb1c3!important;
  font-size:10px!important;
  line-height:1.2!important;
}

body.jobs-page .job-tile .tile-title{
  margin-top:2px!important;
}

body.jobs-page .job-tile.source-personalhuset .tile-logo.has-image,
body.jobs-page .job-tile.source-bluecrew .tile-logo.has-image{
  width:118px!important;
  flex-basis:118px!important;
}

body.jobs-page .job-tile.source-offshorecrew .tile-logo.has-image{
  width:116px!important;
  flex-basis:116px!important;
}

@media(max-width:760px){
  body.jobs-page .job-tile .tile-top{
    grid-template-columns:minmax(78px,100px) minmax(0,1fr) auto!important;
  }

  body.jobs-page .tile-logo,
  body.jobs-page .job-tile .tile-logo{
    width:96px!important;
    flex-basis:96px!important;
  }
}

/* Source logo pass v33: let the wordmark stand alone. */
body.jobs-page .job-tile .tile-top{
  grid-template-columns:minmax(124px,136px) minmax(0,1fr) auto!important;
  min-height:44px!important;
  margin-bottom:12px!important;
}

body.jobs-page .job-tile .tile-logo.has-image{
  width:132px!important;
  height:42px!important;
  flex-basis:132px!important;
  background:transparent!important;
}

body.jobs-page .job-tile .tile-logo.has-image img{
  max-width:100%!important;
  max-height:40px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

body.jobs-page .job-tile .tile-logo.has-image ~ .tile-source-wrap{
  display:none!important;
}

body.jobs-page .job-tile.source-bluecrew .tile-logo.has-image,
body.jobs-page .job-tile.source-personalhuset .tile-logo.has-image,
body.jobs-page .job-tile.source-offshorecrew .tile-logo.has-image,
body.jobs-page .job-tile.source-acroboat .tile-logo.has-image{
  width:144px!important;
  flex-basis:144px!important;
}

body.jobs-page .job-tile.source-rtc .tile-logo.has-image{
  width:132px!important;
  flex-basis:132px!important;
}

@media(max-width:760px){
  body.jobs-page .job-tile .tile-top{
    grid-template-columns:minmax(108px,124px) minmax(0,1fr) auto!important;
  }

  body.jobs-page .job-tile .tile-logo.has-image{
    width:118px!important;
    flex-basis:118px!important;
  }
}

/* Job profile modal pass v34: align detail view with the calmer job-card style. */
body.jobs-page .job-modal{
  background:rgba(0,4,10,.82)!important;
  backdrop-filter:blur(10px)!important;
}

body.jobs-page .job-modal-card{
  border-color:rgba(36,74,100,.95)!important;
  background:linear-gradient(180deg,rgba(4,19,31,.99),rgba(2,10,18,.99))!important;
  box-shadow:0 28px 80px rgba(0,0,0,.78),0 0 0 1px rgba(0,181,216,.08)!important;
}

body.jobs-page .profile-modal-head{
  border-bottom-color:rgba(95,134,162,.22)!important;
}

body.jobs-page .profile-title{
  color:#f7fbff!important;
  text-shadow:none!important;
}

body.jobs-page .profile-kicker{
  color:#a9bac9!important;
}

body.jobs-page .profile-badges > span{
  min-height:31px!important;
  border-color:rgba(89,129,158,.35)!important;
  background:linear-gradient(180deg,rgba(8,30,46,.82),rgba(4,16,28,.82))!important;
  color:#dce9f3!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}

body.jobs-page .profile-badges > span:before{
  color:#c6d6e3!important;
}

body.jobs-page .profile-badges > .blue-badge{
  border-color:rgba(0,176,215,.46)!important;
  background:rgba(0,176,215,.10)!important;
  color:#7ee5ff!important;
}

body.jobs-page .profile-panel{
  border-color:rgba(42,80,105,.84)!important;
  background:linear-gradient(180deg,rgba(4,21,34,.84),rgba(3,14,24,.86))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.028)!important;
}

body.jobs-page .profile-info-item{
  border-color:rgba(70,105,132,.22)!important;
}

body.jobs-page .profile-label,
body.jobs-page .quick-row span:first-child{
  color:#92a8ba!important;
}

body.jobs-page .profile-main-val,
body.jobs-page .quick-row span:last-child,
body.jobs-page .employer-mini b{
  color:#f0f6fb!important;
}

body.jobs-page .profile-sub-val,
body.jobs-page .employer-mini p,
body.jobs-page .profile-desc,
body.jobs-page .profile-list-item{
  color:#c4d2de!important;
}

body.jobs-page .profile-logo{
  border-color:rgba(70,115,143,.58)!important;
  background:linear-gradient(135deg,rgba(15,44,59,.94),rgba(5,18,30,.94))!important;
  color:#d9f4ff!important;
  box-shadow:none!important;
}

body.jobs-page .profile-logo.has-image{
  width:76px!important;
  height:44px!important;
  flex-basis:76px!important;
  padding:6px!important;
  background:linear-gradient(90deg,rgba(21,46,59,.82),rgba(9,24,37,.82))!important;
}

body.jobs-page .profile-logo.has-image img{
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
}

body.jobs-page .employer-mini .profile-logo.has-image{
  width:62px!important;
  height:48px!important;
  flex-basis:62px!important;
}

body.jobs-page .profile-info-item:first-child .profile-sub-val .side-link,
body.jobs-page .side-link{
  border-color:rgba(0,181,216,.38)!important;
  background:rgba(4,20,32,.55)!important;
  color:#dff7ff!important;
  box-shadow:none!important;
}

body.jobs-page .profile-info-item:first-child .profile-sub-val .side-link:hover,
body.jobs-page .side-link:hover{
  border-color:rgba(0,181,216,.68)!important;
  color:#7ee5ff!important;
}

body.jobs-page .profile-section h3 span,
body.jobs-page .side-card h3 span{
  color:#00b5d8!important;
}

body.jobs-page .profile-list-item > span:first-child{
  color:#9fb4c5!important;
}

body.jobs-page .side-meta span{
  color:#9fb4c5!important;
}

body.jobs-page .quick-row{
  border-bottom-color:rgba(95,134,162,.17)!important;
}

body.jobs-page .share-grid button,
body.jobs-page .copy-wide,
body.jobs-page .profile-actions a,
body.jobs-page .profile-actions button,
body.jobs-page .save-job-btn,
body.jobs-page .job-modal-close{
  border-color:rgba(81,122,151,.52)!important;
  background:rgba(5,18,30,.82)!important;
  color:#edf6fb!important;
  box-shadow:none!important;
}

body.jobs-page .share-grid button:hover,
body.jobs-page .copy-wide:hover,
body.jobs-page .profile-actions a:hover,
body.jobs-page .profile-actions button:hover,
body.jobs-page .save-job-btn:hover,
body.jobs-page .job-modal-close:hover{
  border-color:rgba(0,181,216,.62)!important;
  color:#7ee5ff!important;
  transform:none!important;
}

body.jobs-page .profile-actions .primary{
  border-color:rgba(255,122,24,.86)!important;
  background:linear-gradient(180deg,#ff8424,#f06b0a)!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(255,106,0,.18)!important;
}

body.jobs-page .profile-actions .primary:hover{
  border-color:rgba(255,146,62,.95)!important;
  color:#fff!important;
}

body.jobs-page .profile-layout{
  scrollbar-color:#2d617d rgba(3,13,24,.82)!important;
}

body.jobs-page .profile-layout::-webkit-scrollbar-thumb{
  background:#2d617d!important;
  border:1px solid rgba(0,181,216,.24)!important;
}

@media(max-width:820px){
  body.jobs-page .profile-logo.has-image{
    width:64px!important;
    flex-basis:64px!important;
  }
}
