/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_self
 */

@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
}

head {
  text-rendering: optimizeLegibility;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

#body-contents {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#body-contents:has(#path-step-form) {
  height: 100vh;
}

.white-lp-page {
  background-color: #fff;
}

#path-step {
  height: 100%;
  #path-step-form {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 75rem;
    margin: 0 auto;
    #path-step-footer {
      margin-top: auto;
      #lj-path-footer {
        text-align: right;
        font-size: 8pt;
        padding-bottom: 1rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        #path-footer-line2 {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          gap: 1.875rem;
          .path-footer-links {
            color: #000;
            text-decoration: none;
          }
        }
      }
    }
  }
}

.default-jobs-offer {
  font-family: helvetica, arial, sans-serif;
  background: #f6f7f7;
  color: #333;
  text-align: center;
  .offer-container {
    margin: 0 auto;
    font-size: 1.4375rem;
    line-height: 1.3;
    .offer-title {
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .offer-description {
      margin-bottom: 1.25rem;
    }
    .ch-offer-buttons-container {
      display: flex;
      flex-direction: row;
      gap: 1.45rem;
      margin: 0 0 1.25rem;
      .offer-button {
        border-radius: 5px;
        transition: all 0.5s ease;
        font-family: "open_sans", helvetica, arial, sans-serif;
        padding: 0.875rem 1.75rem 0.9375rem;
        font-size: 0.7875rem;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.6), 0 1px 0 rgba(0, 0, 0, 0);
      }
      .offer-accept-button {
        border: 1px solid #69A640;
        border-top-color: #90E659;
        border-bottom-color: #508031;
        color: #fff;

        background-size: auto 200%;
        background-position: 0 100%;
        background: #6EAF44;
        background: -webkit-gradient(linear, left top, left bottom, from(#80cc4f), to(#6eaf44));
      }
      .decline-button {
        background: rgb(221, 221, 221);
        color: rgb(102, 102, 102);
        border: 1px solid rgb(204, 204, 204);
      }
    }
  }
}

/* Only apply font-family and background-color globally - no layout properties */
body {
  background-color: rgb(243, 244, 249);
  font-family: Poppins;
}

.main {
  background-color: rgb(243, 244, 249);
}

/* Scoped layout styles for LocalJobster pages */
body:has(#local-jobster-page),
body:has(#local-jobster-step2-page),
body:has(#local-jobster-survey-page) {
  margin: 0 !important;
  padding: 0 !important;
}

body:has(#local-jobster-page) .main,
body:has(#local-jobster-step2-page) .main,
body:has(#local-jobster-survey-page) .main {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

#local-jobster-page {
  flex: 1 !important;
  background-color: rgba(233, 234, 238, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: Poppins;
}

#lj-header {
  padding: 0px 40px 12px 16px;
  flex: 0 0 auto;
}

#lj-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}

#lj-logo-favicon {
  width: 21px;
  height: 25px;
}

#lj-logo-text {
  width: 156px;
  height: 19px;
  margin-left: 0.5px;
}

#lj-main-content {
  width: 100%;
  max-width: 100%;
  height: auto;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 75px;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#lj-main-content-inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  align-items: start;
  justify-content: center;
}

#lj-left-section {
  display: flex;
  flex-direction: column;
}

#lj-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 42px;
  margin-top: 0;
  color: rgb(28, 30, 77);
  overflow-wrap: break-word;
  width: 381px;

  span {
    display: inline;

    &:not(#lj-heading-local) {
      white-space: nowrap;
    }
  }
}

#lj-heading-local {
  color: #ec3a2a;
}

#lj-form {
  background-color: rgb(243, 244, 249);
  padding: 22px 20px;
  border-radius: 10px;
  box-shadow: rgba(26, 27, 51, 0.22) 0px 2px 24px 0px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  align-self: stretch;
  width: 382px;
  box-sizing: border-box;

  .form-item {
    width: 100% !important;
    align-self: stretch;
    margin-bottom: 0;

    > div {
      width: 100% !important;
    }
  }

  .search-keyword-ce {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-self: stretch;
    margin-bottom: 0;
  }

  .input-with-icon,
  .flex-center {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-self: stretch;
    margin-bottom: 0;
  }

  .search-location-ce {
    margin-bottom: 2px;
  }

  .input-label,
  .sublabel,
  label,
  .form-label,
  .question-text,
  .description,
  .help-text,
  p,
  .question-description,
  .visually-hidden,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .label,
  .field-label,
  .question-label,
  .question-title,
  input[type=""],
  input[type="hidden"],
  input#search_keywords {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }
}

.lj-form-input {
  width: 100%;
  height: 56px;
  padding: 0 14px;
  margin-bottom: 0;
  background: white;
  border: 1px solid rgb(207, 208, 242);
  border-radius: 8px;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 16px;
  color: rgba(70, 72, 76, 1);
  box-sizing: border-box;
  align-self: stretch;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);

  &::placeholder {
    color: rgba(70, 72, 76, 0.6);
  }

  &:focus {
    outline: none;
    border-color: rgb(207, 208, 242);
    box-shadow: 0 0 4px 1px rgba(70, 72, 76, 0.33);
  }
}

#lj-submit-button {
  width: 100%;
  height: 63px;
  padding: 0 24px;
  background: #69a640;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.2s;
  align-self: stretch;
  margin-bottom: 0;
  color: white;

  &:hover {
    background-color: #5a8f36;
  }

  i {
    font-size: 16px;
    width: 14.86px;
    height: 16px;
  }

  sup {
    font-size: 100%;
    vertical-align: baseline;
    display: inline;
  }

  .find-job-button-text {
    font-weight: 600;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

#lj-disclaimer {
  align-self: stretch;
  color: #05164d;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  word-wrap: break-word;
  width: 381px;
}

#lj-right-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#lj-company-header {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  width: 447.062px;

  &:has(#lj-company-logo) {
    margin-bottom: -45px;
  }
}

#lj-company-logo {
  max-width: 350px;
  max-height: 180px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

#lj-company-name {
  font-size: 44px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
  display: none;
}

#lj-features {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.lj-feature-box {
  background: white;
  padding: 0px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px 0px;
  text-align: center;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 12px;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: rgb(102, 102, 102);
  height: 120px;
  width: 146.354px;
  margin: 0;

  &:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 4px 0px;
  }
}

.lj-feature-icon {
  font-size: 46px;
  margin-bottom: 0px;
  color: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    width: 42px;
    height: auto;
  }
}

.lj-feature-title {
  font-size: 11px;
  font-weight: 600;
  color: rgb(28, 30, 77);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lj-footer {
  background-color: rgb(9, 22, 74);
  color: rgba(255, 255, 255, 0.8);
  padding: 0 16px 15px 16px;
  font-size: 11px;
  line-height: 1.5;
  flex: 0 0 auto;
  height: 136px !important;
  box-sizing: border-box;
}

#lj-footer-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

#lj-footer-links {
  padding-top: 18px;
  margin-top: 0.5px;
  margin-bottom: 6px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;

  a {
    color: rgb(231, 234, 243);
    text-decoration: none;
    margin: 0;
    padding: 0;
    transition: color 0.2s;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.12px;
    text-align: center;

    &:hover {
      color: white;
    }
  }
}

#lj-footer-disclaimer {
  margin: 0;
  padding: 0;
  color: rgb(183, 191, 219);
  font-family: Poppins;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.09px;
  opacity: 0.75;
  align-self: stretch;
  height: 42px;
  display: block;
  transform: translateY(-0.5px);
}

#lj-footer-copyright {
  margin: 0;
  padding: 0;
  color: rgb(183, 191, 219);
  font-family: Poppins;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
  letter-spacing: 0.13px;
  opacity: 0.75;
  text-align: center;
  display: block;
  height: 9px;
  box-sizing: border-box;
}

/* Desktop screens - consistent sizing like production, no ultra-wide scaling */
@media (min-width: 1025px) {
  #local-jobster-page {
    flex: 1 !important;
  }

  #lj-heading {
    width: 100%;
    margin-bottom: 3px;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: rgb(28, 30, 77);
    -webkit-font-smoothing: subpixel-antialiased;

    span {
      display: inline;
      white-space: normal;
      word-spacing: 1px;

      &:not(#lj-heading-local) {
        letter-spacing: -0.1px;
      }
    }
  }

  #lj-heading-local {
    letter-spacing: -0.2px;
  }

  #lj-form {
    width: 100%;
    margin-top: 9px;
    padding-top: 22px;
    padding-bottom: 23px;
    gap: 16px;

    .lj-form-input:last-of-type {
      margin-top: -1px;
    }
  }

  .lj-form-input {
    margin-top: 0px;
    margin-bottom: 1px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
  }

  #lj-submit-button {
    height: 63px;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
    top: 1px;

    i {
      position: relative;
      top: 1px;
      margin-bottom: 0;
    }

    > span {
      position: relative;
      top: 0.5px;
    }
  }

  #lj-disclaimer {
    width: 100%;
    margin-top: 2px;
  }

  #lj-right-section {
    margin-left: 15px;
    margin-right: 15px;
    height: 310px;

    &:has(#lj-company-name) {
      #lj-features {
        margin-top: 0;
      }
    }
  }

  #lj-company-header {
    width: 100%;

    &:has(#lj-company-name) {
      margin-bottom: 0;
    }
  }

  #lj-features {
    gap: 0;
    margin-top: auto;
    margin-bottom: 0;
  }

  .lj-feature-box {
    width: auto;
    flex: 1;
    margin-left: 0.42083vw;
    margin-right: 0.42083vw;
    padding-top: 0px !important;
    row-gap: 11px;
  }

  .lj-feature-title {
    text-align: center;
    color: #1c1e4d;
    font-size: 11px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.22px;
    word-wrap: break-word;
    margin-top: 1px;

    br {
      line-height: 4px !important;
      height: 4px !important;
    }
  }

  .lj-feature-icon {
    /* margin-top: -1px; */
    /* margin-bottom: 1px; */
  }

  #lj-company-logo {
    width: 100%;
    max-width: 465.43px;
  }

  #lj-company-name {
    display: block;
    font-size: 40px;
    color: rgb(28, 30, 77);
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    margin-top: 0;
    height: 42px !important;
    margin-bottom: 4.14447vw;
  }

  #lj-company-name sup {
    vertical-align: baseline;
    font-size: inherit;
  }

  #lj-main-content-inner {
    width: 100%;
    max-width: 1981.11px;
    margin: 0;
    position: absolute;
    top: 43.5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    grid-template-columns: 5fr 7fr;
    gap: 6.4vw;

    &:has(#lj-company-name) {
      margin-top: 13px;
    }

    &:has(#lj-company-logo) {
      margin-top: 31px;
    }
  }

  #lj-main-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 275px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    &:has(#lj-company-name) {
      padding-top: 8px;
    }
  }

  #lj-footer {
    height: 135px !important;
    box-sizing: border-box;
  }

  #lj-footer-links {
    margin-bottom: 6px;
  }

  #lj-footer-disclaimer {
    height: auto;
  }
}

/* Between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  #lj-main-content:has(#lj-company-name) {
    padding-top: 42px;
  }

  #local-jobster-page:has(#lj-company-name) #lj-submit-button {
    padding-top: 1px;
  }
}

/* 1024px and below */
@media (max-width: 1024px) {
  #lj-main-content {
    height: auto !important;
    min-height: calc(100vh - 189px);
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  #lj-main-content-inner {
    max-width: 382px !important;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 12px;
    margin-bottom: 45px !important;

    &:has(#lj-company-name) {
      margin-bottom: 0px;
      padding-bottom: 0px !important;
    }
  }

  #lj-company-header:has(#lj-company-name) ~ #lj-left-section #lj-heading,
  #lj-main-content-inner:has(#lj-company-name) #lj-heading {
    margin-top: -10px;
  }

  #lj-form {
    padding-top: 16px;
    padding-bottom: 21px;
    gap: 10px;
  }

  #lj-submit-button {
    margin-top: 8px;
  }

  .lj-form-input {
    font-size: 15px;
  }

  #local-jobster-page:has(#lj-company-name) #lj-footer {
    margin-top: -11px;
  }
}

/* Mobile responsive */
@media (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
  }

  #local-jobster-page {
    height: auto !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
  }

  #lj-header {
    padding: 0px 20px 24px 16px;
  }

  #lj-main-content {
    height: auto !important;
    padding: 30px 16px;
    /* overflow: visible !important; */
    max-width: 100vw !important;
    box-sizing: border-box !important;
    width: 100% !important;

    &:has(#lj-company-name) {
      padding-top: 42px;
      margin-bottom: 42px;
    }
  }

  #lj-main-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;

    &:has(#lj-company-name) {
      margin-bottom: 0px;
      padding-bottom: 0px !important;
    }
  }

  #lj-left-section,
  #lj-right-section {
    display: contents;
  }

  #lj-company-header {
    order: 1;
  }

  #lj-heading {
    order: 2;
  }

  #lj-form {
    order: 3;
  }

  #lj-disclaimer {
    order: 4;
  }

  #lj-features {
    order: 5;
  }

  #lj-heading span {
    display: block;
  }

  #lj-heading,
  #lj-disclaimer {
    width: 100%;
    max-width: 450px;
  }

  #lj-form {
    width: 342px;
  }

  #lj-right-section {
    max-width: 450px;
    align-items: center;
  }

  #lj-company-header {
    width: 100%;
    max-width: 450px;
    margin-bottom: 0 !important;
    padding: 0;

    &:has(#lj-company-logo) {
      padding: 0;
    }
  }

  #lj-features {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }

  .lj-feature-box {
    width: 146.354px;
    flex-shrink: 1;
  }

  #lj-heading {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  #lj-heading-local {
    margin-bottom: 5px;
  }

  #lj-form {
    margin-bottom: 7px;
  }

  #lj-disclaimer {
    margin-top: 1px;
  }

  #lj-features {
    margin-top: 16px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .lj-feature-box {
    width: 112px;
    height: 110px;
  }

  .lj-feature-title {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.2px;
  }

  #lj-form .search-keyword-ce,
  #lj-form .input-with-icon,
  #lj-form .flex-center {
    margin-top: 6px;
  }

  #lj-submit-button {
    margin-bottom: 4px;
    font-size: 16px;
    padding: 0 24px;
  }

  #lj-company-logo {
    width: 229.2px !important;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 12px auto 20px;
    display: block;
    padding: 0;
  }

  #lj-company-name {
    font-size: 28px;
  }
}

/* Small mobile responsive */
@media (max-width: 480px) {
  #lj-header {
    padding: 0px 16px 28px 16px;
  }

  #lj-main-content {
    padding: 20px 0;

    &:has(#lj-company-name) {
      padding-top: 50px;
    }
  }

  #lj-main-content-inner {
    gap: 0;
    justify-content: flex-start;
    padding: 0;

    &:has(#lj-company-name) {
      margin-bottom: 0px;
      padding-bottom: 0px !important;
    }
  }

  #lj-heading span {
    display: block;
  }

  #lj-heading {
    font-size: 28px;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  #lj-main-content:has(#lj-company-name) #lj-heading {
    margin-bottom: 33px;
  }

  #lj-heading-local {
    margin-bottom: 7px;
  }

  #lj-main-content:has(#lj-company-name) #lj-heading-local {
    margin-bottom: 5px;
  }

  #lj-disclaimer {
    margin-top: 0px;
    padding-bottom: 12px;
  }

  #lj-form {
    margin-top: -9px;
    margin-bottom: 20px;
    height: 258px;
  }

  #lj-form .search-keyword-ce,
  #lj-form .input-with-icon,
  #lj-form .flex-center {
    margin-top: 6px;
  }

  #lj-submit-button {
    margin-bottom: 4px;
    font-size: 16px;
    padding: 0 24px;
  }

  #lj-company-logo {
    width: 229.2px !important;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 17px auto 0;
    display: block;
  }

  #lj-left-section,
  #lj-right-section {
    max-width: 100%;
    padding: 0 4px;
  }

  #lj-right-section {
    &:has(#lj-company-logo) {
      padding: 0;
    }
  }

  #lj-heading,
  #lj-form,
  #lj-disclaimer,
  #lj-features {
    width: 342px;
    margin-left: 5px;
  }

  #lj-company-header {
    width: 100%;
    max-width: 100%;

    &:has(#lj-company-logo) {
      padding: 0;
    }
  }

  #lj-form {
    padding: 16px 20px 20px;
    gap: 10px;
  }

  .lj-form-input {
    height: 56px;
    font-size: 15px;
  }

  #lj-submit-button {
    height: 63px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 23px;
    gap: 6px;
  }

  #lj-submit-button i {
    position: relative;
    top: 0.5px;
  }

  #lj-submit-button > span {
    position: relative;
    top: 0.5px;
    left: -0.5px;
  }

  #lj-company-name {
    font-size: 24px;
  }

  #lj-features {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
    width: 352px;
    margin-left: 0px;
    margin-right: 0;
  }

  .lj-feature-box {
    width: 112px;
  }
}

/* ============================================
   STEP 2 - PROFILE DETAILS PAGE STYLES
   ============================================ */

/* Override body overflow for all survey step pages (step 2+) */
html:has(#local-jobster-step2-page),
html:has(#local-jobster-survey-page),
body:has(#local-jobster-step2-page),
body:has(#local-jobster-survey-page) {
  overflow-x: hidden !important;
  height: auto !important;
  max-height: none !important;
  background-color: rgb(243, 244, 249) !important;
}

/* Ensure .main wrapper doesn't constrain height */
.main:has(#local-jobster-step2-page),
.main:has(#local-jobster-survey-page) {
  overflow-x: hidden !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  background-color: rgb(243, 244, 249) !important;
}

/* Scoped html/body styles for LocalJobster survey pages */
html:has(#local-jobster-step2-page),
html:has(#local-jobster-survey-page),
html:has(#local-jobster-page) {
  height: 100%;
  background-color: rgb(243, 244, 249);
}

body:has(#local-jobster-step2-page),
body:has(#local-jobster-survey-page),
body:has(#local-jobster-page) {
  height: 100%;
  min-height: 100vh;
}

/* Survey step pages (step 2+) */
#local-jobster-step2-page {
  background-color: rgb(243, 244, 249);
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: Poppins;
}

#local-jobster-survey-page {
  background-color: rgb(243, 244, 249);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: Poppins;
}

/* Step 2 Header - Navy Blue */
#lj-step2-header {
  height: 56px;
  padding: 0 16px;
  background-color: rgb(9, 22, 74);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

#lj-step2-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

#lj-step2-logo-image {
  width: 170px;
  height: 24px;
}

/* Step 2 Main Content */
#lj-step2-main-content {
  flex: 0 1 auto; /* Don't grow to fill space - stay at natural height */
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align to top */
  padding: 16px 16px 32px 16px;
  margin-top: 4px;

  &:has(#lj-step2-form-container.last-step) {
    padding: 20px 16px;
  }
}

#lj-step2-form-container {
  background: transparent;
  max-width: 468px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 0;

  #optins-container {
    display: flex;
    flex-direction: column;
    color: #05164d;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
    gap: 9px;
    * {
      cursor: pointer;
    }
  }
}

/* Last step has more compact spacing */
#lj-step2-form-container.last-step {
  padding: 0;
}

/* Step 2 Title Section */
#lj-step2-header-row {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#lj-step2-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}

#lj-step2-title {
  font-size: 26px;
  font-weight: 600;
  color: #05164d;
  margin: 0;
  line-height: 26px;
}

#lj-step2-title.last-step {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  #lj-step2-title.last-step {
    font-size: 14px;
    line-height: 18px;
  }

  #lj-step2-form-error-text {
    font-size: 11px !important;
  }
}

#lj-step2-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #05164d;
  margin: 0;
  line-height: 14px;
}

#lj-step2-progress {
  width: 3rem;
  height: 3rem;
  border: 3px solid #05164d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #05164d;
  line-height: 18px;
  flex-shrink: 0;
}

/* Step 2 Form */
#lj-step2-form {
  width: 100%;
  display: flex;
  flex-direction: column;

  /* Hide labels on step 2 (except in consent section and edu labels) */
  label:not(#lj-step2-consent label):not(.edu-label):not(#optins-container label),
  .input-label,
  .sublabel,
  .question-text,
  .description,
  .help-text,
  .question-description,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  #zip-location-text {
    display: none !important;
  }

  /* Show labels inside consent section */
  #lj-step2-consent label {
    display: inline !important;
  }

  /* Show EDU labels */
  .edu-label {
    display: block !important;
  }

  /* Show paragraphs inside consent section */
  #lj-step2-consent p {
    display: block !important;
    margin: 0 0 8px 0 !important;
  }

  #lj-step2-consent p:last-child {
    margin-bottom: 0 !important;
  }

  /* Step 2 Input Styling */
  input {
    align-self: stretch;
    width: 100% !important;
    height: 48px !important;
    padding: 0 12px !important;
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-family: helvetica, arial, sans-serif !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.75) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.2s;
  }

  select {
    height: 48px !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    background: white !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='7.5' viewBox='0 -1 11 8' fill='none'%3E%3Cpath d='M1 1L5.5 6L10 1' stroke='%2305164d' stroke-opacity='0.6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 9.5px center !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-family: Arial !important;
    color: rgba(0, 0, 0, 0.5) !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
  }

  /* Darker color when select has a value */
  select:not([style*="var(--select-placeholder-font-color)"]),
  select[style*="rgb(0, 0, 0)"] {
    color: rgba(0, 0, 0, 0.85) !important;
  }

  /* Phone Split Styling */
  .phone-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;

    .phone-input-control {
      width: 100%;
    }

    input {
      width: 100% !important;
    }
  }

  .single-phone-input {
    margin-bottom: 15px;
  }

  input::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
  }

  input:focus,
  select:focus {
    outline: none !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
  }

  input.error,
  select.error {
    border-color: rgba(217, 74, 55) !important;
    box-shadow: none !important;
  }

  /* Hide the "*Required" error text but keep the element for detection */
  .help.has-text-danger {
    display: none !important;
  }

  /* Show error message when form has validation errors */
  &:has(.has-text-danger) {
    #lj-step2-form-error {
      display: flex;
    }
  }

  /* Red border for inputs when parent container has an error message */
  .lj-step2-form-field:has(.has-text-danger) {
    input,
    select {
      border-color: #ef4444 !important;
    }
  }

  .lj-step2-form-row:has(.has-text-danger) {
    input,
    select {
      border-color: #ef4444 !important;
    }
  }

  .lj-step2-form-row-triple:has(.has-text-danger) {
    input,
    select {
      border-color: #ef4444 !important;
    }
  }

  /* DOB Field - Display month/day/year in a row */
  .question-split-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;

    .control {
      flex: 1;
      min-width: 0;
    }

    select {
      width: 100% !important;
    }
  }

  /* Hide the slash separators in DOB */
  .month-select-container,
  .day-select-container {
    font-size: 0;
    letter-spacing: -100px;

    select {
      font-size: 16px !important;
      letter-spacing: normal;
    }
  }

  .year-select-container {
    select {
      font-size: 16px !important;
      letter-spacing: normal;
    }
  }

  /* Education Question Styles - Override the general label hiding */
  .education-q-title {
    display: none !important; /* Hide the "Education:" heading */
  }

  .survey-input-label.edu-label {
    display: flex !important; /* Override the label display:none */
    flex-direction: column;
    gap: 0px;
    margin-bottom: 8px;
    font-size: 0; /* Hide label text */

    &:last-of-type {
      margin-bottom: 0;
    }

    select.reg-select-with-placeholder {
      width: 100% !important;
      height: 48px;
      padding: 0 16px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 16px;
      color: rgb(0, 0, 0);
      background-color: white;
      font-weight: 400;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='7.5' viewBox='0 -1 11 8' fill='none'%3E%3Cpath d='M1 1L5.5 6L10 1' stroke='%2305164d' stroke-opacity='0.6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 13.5px center;
      padding-right: 40px;
      transition: border-color 0.2s, box-shadow 0.2s;

      &:focus {
        outline: none;
        border-color: #69a640;
        box-shadow: 0 0 0 3px rgba(105, 166, 64, 0.1);
      }
    }
  }

  /* Conditional enrolled question visibility */
  #enrolled-question-label {
    display: none;
  }

  /* TCPA optin for edu questions */
  #decider_tcpa_optin {
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    * {
      cursor: pointer;
    }
    label strong {
      color: black;
    }
  }
}

.lj-step2-form-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;

  > * {
    flex: 1;
  }

  /* Also apply to regular rows (2 fields) */
  > div,
  > .field,
  > .form-field,
  .field_with_errors,
  .question-split-container,
  .year-select-container {
    display: contents;
  }

  /* Hide the slash separators by not using display:contents on month/day containers */
  .month-select-container,
  .day-select-container,
  .year-select-container {
    width: 150px !important;
    min-width: 150px !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select {
    flex: 1;
    min-width: 0;
    width: auto !important;
  }
}

.lj-step2-form-row-triple {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;

  > * {
    flex: 1;
  }

  /* Force triple row fields to display in a row with equal width */
  > div,
  > .field,
  > .form-field,
  .question-split-container,
  .control,
  .field_with_errors,
  .is-horizontal {
    display: contents;
  }

  /* Hide showMessage divs inside triple rows to prevent gap */
  [data-input-target="showMessage"] {
    display: none !important;
  }

  select,
  input[type="date"],
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    flex: 1;
    min-width: 0;
    width: auto !important;
  }
}

@media (max-width: 520px) {
  .lj-step2-form-row {
    .month-select-container,
    .day-select-container,
    .year-select-container {
      display: flex !important;
      width: auto !important;
      min-width: 0 !important;
      flex: 1 1 0 !important;
    }

    select {
      flex: 1 1 0 !important;
      min-width: 0 !important;
      width: 100% !important;
    }
  }

  .lj-step2-form-row-triple {
    select,
    input[type="text"] {
      flex: 1 1 0 !important;
      min-width: 0 !important;
      max-width: 33.33% !important;
      width: 33.33% !important;
    }

    /* Zip input slightly smaller */
    input[data-input-attribute-value="postcode"] {
      max-width: 30% !important;
      width: 30% !important;
    }
  }
}

/* Hide slashes in DOB input */
.month-select-container,
.day-select-container {
  font-size: 0;
  letter-spacing: -100px;

  select,
  .reg-select-with-placeholder {
    font-size: 16px;
    letter-spacing: normal;
  }
}

.year-select-container {
  select,
  .reg-select-with-placeholder {
    font-size: 16px;
    letter-spacing: normal;
  }
}

.lj-step2-form-field {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;

  &.no-margin {
    margin-bottom: 0;
  }
}

/* Collapsible Location Field Styles */

/* Wrapper maintains consistent height during transition */
.lj-location-wrapper {
  min-height: 48px;
  margin-bottom: 4px;
}

.lj-location-collapsed {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  margin-bottom: 4px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 0.25s ease-out;
}

.lj-location-collapsed:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(105, 166, 64, 0.1);
}

.lj-location-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hidden state for expanded fields - completely hidden */
.lj-location-hidden {
  display: none !important;
}

/* Expanded state with animation */
.lj-location-expanded.lj-location-visible {
  display: flex !important;
  opacity: 0;
  animation: locationFadeIn 0.3s ease-out forwards;
  animation-delay: 0.15s;
  margin-bottom: 4px !important;
}

@keyframes locationFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Collapsed button fade-out */
.lj-location-collapsed.lj-location-fading {
  opacity: 0;
  pointer-events: none;
}

/* Hide single phone input on desktop (phone_split shows 3 fields) */
@media (min-width: 1024px) {
  #lj-step2-form .single-phone-input {
    display: none !important;
  }
}

.lj-step2-error-message {
  color: rgba(217, 74, 55);
  font-size: 12px;
  margin-top: 4px;
}

/* Top error message - hidden by default */
#lj-step2-form-error {
  display: none;
  margin-bottom: 16px;
  align-items: center;
  gap: 8px;
}

#lj-step2-form-error-icon {
  color: #ef4444;
  font-size: 18px;
  line-height: 1;
  filter: hue-rotate(0deg);
}

#lj-step2-form-error-text {
  color: #ef4444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}

/* Step 2 Consent Text */
#lj-step2-consent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin: 0 0 8px 0;
  font-size: 9px;
  line-height: 14px;
  color: #05164d;
  opacity: 0.65;
  font-weight: 400;
}

#lj-step2-consent p {
  margin: 0 0 14px 0;
}

#lj-step2-consent p:last-child {
  margin-bottom: 0;
}

/* Step 2 Buttons */
#lj-step2-buttons-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
}

#lj-step2-submit-button {
  align-self: stretch;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  background: #69a640;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background-color 0.2s;

  &:hover {
    background-color: #5a8f36;
  }
}

#lj-step2-skip-link {
  align-self: stretch;
  height: 48px;
  padding: 0 24px;
  margin: 0;
  background: transparent;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;

  &:hover {
    color: #666;
  }
}

#jerbs-header-container {
  #top-bar {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-left: 1rem;
    padding-right: 1rem;
    background: rgb(9, 22, 74);
    #logo-link {
      display: flex;
      align-items: center;
      #header-logo-image {
        width: 170px;
      }
    }
  }
  #jerbs-header-search-form {
    display: none;
    background: rgb(243, 244, 249);
    padding: 1.5rem 1rem 0.75rem;
    .jerbs-header-input-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }
    .jerbs-header-input {
      width: 100%;
      height: 56px;
      font-size: 1rem;
      font-family: montserrat, sans-serif;
      font-weight: 400;
      padding-left: 14px;
      padding-right: 14px;
      line-height: 1;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
      border-radius: 8px;
      border: 0;
      outline: none;
    }
    .jerbs-header-clear {
      position: absolute;
      right: 14px;
      width: 18px;
      height: 18px;
      padding: 0;
      border: none;
      background: transparent;
      cursor: pointer;
      display: none;
    }
    .jerbs-header-clear::before {
      content: "×";
      display: block;
      font-size: 22px;
      line-height: 18px;
      text-align: center;
      color: #34579c;
      font-weight: 600;
      opacity: 0.9;
    }
    .jerbs-header-clear:hover::before {
      opacity: 1;
    }
    .jerbs-header-input-wrapper:hover .jerbs-header-clear {
      display: block;
    }
  }
  #jerbs-header-search-form.is-visible {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

#default-results-page-container {
  .multiline-page-title-container {
    text-align: center;
  }
  #offer-columns-container {
    margin-top: 1.5rem;
    .default-jobs-offer {
      margin-bottom: 2rem;
      .offer-container {
        .offer-description {
          margin: 0 auto 1.25rem;
        }
      }
    }
  }
}

.show-more-button {
  width: 100%;
}

#finish_page_frame {
  #jerbs-turbo-frame {
    height: 100%;
    background: rgb(243, 244, 249);
    padding: 1.5rem 1rem 2rem;
    font-family: Poppins;
    word-wrap: break-word;
    #jerbs-job-count-title {
      width: 100%;
      max-width: 1200px;
      text-transform: uppercase;
      color: #05164d;
      font-size: 13px;
      font-weight: 700;
      line-height: 13px;
      letter-spacing: 0.75px;
      margin: 0 auto 1rem;
    }
    #jerbs-content-container {
      width: 100%;
      max-width: 1200px;
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      gap: 10px;
      .jerbs-loading-text {
        color: #05164d;
        background: rgb(243, 244, 249);
        font-size: 13px;
        font-family: Poppins;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 13px;
        letter-spacing: 0.75px;
        padding: 1.5rem 1rem 2rem;
      }
      .jerbs-listing-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        .job-card-linkout {
          .job-content-card {
            padding: 20px 14px;
            background: white;
            box-shadow: rgba(0, 0, 0, 0.12) 0 2px 8px;
            border-radius: 6px;
            /*text-decoration: none;*/
            word-wrap: break-word;

            .job-title {
              color: #05164d;
              font-size: 20px;
              font-weight: 500;
              line-height: 20px;
              margin-bottom: 8px;
            }

            .job-description {
              margin-top: 4px;
              margin-bottom: 8px;
            }

            .description-text {
              color: rgba(24, 26, 31, 0.8);
              font-size: 13px;
              font-weight: 400;
              line-height: 13px;
            }

            .job-salary-container {
              display: flex;
              align-items: center;
              gap: 12px;
              margin-bottom: 24px;

              .job-tags {
                padding: 4px 8px;
                background: rgb(243, 244, 249);
                border-radius: 4px;
                text-align: center;
                color: rgba(9, 41, 144, 0.9);
                font-size: 12px;
                font-weight: 500;
                line-height: 12px;
              }
            }

            .job-content-footer {
              display: flex;
              align-items: flex-end;
              justify-content: space-between;

              .job-company-info-container {
                display: flex;
                gap: 10px;

                .job-logo {
                  width: 40px;
                  height: 40px;
                  border-radius: 4px;
                }

                .no-logo-logo {
                  display: inline-flex;
                  justify-content: center;
                  align-items: center;
                  background: #092990;

                  .no-logo-logo-internal {
                    width: 14px;
                    height: 14px;
                    transform: rotate(-45deg);
                    background: white;
                  }
                }

                .job-company-location-div {
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  gap: 5px;

                  .job-company-text {
                    color: #05164d;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 14px;
                  }

                  .job-location-text {
                    color: rgba(24, 26, 31, 0.8);
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 11px;
                    word-wrap: break-word;
                  }
                }
              }

              .job-days-left-text {
                color: #ec3a2a;
                font-size: 11px;
                font-weight: 500;
                line-height: 11px;
              }
            }
          }
        }
      }
      .more-pagination-button {
        height: 48px;
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 6px;
        background: rgb(18, 40, 138);
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 16px;
        color: #fff;
      }
    }
  }
}

#finish-footer-container {
  background: rgb(9, 22, 74);
  word-wrap: break-word;
  font-family: Poppins;
  #footer-header {
    display: flex;
    flex-direction: column;
    height: 133px;
    padding: 32px 16px 40px;
    gap: 24px;
    #logo-link {
      width: 170px;
      height: 24px;
    }
    #links-container {
      display: inline-flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      .policy-url {
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0.13px;
      }
    }
  }
  #copyright-text {
    height: 57px;
    padding: 24px 15px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0.09px;
  }
}

@media screen and (min-width: 769px) {
  #path-step {
    background-color: #c9e7f8;
    padding-top: 20px;
    #path-step-form {
      min-height: 575px;
      border: 1px solid #938875;
      padding: 30px 10px 5px;
    }
  }
  .default-jobs-offer {
    border-radius: 10px;
    border: 1px solid #dde6e6;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    .offer-container {
      padding: 2.25rem;
      .offer-title {
        color: #373a38;
      }
      .offer-buttons-container {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 29px;
        margin-bottom: 1.875rem;
        .colored-button {
          border: 1px solid #69a640;
          border-radius: 5px;
          border-top-color: #90e659;
          border-bottom-color: #508031;
          box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.6),
            0 1px 0 rgba(0, 0, 0, 0);
          background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#80cc4f),
            to(#6eaf44)
          );
          background-size: auto 200%;
          background-position: 0 100%;
        }
        .offer-button {
          font-family: "open_sans", helvetica, arial, sans-serif;
          font-size: 0.9rem;
          color: #fff;
          cursor: pointer;
          text-transform: uppercase;
          padding: 0.875rem 1.75rem 0.9375rem;
          margin: 14px 0 1.25rem;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          transition: all 0.5s ease;
        }
      }
    }
    .ch-offer-container {
      background: #fefefe;
      border-radius: 10px;
    }
  }
}

@media screen and (max-width: 768px) {
  #default-results-page-container {
    #offer-columns-container {
      .default-jobs-offer {
        padding-bottom: 1rem;
        border-bottom: 2px solid #2e3f63;
        .offer-container {
          .offer-description {
            max-width: 90%;
          }
        }
      }
    }
  }
  #path-step {
    position: relative;
    background: #384b72;
    border-top: 5px solid #f04d3e;

    /*Mobile Path Step header - commenting it out because we dont want it now but I dont wanna lose the code*/
    /*&::before {*/
    /*  content: "";*/
    /*  display: block;*/
    /*  width: 100%;*/
    /*  height: 3.825rem;*/
    /*  background-color: #384b72;*/
    /*  background-image: url("/assets/localjobster/logo_path_header_mobile-e1de2671.png");*/
    /*  background-size: 172px auto; !* size of the logo *!*/
    /*  background-repeat: no-repeat;*/
    /*  background-position: center center;*/
    /*}*/

    #path-step-form {
      min-height: 500px;
    }
    #path-step-footer {
      display: none;
    }
  }
  .default-jobs-offer {
    background: #ffffff;
    width: 100%;
    .offer-title {
      background: #2e3f63;
      color: #fff;
      margin: 0;
      padding: 15px 20px 10px;
      text-align: center;
      font-size: 20px;
      line-height: 22px;
    }
    .offer-description {
      font-size: 1rem;
      text-align: center;
    }
    .offer-buttons-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.25rem;
      margin: 1.8125rem 0 10px 0;
      .offer-button {
        width: 85%;
        border-radius: 100px;
        padding: 10px 30px;
        border: none;
        font-size: 1rem;
        color: #fff;
        text-transform: lowercase
      }
      .offer-button::first-letter {
        text-transform: uppercase;
      }
      .offer-accept-button {
        background: #66bf2a;
      }
      .decline-button {
        background: #ccc;
      }
    }
    .offer-container {
      .ch-offer-buttons-container {
        flex-direction: column;
        gap: 1.25rem;
        width: 85%;
        margin: 0 auto 1.25rem;
        .offer-button {
          border-radius: 0;
          border: none;
          cursor: pointer;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 17px 32px 16px;
        }
        .offer-accept-button {
          background: #66BF2A;
          font-size: 1rem;
        }
        .decline-button {
          background: rgb(204, 204, 204);
        }
      }
    }
  }
}

/* Step 2 Desktop adjustments */
@media (min-width: 1024px) {
  #local-jobster-step2-page {
    flex: 1;
  }

  #lj-step2-main-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 0 1 auto;

    &:not(:has(#lj-step2-form-container.last-step)) {
      padding: 12px 40px 32px 40px;
    }

    &:has(#lj-step2-form-container.last-step) {
      padding: 12px 40px;
    }
  }

  #lj-step2-form-container {
    margin: 8px auto 0;
    max-width: 468px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #local-jobster-step2-page #lj-footer {
    height: 114px !important;
    box-sizing: border-box;
  }

  #local-jobster-step2-page #lj-footer-disclaimer {
    height: auto;
  }

  #local-jobster-step2-page #lj-footer-links {
    margin-bottom: 6px;
  }

  #local-jobster-step2-page #lj-footer-copyright {
    margin: 0;
  }

  #lj-step2-form .question-split-container {
    margin-bottom: 0px !important;
  }
}

/* Handle short viewports - reduce padding but keep centering */
@media (min-width: 1024px) and (max-height: 750px) {
  #lj-step2-main-content {
    padding: 30px 40px 20px;
  }
}

/* Very short viewports */
@media (min-width: 1024px) and (max-height: 600px) {
  #lj-step2-main-content {
    padding: 20px 40px;
    align-items: flex-start;
  }
}

/* Tall viewports - center form */
@media (min-width: 1024px) and (min-height: 900px) {
  #lj-step2-main-content {
    align-items: center;
    justify-content: center;

    &:not(:has(#lj-step2-form-container.last-step)) {
      padding-top: 0px;
      padding-bottom: 32px;
    }
  }
}

/* Large desktop */
@media (min-width: 1960px) {
  #lj-step2-main-content {
    &:not(:has(#lj-step2-form-container.last-step)) {
      padding: 0px 40px 32px;
    }
  }

  #lj-step2-form-container {
    width: 100%;
    max-width: 468px;
  }
}

/* Step 2 Responsive */
@media (max-width: 968px) {
  #lj-step2-main-content {
    padding: 40px 24px;
  }

  #lj-step2-form-container {
    padding: 30px 20px;
  }

  #lj-step2-title {
    font-size: 24px;
  }

  #lj-step2-subtitle {
    font-size: 14px;
  }

  #lj-step2-progress {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .lj-step2-form-row {
    grid-template-columns: 1fr;
  }

  .lj-step2-form-row-triple {
    grid-template-columns: 1fr;
  }

  /* Phone split on mobile - stack vertically */
  #lj-step2-form .phone-inputs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #lj-step2-header {
    padding: 0 20px 0 16px;
  }

  #lj-step2-main-content {
    padding: 0 24px;
  }

  #lj-step2-form-container {
    padding: 16px 0;
  }

  #lj-step2-progress {
    width: 41px;
    height: 41px;
    font-size: 18px;
  }

  /* Step 2/2 (last step) specific adjustments */
  #lj-step2-form-container.last-step #lj-step2-progress {
    font-size: 16px;
  }

  #lj-step2-form-container.last-step #lj-step2-subtitle {
    margin-top: 4px;
  }

  #lj-step2-form-container.last-step #lj-step2-title-block {
    padding-top: 4px;
  }

  #lj-step2-title {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  #lj-step2-main-content {
    padding: 0 16px;
  }

  #lj-step2-form-container {
    padding: 16px 0;
  }

  #lj-step2-title {
    font-size: 26px;
  }
}

/* Small mobile devices and tablets - adjust stepper and padding */
@media (max-width: 1024px) {
  #lj-step2-form-container {
    padding: 7px 0 16px 0;
    margin-bottom: 16px;
  }

  #lj-step2-progress {
    width: 3rem;
    height: 3rem;
  }

  .lj-step2-form-row,
  .lj-step2-form-row-triple,
  .lj-step2-form-field {
    margin-bottom: 8px;
  }

  #lj-step2-form .question-split-container {
    margin-bottom: 0px !important;
  }

  #lj-step2-consent {
    margin-top: 0px;
  }

  #lj-step2-consent p {
    margin-bottom: 14px;
  }

  #local-jobster-step2-page #lj-footer {
    height: 142px !important;
  }

  #local-jobster-step2-page #lj-footer-links {
    padding-top: 17px;
  }
}

/* Small mobile devices - adjust form container padding */
@media (max-width: 480px) {
  #lj-step2-form-container {
    padding-top: 8px;
  }
}

/* Tablets and small laptops - adjust footer height */
@media (min-width: 481px) and (max-width: 1024px) {
  #local-jobster-step2-page #lj-footer {
    height: 128px !important;
  }
}

/* ============================================
   SURVEY DEFAULT PAGE STYLES (Step 3+)
   ============================================ */

#lj-survey-header {
  padding: 16px;
  background-color: rgb(243, 244, 249);
}

#lj-survey-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

#lj-survey-logo-favicon {
  width: 21px;
  height: 25px;
}

#lj-survey-logo-text {
  width: 156px;
  height: 19px;
}

#lj-survey-main-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
}

#lj-survey-form-container {
  background: white;
  border-radius: 12px;
  box-shadow: rgba(26, 27, 51, 0.15) 0px 4px 32px 0px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
}

#lj-survey-title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(28, 30, 77);
  margin-bottom: 30px;
  text-align: center;
}

#lj-survey-questions {
  margin-bottom: 24px;
}

.lj-survey-question {
  margin-bottom: 24px;
}

#lj-survey-optins {
  margin-bottom: 24px;

  /* Optin text styling */
  label,
  p {
    color: rgb(5, 22, 77);
    font-size: 13px;
    line-height: 1.5;
  }
}

#lj-survey-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#lj-survey-submit-button {
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background: #69a640;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;

  &:hover {
    background-color: #5a8f36;
  }
}

#lj-survey-skip-button {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid rgb(207, 208, 242);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(70, 72, 76, 0.8);
  cursor: pointer;
  transition: all 0.2s;

  &:hover {
    background-color: rgba(233, 234, 238, 0.5);
    border-color: rgba(70, 72, 76, 0.3);
  }
}

/* Survey Large screens */
@media (min-width: 1600px) {
  html:has(#local-jobster-survey-page),
  body:has(#local-jobster-survey-page) {
    overflow-x: hidden !important;
    height: auto !important;
  }

  #local-jobster-survey-page {
    min-height: 100vh;
    height: auto !important;
  }

  #lj-survey-main-content {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  #lj-survey-form-container {
    max-width: 500px;
  }

  #lj-survey-title {
    font-size: 26px;
  }

  #lj-survey-submit-button {
    height: 60px;
    font-size: 18px;
  }
}

/* Survey Extra large screens */
@media (min-width: 1920px) {
  html:has(#local-jobster-survey-page),
  body:has(#local-jobster-survey-page) {
    overflow-x: hidden !important;
    height: auto !important;
  }

  #local-jobster-survey-page {
    min-height: 100vh;
    height: auto !important;
  }

  #lj-survey-main-content {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  #lj-survey-form-container {
    max-width: 550px;
    padding: 45px;
  }

  #lj-survey-title {
    font-size: 28px;
  }

  #lj-survey-submit-button {
    height: 64px;
    font-size: 19px;
  }

  #lj-survey-skip-button {
    height: 52px;
    font-size: 16px;
  }
}

/* Survey Ultra wide screens */
@media (min-width: 2560px) {
  html:has(#local-jobster-survey-page),
  body:has(#local-jobster-survey-page) {
    overflow-x: hidden !important;
    height: auto !important;
  }

  #local-jobster-survey-page {
    min-height: 100vh;
    height: auto !important;
  }

  #lj-survey-main-content {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  #lj-survey-form-container {
    max-width: 700px;
    padding: 55px;
  }

  #lj-survey-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  #lj-survey-submit-button {
    height: 80px;
    font-size: 24px;
  }

  #lj-survey-skip-button {
    height: 64px;
    font-size: 20px;
  }

  .lj-survey-question {
    margin-bottom: 32px;
  }

  #lj-survey-optins label,
  #lj-survey-optins p {
    font-size: 16px;
  }
}

/* Survey Super ultra wide screens */
@media (min-width: 3440px) {
  html:has(#local-jobster-survey-page),
  body:has(#local-jobster-survey-page) {
    overflow-x: hidden !important;
    height: auto !important;
  }

  #local-jobster-survey-page {
    min-height: 100vh;
    height: auto !important;
  }

  #lj-survey-main-content {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  #lj-survey-form-container {
    max-width: 900px;
    padding: 65px;
  }

  #lj-survey-title {
    font-size: 44px;
    margin-bottom: 50px;
  }

  #lj-survey-submit-button {
    height: 96px;
    font-size: 28px;
  }

  #lj-survey-skip-button {
    height: 76px;
    font-size: 24px;
  }

  #lj-survey-optins label,
  #lj-survey-optins p {
    font-size: 18px;
  }
}

/* Survey Extreme ultra wide screens */
@media (min-width: 3840px) {
  html:has(#local-jobster-survey-page),
  body:has(#local-jobster-survey-page) {
    overflow-x: hidden !important;
    height: auto !important;
  }

  #local-jobster-survey-page {
    min-height: 100vh;
    height: auto !important;
  }

  #lj-survey-main-content {
    align-items: flex-start !important;
    min-height: auto !important;
  }

  #lj-survey-form-container {
    max-width: 1100px;
    padding: 75px;
  }

  #lj-survey-title {
    font-size: 52px;
    margin-bottom: 60px;
  }

  #lj-survey-submit-button {
    height: 110px;
    font-size: 32px;
  }

  #lj-survey-skip-button {
    height: 88px;
    font-size: 28px;
  }

  #lj-survey-optins label,
  #lj-survey-optins p {
    font-size: 22px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  #lj-survey-form-container {
    padding: 30px 20px;
  }

  #lj-survey-title {
    font-size: 20px;
  }
}
