:root {
  --jobs-blue: #004b76;
  --jobs-blue-deep: #002f4c;
  --jobs-orange: #f47a00;
  --jobs-ink: #101418;
  --jobs-body: #5f6368;
  --jobs-border: #e3e8eb;
  --jobs-soft: #f5f7f8;
  --jobs-warm: #fff7ef;
  --jobs-white: #ffffff;
}

.jobs-page,
.job-detail-page {
  color: var(--jobs-body);
  background: var(--jobs-white);
}

.jobs-page h1,
.jobs-page h2,
.jobs-page h3,
.job-detail-page h1,
.job-detail-page h2,
.job-detail-page h3 {
  color: var(--jobs-ink);
  font-family: "Outfit", sans-serif;
}

.jobs-kicker {
  margin: 0 0 9px;
  color: var(--jobs-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jobs-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 102px;
  background:
    radial-gradient(circle at 82% 20%, rgba(244, 122, 0, 0.2), transparent 26%),
    linear-gradient(120deg, #003a5c 0%, #005784 56%, #00709b 100%);
}

.jobs-hero::before,
.job-detail-hero::before {
  position: absolute;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
  right: -80px;
  top: -235px;
}

.jobs-hero::after,
.job-detail-hero::after {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
  right: 90px;
  top: -155px;
}

.jobs-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.jobs-hero__copy {
  max-width: 770px;
}

.jobs-hero .jobs-kicker {
  color: #ffb46a;
}

.jobs-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.jobs-hero__copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.7;
}

.jobs-hero__stat {
  min-width: 170px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 30, 50, 0.18);
  color: #fff;
  backdrop-filter: blur(7px);
}

.jobs-hero__stat strong,
.jobs-hero__stat span {
  display: block;
}

.jobs-hero__stat strong {
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  line-height: 1;
}

.jobs-hero__stat span {
  font-size: 14px;
  font-weight: 600;
}

.jobs-browser {
  padding: 0 0 100px;
}

.jobs-filter-panel {
  position: relative;
  z-index: 2;
  margin: -42px 0 68px;
  padding: 28px 30px 30px;
  border: 1px solid var(--jobs-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 54, 83, 0.11);
}

.jobs-filter-panel__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--jobs-border);
}

.jobs-filter-panel__label,
.jobs-filter-fields label > span {
  display: block;
  margin: 0 0 9px;
  color: var(--jobs-ink);
  font-size: 13px;
  font-weight: 700;
}

.jobs-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.jobs-filter-chips button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid #d7dfe3;
  border-radius: 99px;
  background: #fff;
  color: var(--jobs-blue);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease;
}

.jobs-filter-chips button span {
  min-width: 24px;
  padding: 2px 6px;
  border-radius: 99px;
  background: var(--jobs-soft);
  color: var(--jobs-body);
  font-size: 12px;
  text-align: center;
}

.jobs-filter-chips button:hover,
.jobs-filter-chips button.is-active {
  border-color: var(--jobs-blue);
  background: var(--jobs-blue);
  color: #fff;
}

.jobs-filter-chips button.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.jobs-register-link {
  flex: 0 0 auto;
  padding-bottom: 9px;
  color: var(--jobs-orange);
  font-weight: 700;
}

.jobs-register-link:hover {
  color: var(--jobs-blue);
}

.jobs-filter-fields {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) repeat(2, minmax(170px, 0.8fr)) auto;
  align-items: end;
  gap: 15px;
  padding-top: 24px;
}

.jobs-control {
  position: relative;
  display: block;
}

.jobs-control i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 17px;
  color: var(--jobs-blue);
  transform: translateY(-50%);
}

.jobs-filter-fields input,
.jobs-filter-fields select,
.job-application-form input,
.job-application-form select,
.job-application-form textarea {
  width: 100%;
  height: 52px;
  padding: 12px 15px;
  border: 1px solid #d7dfe3;
  border-radius: 9px;
  background: #fff;
  color: var(--jobs-ink);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jobs-filter-fields .jobs-control input {
  padding-left: 45px;
}

.jobs-filter-fields input:focus,
.jobs-filter-fields select:focus,
.job-application-form input:focus,
.job-application-form select:focus,
.job-application-form textarea:focus {
  border-color: var(--jobs-blue);
  box-shadow: 0 0 0 3px rgba(0, 75, 118, 0.1);
}

.jobs-clear {
  height: 52px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--jobs-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jobs-results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.jobs-results-heading h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.15;
}

.jobs-results-heading > p {
  margin: 0 0 4px;
  color: var(--jobs-body);
  font-size: 15px;
}

.jobs-results-heading > p strong {
  color: var(--jobs-blue);
}

.jobs-grid {
  display: grid;
  gap: 18px;
}

.jobs-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--jobs-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(0, 45, 71, 0.055);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.jobs-card:hover {
  border-color: rgba(0, 75, 118, 0.35);
  box-shadow: 0 15px 38px rgba(0, 45, 71, 0.1);
  transform: translateY(-2px);
}

.jobs-card[hidden] {
  display: none;
}

.jobs-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(0, 75, 118, 0.94), rgba(0, 47, 76, 1)),
    var(--jobs-blue);
  color: #fff;
  font-size: 31px;
}

.jobs-card__body {
  padding: 25px 29px 23px;
}

.jobs-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 9px;
}

.jobs-card__eyebrow span {
  padding: 4px 9px;
  border-radius: 99px;
  background: #eaf3f7;
  color: var(--jobs-blue);
  font-size: 12px;
  font-weight: 700;
}

.jobs-card__eyebrow span:first-child {
  background: var(--jobs-warm);
  color: #bd5d00;
}

.jobs-card h2 {
  margin: 0 0 5px;
  font-size: 25px;
  line-height: 1.25;
}

.jobs-card h2 a {
  color: var(--jobs-ink);
}

.jobs-card h2 a:hover {
  color: var(--jobs-blue);
}

.jobs-card__location {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 13px;
  color: var(--jobs-blue);
  font-size: 14px;
  font-weight: 600;
}

.jobs-card__location i {
  color: var(--jobs-orange);
}

.jobs-card__summary {
  margin: 0 0 19px;
  font-size: 15px;
  line-height: 1.65;
}

.jobs-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
}

.jobs-card__facts div {
  min-width: 0;
}

.jobs-card__facts dt {
  margin: 0 0 2px;
  color: #8b9297;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jobs-card__facts dd {
  margin: 0;
  color: var(--jobs-ink);
  font-size: 14px;
  font-weight: 600;
}

.jobs-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--jobs-border);
}

.jobs-card__footer > span {
  color: #7a8186;
  font-size: 13px;
}

.jobs-card__link {
  color: var(--jobs-orange);
  font-size: 15px;
  font-weight: 700;
}

.jobs-empty {
  padding: 66px 25px;
  border: 1px dashed #ced8dd;
  border-radius: 16px;
  background: var(--jobs-soft);
  text-align: center;
}

.jobs-empty[hidden] {
  display: none;
}

.jobs-empty__icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e1edf2;
  color: var(--jobs-blue);
  font-size: 23px;
}

.jobs-empty h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.jobs-empty p {
  max-width: 570px;
  margin: 0 auto 24px;
}

.jobs-empty__actions,
.job-more .auto-container > div:last-child {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.jobs-btn-secondary {
  border: 1px solid var(--jobs-blue) !important;
  background: #fff !important;
  color: var(--jobs-blue) !important;
}

.jobs-process {
  padding: 92px 0;
  background: var(--jobs-soft);
}

.jobs-process__intro {
  max-width: 620px;
  margin-bottom: 37px;
}

.jobs-process__intro h2 {
  margin: 0;
  font-size: 40px;
}

.jobs-process ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
}

.jobs-process li {
  display: flex;
  gap: 17px;
  padding: 25px;
  border: 1px solid var(--jobs-border);
  border-radius: 14px;
  background: #fff;
}

.jobs-process li > span {
  display: flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--jobs-orange);
  color: #fff;
  font-weight: 700;
}

.jobs-process h3 {
  margin: 3px 0 7px;
  font-size: 20px;
}

.jobs-process li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.jobs-process__note {
  margin: 23px 0 0;
  color: #73797e;
  font-size: 13px;
}

/* Job detail */
.job-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 76px;
  background:
    radial-gradient(circle at 88% 20%, rgba(244, 122, 0, 0.21), transparent 24%),
    linear-gradient(120deg, var(--jobs-blue-deep), var(--jobs-blue));
}

.job-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.job-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
}

.job-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 70px;
  align-items: end;
}

.job-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 17px;
}

.job-detail-hero__badges span {
  padding: 6px 11px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.job-detail-hero__badges span:first-child {
  background: var(--jobs-orange);
}

.job-detail-hero h1 {
  max-width: 790px;
  margin: 0 0 17px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 58px);
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.job-detail-hero__grid > div > p {
  max-width: 760px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.job-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.job-detail-hero__meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.job-detail-hero__meta i {
  color: #ffb15f;
}

.job-detail-hero__action {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(7px);
}

.job-detail-hero__action > span,
.job-detail-hero__action > strong,
.job-detail-hero__action > small {
  display: block;
}

.job-detail-hero__action > span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-detail-hero__action > strong {
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.job-detail-hero__action > small {
  margin-bottom: 19px;
  color: rgba(255, 255, 255, 0.72);
}

.job-detail-hero__action .theme-btn {
  width: 100%;
  text-align: center;
}

.job-detail-body {
  padding: 82px 0 34px;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 72px;
  align-items: start;
}

.job-detail-content {
  min-width: 0;
}

.job-highlights {
  margin-bottom: 48px;
  padding: 30px;
  border: 1px solid #f1d4b7;
  border-radius: 15px;
  background: var(--jobs-warm);
}

.job-highlights h2 {
  margin: 0 0 20px;
  font-size: 29px;
}

.job-highlights ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin: 0;
}

.job-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4c5257;
  line-height: 1.5;
}

.job-highlights li i {
  display: flex;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--jobs-orange);
  color: #fff;
  font-size: 10px;
}

.job-content-section {
  margin-bottom: 44px;
  scroll-margin-top: 125px;
}

.job-content-section h2,
.job-important-note h2 {
  margin: 0 0 18px;
  color: var(--jobs-ink);
  font-size: 31px;
  line-height: 1.25;
}

.job-content-section p,
.job-content-section li,
.job-important-note p {
  font-size: 16px;
  line-height: 1.8;
}

.job-content-section p {
  margin: 0 0 17px;
}

.job-content-section ul {
  margin: 0;
}

.job-content-section li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 25px;
}

.job-content-section li::before {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jobs-orange);
  content: "";
}

.job-detail-sidebar {
  position: sticky;
  top: 118px;
}

.job-summary-card {
  overflow: hidden;
  border: 1px solid var(--jobs-border);
  border-top: 4px solid var(--jobs-orange);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 45, 71, 0.08);
}

.job-summary-card h2 {
  margin: 0;
  padding: 22px 23px 17px;
  font-size: 24px;
}

.job-summary-card dl {
  margin: 0;
  padding: 0 23px 8px;
}

.job-summary-card dl div {
  padding: 13px 0;
  border-top: 1px solid var(--jobs-border);
}

.job-summary-card dt {
  margin-bottom: 3px;
  color: #899097;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.job-summary-card dd {
  margin: 0;
  color: var(--jobs-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.job-summary-card .theme-btn {
  display: block;
  margin: 15px 23px 12px;
  text-align: center;
}

.job-summary-card__back {
  display: block;
  padding: 3px 23px 21px;
  color: var(--jobs-blue);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.job-source-image {
  margin: 5px 0 44px;
}

.job-source-image img {
  display: block;
  width: min(100%, 720px);
  border: 1px solid var(--jobs-border);
  border-radius: 14px;
}

.job-source-image figcaption {
  margin-top: 10px;
  color: #7b8287;
  font-size: 12px;
}

.job-important-note {
  margin-bottom: 25px;
  padding: 25px 27px;
  border-left: 4px solid var(--jobs-blue);
  border-radius: 0 10px 10px 0;
  background: #edf4f7;
}

.job-important-note h2 {
  margin-bottom: 9px;
  font-size: 22px;
}

.job-important-note p {
  margin: 0;
  font-size: 14px;
}

.job-application {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 50px;
  margin: 45px 0 95px;
  padding: 45px;
  border-radius: 20px;
  background: var(--jobs-soft);
  scroll-margin-top: 105px;
}

.job-application__intro h2 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.2;
}

.job-application__intro > p:not(.jobs-kicker) {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
}

.job-application__role {
  padding: 15px 17px;
  border-left: 3px solid var(--jobs-orange);
  border-radius: 0 8px 8px 0;
  background: #fff;
}

.job-application__role span,
.job-application__role strong {
  display: block;
}

.job-application__role span {
  margin-bottom: 3px;
  color: #888f94;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-application__role strong {
  color: var(--jobs-blue);
  font-size: 15px;
}

.job-application-form {
  padding: 30px;
  border: 1px solid var(--jobs-border);
  border-radius: 14px;
  background: #fff;
}

.job-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.job-application-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--jobs-ink);
  font-size: 13px;
  font-weight: 700;
}

.job-application-form label small {
  color: #777f84;
  font-weight: 400;
}

.job-application-form textarea {
  height: auto;
  min-height: 135px;
  resize: vertical;
}

.job-application-form .iti {
  display: block;
  width: 100%;
}

.job-application-form .iti input {
  padding-left: 92px;
}

.job-application-form .iti__country-list {
  z-index: 20;
  width: min(390px, 88vw);
  max-height: 240px;
  white-space: normal;
}

.job-application-form .iti__selected-flag {
  border-radius: 9px 0 0 9px;
  background: #f5f7f8;
}

.job-form-full {
  display: block;
  margin-top: 19px;
}

.job-form-full > small {
  display: block;
  margin-top: 7px;
  color: #777f84;
  font-size: 12px;
  line-height: 1.45;
}

.job-application-form input[type="file"] {
  height: auto;
  padding: 10px;
  background: var(--jobs-soft);
}

.job-application-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: var(--jobs-blue);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.job-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 20px 0;
}

.job-consent input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--jobs-blue);
}

.job-consent span {
  margin: 0 !important;
  color: #555d62 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.job-consent a {
  color: var(--jobs-blue);
  text-decoration: underline;
}

.job-application-form > .theme-btn {
  min-width: 200px;
}

.job-form-disclaimer {
  margin: 15px 0 0;
  color: #7e858a;
  font-size: 11px;
  line-height: 1.5;
}

.job-more {
  padding: 60px 0;
  background: var(--jobs-blue);
}

.job-more .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.job-more h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 34px;
}

.job-more p:not(.jobs-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.job-more .jobs-kicker {
  color: #ffb46a;
}

.job-more .jobs-btn-secondary {
  border-color: #fff !important;
}

@media (min-width: 1201px) and (max-width: 1499px) {
  .main-menu .navigation > li {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .main-menu .navigation > li > a {
    font-size: 16px !important;
  }

  .main-header .menu-right-content .btn-box .theme-btn {
    width: 160px !important;
  }
}

@media (max-width: 991px) {
  .jobs-hero {
    padding: 76px 0 88px;
  }

  .jobs-filter-panel__top,
  .job-more .auto-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .jobs-filter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-process ol {
    grid-template-columns: 1fr;
  }

  .job-detail-hero__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .job-detail-hero__action {
    max-width: 430px;
  }

  .job-detail-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .job-detail-sidebar {
    position: static;
    order: -1;
  }

  .job-summary-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .job-summary-card h2 {
    grid-column: 1 / -1;
  }

  .job-summary-card dl {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }

  .job-summary-card .theme-btn,
  .job-summary-card__back {
    align-self: center;
  }

  .job-application {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .jobs-hero {
    padding: 58px 0 78px;
  }

  .jobs-hero__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .jobs-hero h1 {
    font-size: 43px;
  }

  .jobs-hero__copy > p:last-child {
    font-size: 16px;
  }

  .jobs-hero__stat {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 18px 21px;
  }

  .jobs-hero__stat strong {
    margin: 0;
    font-size: 34px;
  }

  .jobs-filter-panel {
    margin-bottom: 50px;
    padding: 23px 20px;
  }

  .jobs-filter-fields,
  .job-form-grid {
    grid-template-columns: 1fr;
  }

  .jobs-clear {
    justify-self: start;
    padding-left: 0;
  }

  .jobs-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .jobs-results-heading h2 {
    font-size: 32px;
  }

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

  .jobs-card__icon {
    width: 56px;
    height: 56px;
    margin: 20px 0 -7px 20px;
    border-radius: 12px;
    font-size: 22px;
  }

  .jobs-card__body {
    padding: 20px;
  }

  .jobs-card__facts {
    grid-template-columns: 1fr;
  }

  .jobs-process {
    padding: 70px 0;
  }

  .jobs-process__intro h2 {
    font-size: 34px;
  }

  .job-detail-hero {
    padding: 32px 0 58px;
  }

  .job-breadcrumb {
    margin-bottom: 33px;
  }

  .job-detail-hero h1 {
    font-size: 39px;
  }

  .job-detail-body {
    padding-top: 60px;
  }

  .job-highlights {
    padding: 23px 20px;
  }

  .job-highlights ul,
  .job-summary-card dl {
    grid-template-columns: 1fr;
  }

  .job-summary-card {
    display: block;
  }

  .job-summary-card__back {
    padding-top: 5px;
  }

  .job-application {
    margin: 30px 0 72px;
    padding: 27px 18px;
  }

  .job-application-form {
    padding: 23px 18px;
  }

  .job-application-form > .theme-btn {
    width: 100%;
  }

  .job-more .auto-container > div:last-child,
  .jobs-empty__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .job-more .theme-btn,
  .jobs-empty .theme-btn {
    text-align: center;
  }
}
