/* Job application & thank-you pages — LLumar 2026 rebrand */

.llumar-page--job-apply .llumar-breadcrumb-wrap,
.llumar-page--job-thankyou .llumar-breadcrumb-wrap {
  padding-top: 1.5rem;
}

.llumar-page--job-apply .paragraph.text.container-965,
.llumar-page--job-thankyou .paragraph.text.container-965 {
  padding-bottom: 1.5rem;
}

.llumar-page--job-apply .paragraph.text .cmp-text p,
.llumar-page--job-thankyou .paragraph.text .cmp-text p {
  margin: 0 0 1rem;
}

.llumar-page--job-apply .job-positions-promo,
.llumar-page--job-thankyou .job-positions-promo {
  display: block;
  width: 100%;
  max-width: 33.125rem;
  height: auto;
  margin: 0 auto 2rem;
  border-radius: 0.5rem;
}

.llumar-page--job-apply .job-apply-position {
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #540606;
  margin: 0 0 1.5rem;
}

.llumar-page--job-apply .job-apply-form-wrap {
  margin: 0 auto;
  max-width: 28rem;
  padding: 0 1.5rem 4rem;
}

.llumar-page--job-apply .job-application-form {
  font-family: var(--llumar-font-body);
  width: 100%;
}

.llumar-page--job-apply .job-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  width: 100%;
}

.llumar-page--job-apply .job-form-field label {
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.llumar-page--job-apply .job-application-form input[type="text"],
.llumar-page--job-apply .job-application-form input[type="tel"] {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 300;
  height: 2.8125rem;
  line-height: 1.2;
  padding: 0.125rem 0.5rem;
  transition: background 0.5s;
  width: 100%;
}

.llumar-page--job-apply .job-application-form input[type="text"]:focus,
.llumar-page--job-apply .job-application-form input[type="tel"]:focus {
  background: #fbfbfb;
  border-color: #f5f5f5;
  outline: none;
}

.llumar-page--job-apply .job-application-form input.is-invalid {
  background: rgba(255, 22, 68, 0.05);
  border: 1.5px solid #ff1644;
}

.llumar-page--job-apply .job-form-actions {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}

.llumar-page--job-apply .job-form-submit {
  background-color: #dc2223;
  border: none;
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  transition: opacity 0.2s ease;
  width: 100%;
}

.llumar-page--job-apply .job-form-submit:hover,
.llumar-page--job-apply .job-form-submit:focus {
  opacity: 0.88;
}

.llumar-page--job-apply .job-form-submit:disabled {
  cursor: default;
  opacity: 0.5;
}

.llumar-page--job-apply .job-form-loader {
  display: none;
  margin: 1rem auto 0;
  text-align: center;
  color: #4d4d4f;
  font-size: 0.875rem;
  font-weight: 500;
}

.llumar-page--job-apply .job-form-loader.is-visible {
  display: block;
}

/* Thank-you */
.llumar-page--job-thankyou .job-thankyou-box {
  margin: 0 auto 4rem;
  max-width: 32.5rem;
  padding: 0 1.5rem;
  text-align: center;
}

.llumar-page--job-thankyou .job-thankyou-text {
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.llumar-page--job-thankyou .job-thankyou-actions {
  display: flex;
  justify-content: center;
}

.llumar-page--job-thankyou .job-thankyou-btn {
  background-color: #dc2223;
  border: none;
  border-radius: 4rem;
  color: #fff !important;
  display: inline-block;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.llumar-page--job-thankyou .job-thankyou-btn:hover,
.llumar-page--job-thankyou .job-thankyou-btn:focus {
  color: #fff !important;
  opacity: 0.88;
  text-decoration: none;
}
