:root {
  --ollo-jobs-navy: #001d37;
  --ollo-jobs-navy-soft: #415565;
  --ollo-jobs-orange: #ff4d00;
  --ollo-jobs-white: #ffffff;
  --ollo-jobs-grey: #f3f6f8;
  --ollo-jobs-border: #e7eaf0;
  --ollo-jobs-radius: 28px;
  --ollo-jobs-shadow: 0 8px 22px rgba(0, 29, 55, 0.08);
}

.ollo-jobs, .ollo-job-detail, .ollo-jobs-hero-search { box-sizing: border-box; font-family: inherit; color: var(--ollo-jobs-navy); }
.ollo-jobs *, .ollo-job-detail *, .ollo-jobs-hero-search * { box-sizing: border-box; }
.ollo-jobs :focus-visible, .ollo-job-detail :focus-visible, .ollo-jobs-hero-search :focus-visible { outline: 3px solid var(--ollo-jobs-orange); outline-offset: 3px; }

.ollo-jobs { width: 100%; }
.ollo-jobs__layout { display: grid; grid-template-columns: minmax(250px, 31%) minmax(0, 69%); gap: 28px; align-items: start; }
.ollo-jobs__layout--no-filters { grid-template-columns: 1fr; }
.ollo-jobs__filters { position: sticky; top: 24px; background: var(--ollo-jobs-white); border: 1px solid var(--ollo-jobs-border); border-radius: var(--ollo-jobs-radius); box-shadow: var(--ollo-jobs-shadow); padding: 28px; max-height: calc(100vh - 48px); overflow: auto; }
.ollo-jobs__filters-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ollo-jobs__filters-heading h2, .ollo-jobs__results-head h2 { margin: 0; color: var(--ollo-jobs-navy); font-weight: 800; line-height: 1.1; }
.ollo-jobs__filters-heading h2 { font-size: clamp(22px, 2vw, 28px); }
.ollo-jobs__filter-toggle { display: none; border: 1px solid var(--ollo-jobs-orange); background: transparent; color: var(--ollo-jobs-orange); border-radius: 999px; padding: 9px 14px; font-weight: 800; }
.ollo-jobs__filter-body { margin-top: 24px; }
.ollo-jobs__field { margin-bottom: 20px; }
.ollo-jobs__field label, .ollo-jobs__checks legend { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; color: var(--ollo-jobs-navy); }
.ollo-jobs__field input, .ollo-jobs__field select, .ollo-jobs__sort select { width: 100%; min-height: 46px; border: 1px solid rgba(0, 29, 55, 0.13); background: #fff; border-radius: 999px; padding: 10px 15px; color: var(--ollo-jobs-navy); font: inherit; }
.ollo-jobs__salary-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ollo-jobs__checks { border: 0; padding: 0; margin: 0 0 20px; }
.ollo-jobs__checks label { display: flex; gap: 9px; align-items: flex-start; margin: 9px 0; color: var(--ollo-jobs-navy-soft); font-size: 14px; }
.ollo-jobs__checks input { accent-color: var(--ollo-jobs-orange); margin-top: 3px; }
.ollo-jobs__clear { width: 100%; min-height: 44px; border: 1px solid var(--ollo-jobs-orange); color: var(--ollo-jobs-orange); background: transparent; border-radius: 999px; font-weight: 800; cursor: pointer; }
.ollo-jobs__clear:hover { background: var(--ollo-jobs-orange); color: #fff; }
.ollo-jobs__filter-submit { width: 100%; min-height: 44px; margin-top: 9px; border: 1px solid var(--ollo-jobs-navy); color: #fff; background: var(--ollo-jobs-navy); border-radius: 999px; font-weight: 800; cursor: pointer; }
.ollo-jobs__filter-submit:hover { background: var(--ollo-jobs-orange); border-color: var(--ollo-jobs-orange); }

.ollo-jobs__results { min-width: 0; }
.ollo-jobs__results-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 20px; }
.ollo-jobs__results-head h2 { font-size: clamp(24px, 2.4vw, 32px); }
.ollo-jobs__results-head p { margin: 7px 0 0; color: var(--ollo-jobs-navy-soft); }
.ollo-jobs__sort { display: flex; gap: 9px; align-items: center; white-space: nowrap; font-size: 13px; font-weight: 800; }
.ollo-jobs__sort select { min-width: 160px; }
.ollo-jobs__status { min-height: 22px; margin-bottom: 8px; color: var(--ollo-jobs-navy-soft); font-size: 13px; }
.ollo-jobs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; outline: none; }

.ollo-job-card { background: #fff; border: 1px solid var(--ollo-jobs-border); border-radius: 28px; overflow: hidden; box-shadow: var(--ollo-jobs-shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; min-width: 0; }
.ollo-job-card:hover, .ollo-job-card:focus-within { transform: translateY(-4px); border-color: var(--ollo-jobs-orange); box-shadow: 0 0 14px rgba(255, 77, 0, .2), 0 12px 26px rgba(0, 29, 55, .11); }
.ollo-job-card--featured { border-color: rgba(255, 77, 0, .45); }
.ollo-job-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none !important; }
.ollo-job-card__media { height: 150px; position: relative; overflow: hidden; background: var(--ollo-jobs-grey); }
.ollo-job-card__media > img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.ollo-job-card:hover .ollo-job-card__media > img { transform: scale(1.035); }
.ollo-job-card__placeholder { height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #eef3f7, #fff); color: var(--ollo-jobs-navy); font-weight: 900; font-size: 26px; letter-spacing: .08em; }
.ollo-job-card__logo { position: absolute; left: 16px; bottom: 14px; width: 54px; height: 54px; border-radius: 14px; background: #fff; display: grid; place-items: center; box-shadow: 0 5px 18px rgba(0,0,0,.15); padding: 5px; }
.ollo-job-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.ollo-job-card__badges { position: absolute; top: 12px; right: 12px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.ollo-job-card__badges span { background: var(--ollo-jobs-orange); color: #fff; border-radius: 999px; padding: 6px 9px; font-size: 11px; font-weight: 800; }
.ollo-job-card__body { display: flex; flex-direction: column; flex: 1; padding: 19px; }
.ollo-job-card__category { color: var(--ollo-jobs-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.ollo-job-card h3 { margin: 7px 0 5px; font-size: 19px; line-height: 1.18; color: var(--ollo-jobs-navy); font-weight: 800; }
.ollo-job-card__employer { margin: 0 0 11px; font-weight: 700; color: var(--ollo-jobs-navy-soft); font-size: 14px; }
.ollo-job-card__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 11px; }
.ollo-job-card__meta span { background: var(--ollo-jobs-grey); border-radius: 999px; padding: 6px 9px; font-size: 11px; font-weight: 700; color: var(--ollo-jobs-navy); }
.ollo-job-card__salary { margin: 0 0 10px; color: var(--ollo-jobs-orange); font-weight: 800; font-size: 13px; }
.ollo-job-card__summary { margin: 0; color: var(--ollo-jobs-navy-soft); font-size: 13px; line-height: 1.55; flex: 1; }
.ollo-job-card__dates { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 7px; margin-top: 16px; color: var(--ollo-jobs-navy-soft); font-size: 11px; }
.ollo-job-card__button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; margin-top: 16px; background: var(--ollo-jobs-orange); color: #fff; border-radius: 999px; font-weight: 800; font-size: 13px; }
.ollo-jobs__empty { display: none; margin-top: 18px; background: var(--ollo-jobs-grey); border: 1px solid var(--ollo-jobs-border); border-radius: 24px; padding: 25px; }
.ollo-jobs__empty.is-visible { display: block; }
.ollo-jobs__empty p { margin-bottom: 0; }
.ollo-jobs__load-more-wrap { text-align: center; padding-top: 26px; }
.ollo-jobs__load-more { border: 0; border-radius: 999px; background: var(--ollo-jobs-navy); color: #fff; min-height: 48px; padding: 0 28px; font: inherit; font-weight: 800; cursor: pointer; }
.ollo-jobs__load-more:hover { background: var(--ollo-jobs-orange); }
.ollo-jobs__load-more.is-hidden { display: none; }
.ollo-jobs.is-loading { opacity: .86; }

.ollo-job-detail { background: #f7f8fa; padding: 32px 20px 70px; min-height: 60vh; }
.ollo-job-detail__shell { width: min(1320px, 100%); margin: 0 auto; }
.ollo-job-detail__back { margin: 0 0 18px; }
.ollo-job-detail__back a { color: var(--ollo-jobs-navy); font-weight: 700; text-decoration: none; }
.ollo-job-detail__hero { display: flex; justify-content: space-between; align-items: center; gap: 32px; background: var(--ollo-jobs-navy); color: #fff; border-radius: 34px; padding: clamp(30px, 5vw, 64px); overflow: hidden; }
.ollo-job-detail__hero-copy { min-width: 0; }
.ollo-job-detail__eyebrows { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ollo-job-detail__eyebrows span { background: var(--ollo-jobs-orange); color: #fff; border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 800; }
.ollo-job-detail__hero h1 { color: #fff; margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: .98; font-weight: 850; max-width: 900px; }
.ollo-job-detail__employer { font-size: clamp(18px, 2vw, 24px); font-weight: 700; margin: 18px 0; opacity: .96; }
.ollo-job-detail__hero-meta { display: flex; flex-wrap: wrap; gap: 9px; }
.ollo-job-detail__hero-meta span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 8px 12px; font-size: 13px; }
.ollo-job-detail__employer-logo { flex: 0 0 150px; height: 150px; background: #fff; border-radius: 28px; padding: 14px; display: grid; place-items: center; }
.ollo-job-detail__employer-logo img { width: 100%; height: 100%; object-fit: contain; }
.ollo-job-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 30px; margin-top: 30px; align-items: start; }
.ollo-job-detail__content { min-width: 0; }
.ollo-job-detail__section, .ollo-job-detail__side-card, .ollo-application { background: #fff; border: 1px solid var(--ollo-jobs-border); border-radius: 28px; box-shadow: var(--ollo-jobs-shadow); padding: clamp(24px, 4vw, 40px); margin-bottom: 22px; }
.ollo-job-detail__section h2, .ollo-job-detail__side-card h2, .ollo-application h2 { margin-top: 0; color: var(--ollo-jobs-navy); font-size: clamp(24px, 2.5vw, 32px); }
.ollo-job-detail__section h3 { color: var(--ollo-jobs-navy); }
.ollo-job-detail__section p, .ollo-job-detail__section li { color: var(--ollo-jobs-navy-soft); line-height: 1.72; }
.ollo-job-detail__sidebar { position: sticky; top: 24px; }
.ollo-job-detail__side-card dl { margin: 0; }
.ollo-job-detail__side-card dt { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--ollo-jobs-navy-soft); font-weight: 800; margin-top: 16px; }
.ollo-job-detail__side-card dd { margin: 3px 0 0; color: var(--ollo-jobs-navy); font-weight: 700; }
.ollo-job-detail__apply { display: flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 24px; background: var(--ollo-jobs-orange); color: #fff !important; border-radius: 999px; font-weight: 850; text-decoration: none !important; }
.ollo-job-detail__closed { margin-top: 24px; padding: 14px; border-radius: 16px; background: var(--ollo-jobs-grey); text-align: center; font-weight: 800; }
.ollo-job-detail__contact { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--ollo-jobs-border); }

.ollo-application { scroll-margin-top: 24px; }
.ollo-application__heading > span { color: var(--ollo-jobs-orange); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.ollo-application__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ollo-application__field--wide { grid-column: 1 / -1; }
.ollo-application__field label { display: block; color: var(--ollo-jobs-navy); font-weight: 800; font-size: 13px; margin-bottom: 7px; }
.ollo-application__field input, .ollo-application__field textarea { width: 100%; border: 1px solid rgba(0,29,55,.16); border-radius: 16px; min-height: 48px; padding: 12px 14px; color: var(--ollo-jobs-navy); background: #fff; font: inherit; }
.ollo-application__field textarea { resize: vertical; }
.ollo-application__field input[type="file"] { padding: 10px; background: var(--ollo-jobs-grey); }
.ollo-application__file-help { color: var(--ollo-jobs-navy-soft); font-size: 12px; }
.ollo-application__consent { margin: 20px 0; padding: 16px; background: var(--ollo-jobs-grey); border-radius: 16px; }
.ollo-application__consent label { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; }
.ollo-application__consent input { accent-color: var(--ollo-jobs-orange); margin-top: 3px; }
.ollo-application__submit { min-height: 52px; border: 0; border-radius: 999px; background: var(--ollo-jobs-orange); color: #fff; padding: 0 28px; font: inherit; font-weight: 850; cursor: pointer; }
.ollo-application__submit:disabled { opacity: .6; cursor: wait; }
.ollo-application__notice { border-radius: 16px; padding: 14px 16px; margin: 0 0 18px; }
.ollo-application__notice--success { background: #eef8f0; border: 1px solid #afd7b7; color: #173f21; }
.ollo-application__notice--error { background: #fff2ef; border: 1px solid #f0b4a6; color: #76210f; }
.ollo-application__notice--dynamic { display: none; }
.ollo-application__notice--dynamic.is-visible { display: block; }
.ollo-application__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.ollo-jobs-hero-search { display: flex; align-items: center; gap: 8px; width: 100%; max-width: 700px; background: #fff; padding: 8px; border-radius: 999px; }
.ollo-jobs-hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 12px 16px; font: inherit; color: var(--ollo-jobs-navy); background: transparent; }
.ollo-jobs-hero-search button { border: 0; background: var(--ollo-jobs-orange); color: #fff; border-radius: 999px; padding: 13px 22px; font: inherit; font-weight: 800; cursor: pointer; }

@media (max-width: 1100px) {
  .ollo-jobs__layout { grid-template-columns: 1fr; }
  .ollo-jobs__filters { position: static; max-height: none; }
  .ollo-jobs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ollo-job-detail__layout { grid-template-columns: minmax(0, 1fr) 320px; }
}

@media (max-width: 767px) {
  .ollo-jobs__filters { padding: 20px; border-radius: 22px; }
  .ollo-jobs__filter-toggle { display: inline-flex; }
  .ollo-jobs__filter-body { display: none; padding-top: 18px; border-top: 1px solid var(--ollo-jobs-border); }
  .ollo-jobs__filter-body.is-open { display: block; }
  .ollo-jobs__results-head { display: block; }
  .ollo-jobs__sort { margin-top: 14px; justify-content: space-between; }
  .ollo-jobs__sort select { flex: 1; min-width: 0; }
  .ollo-jobs__grid { grid-template-columns: 1fr; gap: 14px; }
  .ollo-job-card__link { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
  .ollo-job-card__media { height: 100%; min-height: 190px; }
  .ollo-job-card__body { padding: 16px; }
  .ollo-job-card__dates { display: block; }
  .ollo-job-card__dates span { display: block; margin-top: 3px; }
  .ollo-job-card__logo { width: 44px; height: 44px; left: 8px; bottom: 8px; }
  .ollo-job-detail { padding: 20px 14px 50px; }
  .ollo-job-detail__hero { align-items: flex-start; flex-direction: column; border-radius: 26px; }
  .ollo-job-detail__employer-logo { width: 100px; height: 100px; flex-basis: 100px; }
  .ollo-job-detail__layout { grid-template-columns: 1fr; }
  .ollo-job-detail__sidebar { position: static; order: -1; }
  .ollo-job-detail__section, .ollo-job-detail__side-card, .ollo-application { border-radius: 22px; }
  .ollo-application__grid { grid-template-columns: 1fr; }
  .ollo-application__field--wide { grid-column: auto; }
  .ollo-jobs-hero-search button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ollo-job-card, .ollo-job-card__media > img { transition: none; }
  html { scroll-behavior: auto; }
}

/* Community Member application gate and Job Poster portal */
.ollo-application__member-gate{margin-top:20px;padding:22px;border-radius:20px;background:var(--ollo-jobs-grey);border:1px solid var(--ollo-jobs-border)}
.ollo-application__member-gate h3{margin:0 0 8px;color:var(--ollo-jobs-navy)}
.ollo-application__member-gate p{color:var(--ollo-jobs-navy-soft);line-height:1.6}
.ollo-application__gate-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.ollo-application__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid var(--ollo-jobs-border);border-radius:999px;color:var(--ollo-jobs-navy)!important;text-decoration:none!important;font-weight:800;background:#fff}
.ollo-application__field input[readonly]{background:var(--ollo-jobs-grey);color:var(--ollo-jobs-navy-soft)}

.ollo-poster-shell{font-family:'Poppins',Arial,sans-serif;color:var(--ollo-jobs-navy);width:min(1180px,calc(100% - 40px));margin:36px auto 70px}.ollo-poster-shell *{box-sizing:border-box}
.ollo-poster-auth{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);gap:42px;align-items:center;max-width:1050px}.ollo-poster-auth__intro{padding:30px}.ollo-poster-auth__intro h1{font-size:clamp(42px,6vw,70px);line-height:1;margin:8px 0 18px;color:var(--ollo-jobs-navy)}.ollo-poster-auth__intro p{color:var(--ollo-jobs-navy-soft);font-size:16px;line-height:1.7}
.ollo-poster-card{background:#fff;border:1px solid var(--ollo-jobs-border);border-radius:28px;box-shadow:var(--ollo-jobs-shadow);padding:clamp(24px,4vw,40px);margin-bottom:22px}.ollo-poster-card h2{margin:0 0 10px;color:var(--ollo-jobs-navy);font-size:clamp(26px,3vw,34px)}
.ollo-poster-kicker{display:inline-block;color:var(--ollo-jobs-orange);font-size:12px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.ollo-poster-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:0;border-radius:999px;background:var(--ollo-jobs-orange);color:#fff!important;text-decoration:none!important;font:inherit;font-weight:850;cursor:pointer}.ollo-poster-btn--secondary{background:var(--ollo-jobs-navy)}
.ollo-poster-auth #loginform{display:grid;gap:15px}.ollo-poster-auth #loginform p{margin:0}.ollo-poster-auth #loginform label{display:block;font-size:13px;font-weight:800}.ollo-poster-auth #loginform input[type=text],.ollo-poster-auth #loginform input[type=password]{width:100%;min-height:50px;margin-top:7px;border:1px solid rgba(0,29,55,.16);border-radius:14px;padding:10px 13px;font:inherit}.ollo-poster-auth #wp-submit{width:100%;min-height:50px;border:0;border-radius:999px;background:var(--ollo-jobs-orange);color:#fff;font:inherit;font-weight:850;cursor:pointer}.ollo-poster-help{margin-top:14px}
.ollo-poster-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 36px;border-radius:30px;background:var(--ollo-jobs-navy);color:#fff;margin-bottom:18px}.ollo-poster-hero h1{color:#fff;margin:5px 0;font-size:clamp(32px,4vw,50px)}.ollo-poster-hero p{margin:0;color:rgba(255,255,255,.68)}.ollo-poster-hero>a{color:#fff;font-weight:800}
.ollo-poster-nav{display:flex;gap:8px;margin-bottom:20px}.ollo-poster-nav a{padding:12px 18px;border-radius:999px;background:#fff;border:1px solid var(--ollo-jobs-border);color:var(--ollo-jobs-navy);text-decoration:none;font-weight:800}.ollo-poster-nav a.is-active{background:var(--ollo-jobs-orange);border-color:var(--ollo-jobs-orange);color:#fff}
.ollo-poster-notice{padding:14px 16px;border-radius:16px;margin-bottom:18px}.ollo-poster-notice--success{background:#eef8f0;border:1px solid #afd7b7;color:#173f21}.ollo-poster-notice--error{background:#fff2ef;border:1px solid #f0b4a6;color:#76210f}
.ollo-poster-stats{display:grid;grid-template-columns:repeat(2,minmax(0,180px));gap:14px;margin-bottom:20px}.ollo-poster-stats>div{background:#fff;border:1px solid var(--ollo-jobs-border);border-radius:20px;padding:20px}.ollo-poster-stats strong{display:block;font-size:32px;color:var(--ollo-jobs-orange)}.ollo-poster-stats span{font-size:12px;color:var(--ollo-jobs-navy-soft);font-weight:800}
.ollo-poster-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.ollo-poster-job-list{display:grid;gap:12px}.ollo-poster-job-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid var(--ollo-jobs-border);border-radius:18px}.ollo-poster-job-row span{font-size:11px;font-weight:850;text-transform:uppercase;color:var(--ollo-jobs-orange)}.ollo-poster-job-row h3{margin:5px 0;color:var(--ollo-jobs-navy)}.ollo-poster-job-row p{margin:0;color:var(--ollo-jobs-navy-soft);font-size:12px}.ollo-poster-job-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.ollo-poster-job-actions a{font-size:12px;font-weight:800}.ollo-poster-empty{text-align:center;padding:34px;background:var(--ollo-jobs-grey);border-radius:20px}.ollo-poster-empty h3{margin-top:0}
.ollo-poster-form{display:grid;gap:18px}.ollo-poster-form>label,.ollo-poster-grid label{display:block;font-size:13px;font-weight:800}.ollo-poster-form input,.ollo-poster-form textarea,.ollo-poster-form select{width:100%;margin-top:7px;border:1px solid rgba(0,29,55,.16);border-radius:14px;padding:11px 13px;font:inherit;color:var(--ollo-jobs-navy);background:#fff}.ollo-poster-form input,.ollo-poster-form select{min-height:48px}.ollo-poster-form textarea{resize:vertical}.ollo-poster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ollo-poster-form h3{margin:10px 0 0;color:var(--ollo-jobs-navy)}.ollo-poster-form-note{padding:14px 16px;border-radius:16px;background:var(--ollo-jobs-grey);color:var(--ollo-jobs-navy-soft);line-height:1.55}.ollo-poster-form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
@media(max-width:800px){.ollo-poster-auth{grid-template-columns:1fr}.ollo-poster-auth__intro{padding:10px}.ollo-poster-hero,.ollo-poster-section-head,.ollo-poster-job-row{align-items:flex-start;flex-direction:column}.ollo-poster-grid{grid-template-columns:1fr}.ollo-poster-job-actions{justify-content:flex-start}.ollo-poster-shell{width:min(100% - 24px,1180px)}}

/* ===== AskOllo 1.2 front-end refresh ===== */
.ollo-jobs,
.ollo-job-detail,
.ollo-jobs-hero-search,
.ollo-poster-shell{font-family:'Poppins',Arial,sans-serif}

.ollo-jobs__filters{border-radius:30px;padding:30px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);box-shadow:0 20px 50px rgba(0,29,55,.09)}
.ollo-jobs__filters:before{content:'FIND YOUR NEXT ROLE';display:inline-flex;margin-bottom:10px;color:var(--ollo-jobs-orange);font-size:10px;font-weight:900;letter-spacing:.11em}
.ollo-jobs__filters-heading h2{font-weight:900}
.ollo-jobs__field input,.ollo-jobs__field select,.ollo-jobs__sort select{border-radius:16px;min-height:50px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.ollo-jobs__field input:focus,.ollo-jobs__field select:focus,.ollo-jobs__sort select:focus{outline:0;border-color:var(--ollo-jobs-orange);box-shadow:0 0 0 4px rgba(255,77,0,.10)}
.ollo-jobs__results-head{padding:10px 4px 4px}
.ollo-jobs__results-head h2{font-weight:900}
.ollo-job-card{border-radius:30px;box-shadow:0 16px 38px rgba(0,29,55,.08)}
.ollo-job-card__media{height:165px}
.ollo-job-card__body{padding:22px}
.ollo-job-card h3{font-size:20px;font-weight:900}
.ollo-job-card__category{font-weight:900;letter-spacing:.075em}
.ollo-job-card__button{min-height:44px;transition:transform .2s ease,box-shadow .2s ease}
.ollo-job-card:hover .ollo-job-card__button{transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,77,0,.22)}

.ollo-job-detail{background:linear-gradient(180deg,#f6f8fa 0%,#fff 100%)}
.ollo-job-detail__hero{position:relative;background:linear-gradient(135deg,#001D37 0%,#052c50 100%);box-shadow:0 28px 70px rgba(0,29,55,.18)}
.ollo-job-detail__hero:after{content:'';position:absolute;right:-90px;top:-110px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,77,0,.34),rgba(255,77,0,0) 68%);pointer-events:none}
.ollo-job-detail__hero-copy,.ollo-job-detail__employer-logo{position:relative;z-index:1}
.ollo-job-detail__section,.ollo-job-detail__side-card,.ollo-application{box-shadow:0 18px 42px rgba(0,29,55,.08)}

.ollo-poster-shell{width:min(1220px,calc(100% - 40px));margin:42px auto 78px}
.ollo-poster-auth{max-width:1180px;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:0;align-items:stretch;background:#fff;border:1px solid var(--ollo-jobs-border);border-radius:36px;overflow:hidden;box-shadow:0 30px 80px rgba(0,29,55,.13)}
.ollo-poster-auth__intro{position:relative;overflow:hidden;padding:62px 56px;background:linear-gradient(135deg,#001D37 0%,#06355d 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:560px}
.ollo-poster-auth__intro:after{content:'';position:absolute;width:380px;height:380px;border-radius:50%;right:-170px;bottom:-170px;background:radial-gradient(circle,rgba(255,77,0,.58),rgba(255,77,0,0) 68%);pointer-events:none}
.ollo-poster-auth__intro .ollo-poster-kicker{position:relative;z-index:1;color:var(--ollo-jobs-orange)}
.ollo-poster-auth__intro h1{position:relative;z-index:1;color:#fff;font-size:clamp(46px,6vw,74px);line-height:.98;margin:12px 0 22px;font-weight:900;max-width:620px}
.ollo-poster-auth__intro p{position:relative;z-index:1;color:rgba(255,255,255,.82);font-size:16px;line-height:1.75;max-width:590px}
.ollo-poster-auth-points{position:relative;z-index:1;display:grid;gap:11px;margin-top:26px}
.ollo-poster-auth-points span{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:800;color:#fff}
.ollo-poster-auth-points span:before{content:'✓';display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(255,77,0,.18);color:var(--ollo-jobs-orange);font-weight:900}
.ollo-poster-auth .ollo-poster-card{margin:0;border:0;border-radius:0;box-shadow:none;padding:58px 48px;display:flex;flex-direction:column;justify-content:center}
.ollo-poster-login-card h2{font-size:clamp(30px,3vw,40px);font-weight:900;margin-top:7px}
.ollo-poster-login-card:before{content:'Employer / organisation access';display:block;color:var(--ollo-jobs-navy-soft);font-size:13px;font-weight:700;margin-bottom:20px}
.ollo-poster-auth #loginform input[type=text],.ollo-poster-auth #loginform input[type=password]{min-height:54px;border-radius:16px;background:#fbfcfd}
.ollo-poster-auth #loginform input:focus{outline:0;border-color:var(--ollo-jobs-orange);box-shadow:0 0 0 4px rgba(255,77,0,.10)}
.ollo-poster-auth #wp-submit{min-height:52px;box-shadow:0 12px 24px rgba(255,77,0,.22)}

.ollo-poster-hero{position:relative;overflow:hidden;border-radius:34px;padding:40px 42px;background:linear-gradient(135deg,#001D37 0%,#06365e 100%);box-shadow:0 24px 58px rgba(0,29,55,.16)}
.ollo-poster-hero:after{content:'';position:absolute;right:-95px;top:-115px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,77,0,.46),rgba(255,77,0,0) 68%)}
.ollo-poster-hero__copy,.ollo-poster-hero__account{position:relative;z-index:1}
.ollo-poster-hero__copy{max-width:780px}
.ollo-poster-hero h1{font-size:clamp(38px,5vw,58px);font-weight:900;line-height:1;margin:7px 0 12px}
.ollo-poster-hero p{max-width:700px;color:rgba(255,255,255,.78);line-height:1.6}
.ollo-poster-hero__account{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:160px}
.ollo-poster-hero__account>span{color:#fff;font-size:13px;font-weight:800}
.ollo-poster-hero__account>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);text-decoration:none!important;color:#fff!important}
.ollo-poster-nav{background:#f2f5f7;padding:7px;border-radius:999px;width:max-content;max-width:100%;box-shadow:inset 0 0 0 1px rgba(0,29,55,.05)}
.ollo-poster-nav a{border:0;background:transparent;padding:11px 18px}
.ollo-poster-nav a.is-active{box-shadow:0 8px 18px rgba(255,77,0,.20)}
.ollo-poster-stats{grid-template-columns:repeat(2,minmax(0,210px));gap:16px}
.ollo-poster-stats>div{border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(0,29,55,.07)}
.ollo-poster-stats strong{font-size:38px;font-weight:900}
.ollo-poster-card{border-radius:30px;box-shadow:0 18px 42px rgba(0,29,55,.08)}
.ollo-poster-card h2{font-weight:900}
.ollo-poster-job-row{border-radius:22px;padding:20px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.ollo-poster-job-row:hover{transform:translateY(-2px);border-color:rgba(255,77,0,.42);box-shadow:0 12px 28px rgba(0,29,55,.07)}
.ollo-poster-form input,.ollo-poster-form textarea,.ollo-poster-form select{border-radius:16px;background:#fbfcfd;transition:border-color .2s ease,box-shadow .2s ease}
.ollo-poster-form input:focus,.ollo-poster-form textarea:focus,.ollo-poster-form select:focus{outline:0;border-color:var(--ollo-jobs-orange);box-shadow:0 0 0 4px rgba(255,77,0,.10);background:#fff}
.ollo-poster-form-note{border-left:4px solid var(--ollo-jobs-orange);background:#fff7f3;color:var(--ollo-jobs-navy)}
.ollo-poster-btn{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ollo-poster-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(255,77,0,.20)}

@media(max-width:900px){.ollo-poster-auth{grid-template-columns:1fr;border-radius:28px}.ollo-poster-auth__intro{min-height:0;padding:42px 34px}.ollo-poster-auth .ollo-poster-card{padding:38px 30px}.ollo-poster-hero__account{align-items:flex-start}.ollo-poster-hero{align-items:flex-start;flex-direction:column}.ollo-poster-nav{width:100%;overflow-x:auto}.ollo-poster-nav a{white-space:nowrap}}
@media(max-width:600px){.ollo-poster-shell{width:min(100% - 24px,1220px);margin-top:20px}.ollo-poster-auth__intro{padding:36px 24px}.ollo-poster-auth .ollo-poster-card{padding:30px 22px}.ollo-poster-hero{padding:30px 24px;border-radius:26px}.ollo-poster-stats{grid-template-columns:1fr 1fr}.ollo-poster-card{padding:22px;border-radius:24px}.ollo-poster-job-row{border-radius:18px}}
