.elementor-kit-26{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --rjb-navy: #20234f;
  --rjb-navy-dark: #151831;
  --rjb-blue: #1975bd;
  --rjb-blue-dark: #105f9d;
  --rjb-blue-light: #68bce8;
  --rjb-green: #2ba36a;
  --rjb-ink: #172033;
  --rjb-muted: #687386;
  --rjb-bg: #f5f7fa;
  --rjb-card: #ffffff;
  --rjb-line: #e5eaf0;
  --rjb-success: #218b59;
  --rjb-shadow-sm: 0 10px 28px rgba(32, 35, 79, 0.07);
  --rjb-shadow-md: 0 22px 58px rgba(32, 35, 79, 0.11);
  --rjb-radius-sm: 13px;
  --rjb-radius-md: 20px;
  --rjb-radius-lg: 28px;
}

html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.rjb-page,
.rjb-page *,
.rjb-system,
.rjb-system * {
  box-sizing: border-box;
}

.rjb-page,
.rjb-system {
  color: var(--rjb-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rjb-system--compact {
  padding-top: 0;
}

.rjb-page {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background: var(--rjb-bg);
}

.elementor-element-populated:has(> .elementor-widget-html .rjb-page),
.e-con:has(> .elementor-widget-html .rjb-page),
.elementor-widget-container:has(> .rjb-page),
.site-main .e-con:has(> .elementor-widget-html:only-child) {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  margin: 0 !important;
  padding: 0 !important;
}

.rjb-page a,
.rjb-system a {
  color: var(--rjb-green);
  text-decoration: none;
}

body > .skip-link {
  color: #ffffff;
  background: #19794f;
  border-color: #19794f;
}

.rjb-container {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

.rjb-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0 clamp(62px, 8vw, 100px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 5%, rgba(61, 165, 218, 0.24), transparent 34%),
    linear-gradient(145deg, #20234f 0%, #181b3d 58%, #11142d 100%);
}

.rjb-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.rjb-page-hero::after {
  content: "+";
  position: absolute;
  right: 5%;
  bottom: -112px;
  z-index: -1;
  color: rgba(112, 213, 219, 0.08);
  font-size: clamp(240px, 28vw, 460px);
  font-weight: 250;
  line-height: 1;
  transform: rotate(7deg);
}

.rjb-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(42px, 8vw, 108px);
}

.rjb-eyebrow,
.rjb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8bd0f2;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rjb-eyebrow::before,
.rjb-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 24px;
  background: var(--rjb-green);
  border-radius: 99px;
}

.rjb-page-hero h1 {
  max-width: 900px;
  margin: 17px 0 0;
  color: #ffffff;
  font-size: clamp(43px, 6.4vw, 76px);
  font-weight: 790;
  line-height: 1;
  letter-spacing: -0.055em;
}

.rjb-page-hero h1 span {
  color: #75c9ef;
}

.rjb-page-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #bdc7db;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.rjb-page-hero__actions,
.rjb-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.rjb-actions--flush {
  margin-top: 0;
}

.rjb-button,
.rjb-system input[type="submit"],
.rjb-system button[type="submit"],
.rjb-system .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--rjb-blue), var(--rjb-blue-dark));
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(25, 117, 189, 0.23);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.rjb-button:hover,
.rjb-button:focus-visible,
.rjb-system input[type="submit"]:hover,
.rjb-system input[type="submit"]:focus-visible,
.rjb-system button[type="submit"]:hover,
.rjb-system button[type="submit"]:focus-visible,
.rjb-system .button:hover,
.rjb-system .button:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(25, 117, 189, 0.31);
  outline: none;
}

.rjb-button--light {
  color: var(--rjb-navy) !important;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 24px rgba(5, 8, 26, 0.2);
}

.rjb-button--light:hover,
.rjb-button--light:focus-visible {
  color: var(--rjb-blue) !important;
  background: #ffffff;
}

.rjb-button--ghost {
  color: #eef5ff !important;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: none;
}

.rjb-button--ghost:hover,
.rjb-button--ghost:focus-visible {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

.rjb-hero-panel {
  padding: 26px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(5, 8, 26, 0.24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.rjb-hero-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 780;
}

.rjb-check-list,
.rjb-feature-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rjb-check-list li,
.rjb-feature-list li {
  position: relative;
  padding-left: 29px;
  color: #c9d3e5;
  font-size: 13px;
  line-height: 1.5;
}

.rjb-check-list li::before,
.rjb-feature-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--rjb-success);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.rjb-section {
  padding: clamp(66px, 8vw, 108px) 0;
  background: #ffffff;
}

.rjb-section--soft {
  background: var(--rjb-bg);
}

.rjb-section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.rjb-latest-jobs-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.rjb-latest-jobs-head .rjb-section-head {
  margin-bottom: 0;
}

.rjb-latest-jobs-head__button {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .rjb-latest-jobs-head {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .rjb-latest-jobs-head__button {
    align-self: flex-start;
    margin-bottom: 0;
  }
}

.rjb-kicker {
  color: var(--rjb-blue);
}

.rjb-section-head h2,
.rjb-copy h2,
.rjb-cta-box h2 {
  margin: 13px 0 0;
  color: var(--rjb-navy-dark);
  font-size: clamp(31px, 4.5vw, 52px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rjb-section-head p,
.rjb-copy p {
  margin: 16px 0 0;
  color: var(--rjb-muted);
  font-size: 15px;
  line-height: 1.72;
}

.rjb-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rjb-card-grid--2 {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rjb-card {
  position: relative;
  padding: clamp(25px, 3.4vw, 36px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--rjb-line);
  border-radius: 23px;
  box-shadow: var(--rjb-shadow-sm);
}

.rjb-card--featured {
  border-color: rgba(25, 117, 189, 0.34);
  box-shadow: 0 22px 58px rgba(25, 117, 189, 0.12);
}

.rjb-price {
  margin: 8px 0 0;
  color: var(--rjb-blue);
  font-size: 38px;
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.rjb-price--request {
  color: var(--rjb-navy);
  font-size: 30px;
}

.rjb-card__icon,
.rjb-step__number {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  color: var(--rjb-blue);
  background: #edf7fc;
  border: 1px solid #dcecf5;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 850;
}

.rjb-card h3,
.rjb-step h3 {
  margin: 23px 0 0;
  color: var(--rjb-navy-dark);
  font-size: 21px;
  font-weight: 770;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.rjb-card p,
.rjb-step p {
  margin: 12px 0 0;
  color: var(--rjb-muted);
  font-size: 14px;
  line-height: 1.68;
}

.rjb-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--rjb-line);
  border: 1px solid var(--rjb-line);
  border-radius: 24px;
  box-shadow: var(--rjb-shadow-sm);
}

.rjb-step {
  min-height: 285px;
  padding: clamp(26px, 3.5vw, 38px);
  background: #ffffff;
}

.rjb-step__number {
  color: #ffffff;
  background: var(--rjb-navy);
  border-color: var(--rjb-navy);
}

.rjb-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: start;
  gap: clamp(38px, 7vw, 86px);
}

.rjb-info-box {
  padding: 29px;
  background: #f4f8fc;
  border: 1px solid #dfe9f1;
  border-radius: 22px;
}

.rjb-info-box h3 {
  margin: 0;
  color: var(--rjb-navy-dark);
  font-size: 19px;
}

.rjb-info-box .rjb-feature-list li {
  color: var(--rjb-muted);
}

.rjb-cta-section {
  padding: 0 0 clamp(70px, 9vw, 112px);
  background: #ffffff;
}

.rjb-cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 35px;
  padding: clamp(32px, 5vw, 55px);
  overflow: hidden;
  background: #f2f6f9;
  border: 1px solid #e0e6ec;
  border-radius: 27px;
}

.rjb-cta-box p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--rjb-muted);
  font-size: 14px;
  line-height: 1.65;
}

.rjb-faq {
  display: grid;
  gap: 10px;
}

.rjb-faq details {
  background: #ffffff;
  border: 1px solid var(--rjb-line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(32, 35, 79, 0.045);
}

.rjb-faq summary {
  position: relative;
  padding: 20px 54px 20px 21px;
  color: var(--rjb-navy-dark);
  cursor: pointer;
  font-size: 15px;
  font-weight: 760;
  list-style: none;
}

.rjb-faq summary::-webkit-details-marker {
  display: none;
}

.rjb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--rjb-blue);
  font-size: 23px;
  font-weight: 400;
  transform: translateY(-50%);
}

.rjb-faq details[open] summary::after {
  content: "–";
}

.rjb-faq details p {
  margin: 0;
  padding: 0 21px 21px;
  color: var(--rjb-muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.rjb-contact-box {
  padding: clamp(26px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid var(--rjb-line);
  border-radius: 24px;
  box-shadow: var(--rjb-shadow-sm);
}

.rjb-contact-box__label {
  color: var(--rjb-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rjb-contact-box h2,
.rjb-contact-box h3 {
  margin: 9px 0 0;
  color: var(--rjb-navy-dark);
  font-size: 24px;
  font-weight: 770;
  letter-spacing: -0.03em;
}

.rjb-contact-links {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.rjb-contact-links a,
.rjb-contact-address {
  display: block;
  padding: 13px 14px;
  color: var(--rjb-ink);
  background: #f7f9fb;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.rjb-contact-links a:hover,
.rjb-contact-links a:focus-visible {
  color: var(--rjb-blue);
  border-color: rgba(25, 117, 189, 0.28);
  outline: none;
}

.rjb-system {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  padding: clamp(46px, 6vw, 78px) 0 clamp(70px, 8vw, 105px);
}

.rjb-system .job_filters,
.rjb-system #submit-job-form,
.rjb-system .job-manager-form,
.rjb-system .job-manager-dashboard,
.rjb-system .woocommerce {
  color: var(--rjb-ink);
  font-family: inherit;
}

.rjb-system .job_filters,
.rjb-system #submit-job-form,
.rjb-system .job-manager-form,
.rjb-system .woocommerce-form,
.rjb-system .woocommerce-MyAccount-navigation,
.rjb-system .woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid var(--rjb-line);
  border-radius: var(--rjb-radius-md);
  box-shadow: var(--rjb-shadow-sm);
}

.rjb-system .job_filters {
  padding: 17px;
}

.rjb-system .job_filters .search_jobs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 10px;
  padding: 0;
}

.rjb-system .job_filters .search_keywords,
.rjb-system .job_filters .search_location,
.rjb-system .job_filters .search_categories,
.rjb-system .job_filters .search_submit {
  width: auto;
  float: none;
  padding: 0;
}

.rjb-system label {
  color: var(--rjb-navy-dark);
  font-size: 13px;
  font-weight: 700;
}

.rjb-system input[type="text"],
.rjb-system input[type="search"],
.rjb-system input[type="email"],
.rjb-system input[type="tel"],
.rjb-system input[type="url"],
.rjb-system input[type="password"],
.rjb-system input[type="number"],
.rjb-system select,
.rjb-system textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--rjb-ink);
  background: #ffffff;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.rjb-system textarea {
  min-height: 160px;
  resize: vertical;
}

.rjb-system input:focus,
.rjb-system select:focus,
.rjb-system textarea:focus {
  border-color: rgba(25, 117, 189, 0.58);
  box-shadow: 0 0 0 4px rgba(25, 117, 189, 0.08);
}

.rjb-system ul.job_listings {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.rjb-system ul.job_listings li.job_listing,
.rjb-system ul.job_listings li.no_job_listings_found {
  margin: 0 0 11px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--rjb-line);
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(32, 35, 79, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rjb-system ul.job_listings li.job_listing:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 117, 189, 0.25);
  box-shadow: 0 13px 30px rgba(32, 35, 79, 0.08);
}

.rjb-system ul.job_listings li.job_listing.job_position_featured {
  background: linear-gradient(105deg, #fffdf6 0%, #ffffff 54%);
  border-color: rgba(217, 163, 38, 0.58);
  box-shadow: 0 11px 30px rgba(121, 88, 17, 0.1);
}

.rjb-system ul.job_listings li.job_listing.job_position_featured:hover {
  border-color: rgba(202, 145, 15, 0.78);
  box-shadow: 0 15px 34px rgba(121, 88, 17, 0.15);
}

.rjb-system ul.job_listings li.job_listing a {
  padding: 22px;
}

.rjb-system ul.job_listings li.job_listing a:focus-visible {
  outline: 3px solid rgba(25, 117, 189, 0.36);
  outline-offset: -3px;
}

.rjb-system ul.job_listings li.job_listing .position h3 {
  color: var(--rjb-navy-dark);
  font-size: 17px;
  font-weight: 760;
}

.rjb-system ul.job_listings li.job_listing.job_position_featured .position h3::after {
  content: "TOP-JOB";
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 9px;
  padding: 0 8px;
  vertical-align: 2px;
  color: #5b4107;
  background: linear-gradient(135deg, #fff1bd, #e4b23a);
  border: 1px solid rgba(197, 143, 17, 0.32);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rjb-system ul.job_listings li.job_listing .company,
.rjb-system ul.job_listings li.job_listing .location,
.rjb-system ul.job_listings li.job_listing .meta {
  color: var(--rjb-muted);
  font-size: 12px;
}

.rjb-system .load_more_jobs,
.rjb-system .job-manager-pagination a,
.rjb-system .job-manager-pagination span {
  border-radius: 11px;
}

.rjb-system #submit-job-form,
.rjb-system .job-manager-form {
  padding: clamp(21px, 4vw, 38px);
}

.rjb-system fieldset {
  margin: 0;
  padding: 21px 0;
  border: 0;
  border-bottom: 1px solid var(--rjb-line);
}

.rjb-system fieldset:last-of-type {
  border-bottom: 0;
}

.rjb-system fieldset label {
  width: 28%;
}

.rjb-system fieldset div.field {
  width: 70%;
}

.rjb-system .job-manager-dashboard table,
.rjb-system table.shop_table {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--rjb-line) !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
}

.rjb-system .job-manager-dashboard th,
.rjb-system .job-manager-dashboard td,
.rjb-system table.shop_table th,
.rjb-system table.shop_table td {
  padding: 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rjb-line) !important;
  text-align: left;
}

.rjb-system .woocommerce-MyAccount-navigation {
  width: 28%;
  overflow: hidden;
}

.rjb-system .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 9px;
  list-style: none;
}

.rjb-system .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 13px;
  color: var(--rjb-muted);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 680;
}

.rjb-system .woocommerce-MyAccount-navigation .is-active a,
.rjb-system .woocommerce-MyAccount-navigation a:hover,
.rjb-system .woocommerce-MyAccount-navigation a:focus-visible {
  color: var(--rjb-blue);
  background: #edf7fc;
  outline: none;
}

.rjb-system .woocommerce-MyAccount-content {
  width: calc(72% - 18px);
  padding: clamp(21px, 4vw, 34px);
}

.rjb-system .woocommerce-message,
.rjb-system .woocommerce-info,
.rjb-system .woocommerce-error,
.rjb-system .job-manager-message,
.rjb-system .job-manager-error {
  padding: 17px 18px 17px 48px !important;
  background: #f0f8fc;
  border: 1px solid #d7eaf4;
  border-top: 0;
  border-radius: 13px;
  color: var(--rjb-ink);
}

.rjb-system .woocommerce-error,
.rjb-system .job-manager-error {
  background: #fff8e8;
  border-color: #ecd7a4;
}

.rjb-system :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(25, 117, 189, 0.38);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .rjb-page-hero__grid,
  .rjb-two-column {
    grid-template-columns: 1fr;
  }

  .rjb-hero-panel {
    max-width: 640px;
  }

  .rjb-card-grid,
  .rjb-card-grid--2,
  .rjb-steps {
    grid-template-columns: 1fr;
  }

  .rjb-step {
    min-height: 0;
  }

  .rjb-cta-box {
    grid-template-columns: 1fr;
  }

  .rjb-system .job_filters .search_jobs {
    grid-template-columns: 1fr 1fr;
  }

  .rjb-system .job_filters .search_submit {
    grid-column: 1 / -1;
  }

  .rjb-system .job_filters .search_submit input {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .rjb-container,
  .rjb-system {
    width: min(100% - 28px, 1280px);
  }

  .rjb-page-hero {
    padding-top: 60px;
  }

  .rjb-page-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .rjb-page-hero__actions,
  .rjb-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rjb-button {
    width: 100%;
  }

  .rjb-contact-grid {
    grid-template-columns: 1fr;
  }

  .rjb-system .job_filters .search_jobs {
    grid-template-columns: 1fr;
  }

  .rjb-system .job_filters .search_submit {
    grid-column: auto;
  }

  .rjb-system fieldset label,
  .rjb-system fieldset div.field,
  .rjb-system .woocommerce-MyAccount-navigation,
  .rjb-system .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }

  .rjb-system fieldset label {
    display: block;
    margin-bottom: 8px;
  }

  .rjb-system .woocommerce-MyAccount-content {
    margin-top: 15px;
  }

  .rjb-system .job-manager-dashboard table,
  .rjb-system .job-manager-dashboard thead,
  .rjb-system .job-manager-dashboard tbody,
  .rjb-system .job-manager-dashboard tr,
  .rjb-system .job-manager-dashboard th,
  .rjb-system .job-manager-dashboard td {
    display: block;
    width: 100%;
  }

  .rjb-system .job-manager-dashboard thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rjb-page *,
  .rjb-page *::before,
  .rjb-page *::after,
  .rjb-system *,
  .rjb-system *::before,
  .rjb-system *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */