.position-card {
  background: #f3f5f9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 26px;
}

.view-position-btn {
  display: none;
  width: 59px;
  height: 59px;
  background: linear-gradient(288.62deg, #0da7fd 25.81%, #3171ea 86.67%);
  box-shadow: 0px 12px 17px rgba(103, 146, 210, 0.19);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.company-descriptions .more-details,
.company-descriptions .ellipsis,
.company-descriptions.show-more .more,
.company-descriptions.show-more .show-less {
  display: inline;
}

.company-descriptions .more,
.company-descriptions.show-more .more-details,
.company-descriptions.show-more .ellipsis,
.company-descriptions .show-less {
  display: none;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  padding-left: 4px;
  padding-right: 4px;
}

.body-card.corporate-body-card {
  z-index: 9998;
  margin-top: 0px;
  width: 100%;
}

.body-wrapper.no-banner-sm .body-card {
  margin-top: -15px;
}

.body-wrapper.no-banner-sm .organization-images {
  display: none;
}

.body-card.corporate-body-card .content-wrapper {
  padding: 26px;
  position: relative;
}

.body-card.corporate-body-card .card-header {
  padding: 0px 0px;
}

.footer-item + .footer-item:before {
  content: " | ";
}

.corporate-footer {
  max-width: 898px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.organization-images {
  margin-top: -15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 415px;
}

.organization-images.mobile-mini {
  height: 58px;
}

.organization-images.mobile-mini .organization-title {
  display: none;
}

.organization-images .organization-title {
  margin-top: 0px;
  font-size: 24px;
  text-align: center;
  color: white;
}

.organization-images .organization-image {
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.organization-images .organization-image-full .organization-image:last-child,
.organization-images .organization-images-right {
  display: none;
}

.organization-images .organization-image-full .organization-image:only-child,
.organization-images .organization-image-full,
.organization-images .organization-images-left {
  display: flex;
  flex: 1;
  height: 100%;
}

.organization-images.without-images {
  background-color: #148bdf;
}

.organization-back-btn {
  position: absolute;
  left: 50px;
  top: 60px;
}

.corporate-body-card .submit-title {
  padding: 0px;
}

.corporate-body-card .application-form {
  padding: 0px;
}

.location-item {
  cursor: pointer;
}

.location-item:hover {
  background: #f3f5f9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.position-title {
  font-size: 14px;
  color: #27272a;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.tooltip .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, 0.29);
}

.tooltip .popover.top {
  margin-top: -11px;
}

.tooltip .arrow {
  display: none;
}

.faq-answer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #e1e1e1;
}

.show-faq-answer .faq-question {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.show-faq-answer .faq-answer {
  display: block !important;
}

.show-faq-answer .collapse-icon {
  display: block !important;
}

.show-faq-answer .expand-icon {
  display: none !important;
}

.rounded-share-button {
  background: #f3f5f9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
  border-radius: 50px;
}

.organization-apply-btn {
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  border: none;
}

.organization-position-apply .verify-result {
  padding: 40px 0;
}

.organization-position-apply .verify-result .border-top {
  padding-top: 0;
}

.organization-position-apply .verify-text {
  margin-top: 0;
}

.organization-share.sticky {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 23px 0px;
  justify-content: space-around;
  width: 100%;
  background: white;
}

/* Bottom Apply CTA sits above fixed sticky bar (avoid taps hitting bar only). */
@media screen and (max-width: 699px) {
  .organization-share.sticky ~ .body-wrapper .border-top a.btn.bg-blue-gradient {
    margin-bottom: 96px;
  }
}

.organization-share .popover {
  left: 0px !important;
}

.organization-share .arrow {
  display: none;
}

.organization-share .popover-content {
  padding: 15px 22px;
}

.organization-share .popover-content .share-item {
  padding: 12px 0px;
}

.organization-share .share-content .share-item img {
  width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 15px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 6px 20px;
  background-color: #f3f5f9;
  border-radius: 4px;
}

.tag.tag-small {
  padding: 2px 8px;
  border-radius: 3px;
}

.input-group {
  display: flex;
}

.input-group input {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  flex: 1;
  height: 50px;
  background-color: #fff;
  font-size: 13px;
}

.input-group input:last-child {
  border: 1px solid #e8e8e8;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group input:focus {
  outline: none;
}

.input-group .input-prepend {
  border: 1px solid #e8e8e8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  margin-right: -1px;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  display: flex;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 9999;
}

.dropdown-menu > li > a.language-switcher-options {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px;

  display: flex;
  align-items: center;
}

a.nav-item-link.active {
  padding-top: 4px;
  border-bottom: 4px solid #0d8ce6;
}

.nav-item-link-nearby {
  border: 1px solid #0d8ce6;
  padding: 4px 15px 4px 10px;
}

.rounded-pagination .pagination > li > a,
.rounded-pagination .pagination > li > span {
  background: #f3f5f9;
  border-color: #f3f5f9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
  border-radius: 50px;
  margin-top: 8px;
  margin-right: 10px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.rounded-pagination .pagination > li > a:hover,
.rounded-pagination .pagination > .active > a,
.rounded-pagination .pagination > .active > span,
.rounded-pagination .pagination > .active > a:hover,
.rounded-pagination .pagination > .active > span:hover,
.rounded-pagination .pagination > .active > a:focus,
.rounded-pagination .pagination > .active > span:focus {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 6.42857px 12.8571px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  color: #000000;
}

.border-top {
  margin-top: 40px;
  padding-top: 40px;
  /* border-top: 1px solid #DEDEDE; */
  border-top: 1px solid #e4e4e7;
  width: 100%;
}

.position-metadata-tags {
  flex-wrap: wrap;
  line-height: 20px;
  gap: 8px;
}

.position-metadata-tags .image-icons {
  margin: 0 4px 0 0;
  width: 20px;
  height: 20px;
}

.position-metadata-pay .image-icons {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}

.position-metadata-job-types {
  gap: 8px;
}

@media screen and (min-width: 700px) {
  .organization-position-apply .border-top {
    display: none;
  }
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.share .popover {
  max-width: 236px;
}

@media screen and (min-width: 700px) {
  .view-position-btn {
    display: flex;
  }

  .position-card {
    padding: 26px 33px;
  }

  .organization-images.mobile-mini,
  .organization-images {
    height: 521px;
    align-items: center;
  }

  .organization-images.masked {
    display: flex;
  }

  .body-wrapper.no-banner-sm .organization-images {
    display: flex;
  }

  .body-wrapper.no-banner-sm .body-card,
  .body-card.corporate-body-card {
    margin-top: -350px;
    max-width: 898px;
  }

  .body-card.corporate-body-card .content-wrapper {
    padding: 33px 130px 50px 130px;
  }

  .organization-apply-btn {
    width: 100%;
  }

  .organization-share {
    position: relative;
  }

  .corporate-footer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .organization-images .organization-images-left {
    flex: 5;
  }

  .organization-images .organization-image-full .organization-image:last-child {
    display: flex;
  }

  .organization-images .organization-images-right {
    margin-left: 10px;
    height: 100%;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .organization-images .organization-image:nth-child(2) {
    display: flex;
    margin-left: 10px;
  }

  .organization-images .organization-images-left .organization-image,
  .organization-images .organization-images-right .organization-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .organization-images
    .organization-images-right
    .organization-image:last-child {
    margin-top: 10px;
  }

  .organization-images .organization-title {
    margin-top: -350px;
    font-size: 30px;
  }
}

/* Add this style to prevent scrolling on the body element when the modal is open */
body.modal-open, body.chatbot-open {
  overflow: hidden;
}

@media screen and (min-width: 568px) {
  body.modal-open, body.chatbot-open {
    overflow: auto;
  }
}

/* Job page — app download prompt (mobile banner + desktop modal) */

.job-page-app-banner {
  box-sizing: border-box;
}

.job-page-app-banner.is-hidden {
  display: none;
}

/* Mobile: elevated white card below header */
.job-page-app-banner--mobile {
  width: 100%;
  padding: 4px 6px;
  background: transparent;
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Header scrolled away — fixed banner hugs top (was leaving a 57px gap). */
.job-page-app-banner--mobile.job-page-app-banner--flush-top {
  top: env(safe-area-inset-top, 0px);
}

.job-page-app-banner--mobile .job-page-app-banner__card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 10px 12px 20px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.12), 0 1px 3px rgba(15, 34, 58, 0.06);
}

.job-page-app-banner__icon-shell {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-page-app-banner__mark {
  display: block;
}

.job-page-app-banner__copy {
  flex: 1;
  min-width: 0;
}

.job-page-app-banner--mobile .job-page-app-banner__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1f36;
}

.job-page-app-banner--mobile .job-page-app-banner__subtitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #8791a8;
}

.job-page-app-banner--mobile .job-page-app-banner__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.job-page-app-banner--mobile .job-page-app-banner__open {
  flex-shrink: 0;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background-color: #3C6CDE;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.job-page-app-banner--mobile .job-page-app-banner__open:active {
  opacity: 0.92;
}

.job-page-app-banner--mobile .job-page-app-banner__close {
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
  min-width: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0 4px;
  background: transparent;
  border: none;
  color: #a4aec5;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-page-app-banner--mobile .job-page-app-banner__close:hover {
  color: #6b7589;
}

.job-page-app-sheet {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  pointer-events: none;
}

.job-page-app-sheet.is-visible {
  display: block;
  pointer-events: auto;
}

.job-page-app-sheet__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

/* Match page typography; `<button>` can use UA default font unless inherit is set */
.job-page-app-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  max-height: min(92vh, 640px);
  overflow-y: auto;
  font-family: inherit;
  border-radius: var(--space-large-s, 24px) var(--space-large-s, 24px) 0 0;
  background: linear-gradient(
    180deg,
    var(--Accent-Blue-accent-blue-150, #dae5ff) 0%,
    var(--Base-base-white-100, #fff) 49.58%
  ),
    var(--Background-bg-white-1, #fff);
  padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 32px rgba(15, 34, 58, 0.14);
}

.job-page-app-sheet__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 400px;
  margin: 0 auto;
}

.job-page-app-sheet__icon-wrap {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 0 10.667px 0 rgba(22, 26, 36, 0.06),
    0 0 10.667px 1.333px rgba(22, 26, 36, 0.08);
}

.job-page-app-sheet__mark {
  display: block;
}

.job-page-app-sheet__headline {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #1a1f36;
}

.job-page-app-sheet__headline-lead {
  font-weight: 700;
}

.job-page-app-sheet__benefits {
  margin: 0 0 24px;
  padding: 16px;
  list-style: none;
  background: #F4FCF8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.job-page-app-sheet__benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #0E3C24;
}

.job-page-app-sheet__benefit:first-child {
  padding-top: 4px;
}

.job-page-app-sheet__benefit:last-child {
  padding-bottom: 4px;
}

.job-page-app-sheet__check {
  flex-shrink: 0;
  margin-top: 1px;
}

.job-page-app-sheet__benefit-text {
  flex: 1;
  min-width: 0;
}

.job-page-app-sheet__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.job-page-app-sheet__primary,
.job-page-app-sheet__secondary {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 590;
  line-height: 1.25;
  cursor: pointer;
}

.job-page-app-sheet__primary {
  border: none;
  background-color: #3C6CDE;
}

.job-page-app-sheet__secondary {
  border: 1px solid #dee1ec;
  color: #1a1f36;
}

body.job-page-app-sheet-open {
  overflow: hidden;
}

/* Position apply — Workstream App prompt (below legal copy; flat card, no gradient) */

.position-apply-app-tip {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.position-apply-app-tip__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0px;
  background: #fff;
  font-family: inherit;
}

.position-apply-app-tip__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.position-apply-app-tip__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 10px;
  box-shadow:
    0 0 10.667px 0 rgba(22, 26, 36, 0.06),
    0 0 10.667px 1.333px rgba(22, 26, 36, 0.08);
}

.position-apply-app-tip__mark {
  display: block;
}

.position-apply-app-tip__copy {
  width: 100%;
  text-align: left;
}

.position-apply-app-tip__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1f36;
}

.position-apply-app-tip__subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #6b7589;
}

.position-apply-app-tip__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  padding: 12px 36px;
  border: 1px solid #dee1ec;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #3c6cde;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.position-apply-app-tip__cta:hover {
  border-color: #c5cae0;
  color: #2f5cbf;
}

.job-page-app-desktop-card {
  position: fixed;
  bottom: 20px;
  right: 10px;
  /* `right` overridden by JS so left edge clears `.body-card` by 10px (job-page-desktop-app-card.js). */
  z-index: 10045;
  box-sizing: border-box;
  width: 256px;
  max-width: calc(100vw - 40px);
}

.job-page-app-desktop-card.is-collapsed {
  width: auto;
}

.job-page-app-desktop-card__chip {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.job-page-app-desktop-card:not(.is-collapsed) .job-page-app-desktop-card__chip {
  display: none !important;
}

.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__chip {
  display: flex;
}

.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__wrap {
  display: none !important;
}

/* Collapsed chip: white logo tile + glass download pill (bottom-right). */
.job-page-app-desktop-card__chip-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Reserve space for download badge (positioned outside bottom-right). */
  margin: 0 8px 6px 0;
}

.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__chip .job-page-app-desktop-card__logo-shell {
  width: 41px;
  height: 41px;
  padding: 6px;
  border: none;
  border-radius: 12px;
  box-shadow:
    0 2px 2px 0 rgba(22, 26, 36, 0.06),
    0 4px 8px 1px rgba(22, 26, 36, 0.08);
}

.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__chip .job-page-app-desktop-card__mark {
  width: 35px;
  height: 35px;
}

.job-page-app-desktop-card__chip-badge {
  position: absolute;
  right: -8px;
  bottom: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 2px 0 rgba(22, 26, 36, 0.06),
    0 2px 6px 0 rgba(22, 26, 36, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.job-page-app-desktop-card__chip-download {
  display: block;
}

.job-page-app-desktop-card__chip:hover .job-page-app-desktop-card__logo-shell,
.job-page-app-desktop-card__chip:focus-visible .job-page-app-desktop-card__logo-shell {
  border-color: #5ab3e9;
}

.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__chip:hover .job-page-app-desktop-card__logo-shell,
.job-page-app-desktop-card.is-collapsed .job-page-app-desktop-card__chip:focus-visible .job-page-app-desktop-card__logo-shell {
  border: none;
  box-shadow:
    0 2px 4px 0 rgba(22, 26, 36, 0.08),
    0 6px 12px 2px rgba(69, 124, 255, 0.12);
}

.job-page-app-desktop-card__chip:focus-visible {
  outline: 2px solid #5ab3e9;
  outline-offset: 2px;
  border-radius: 14px;
}

.job-page-app-desktop-card__wrap {
  position: relative;
  background: var(--Background-bg-white-0, #fff);
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  /* Shadow/Light/shadow-2 */
  box-shadow:
    0 2px 2px 0 rgba(22, 26, 36, 0.06),
    0 4px 8px 1px rgba(22, 26, 36, 0.08);
}

.job-page-app-desktop-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.job-page-app-desktop-card__brand {
  display: flex;
  align-items: center;
}

.job-page-app-desktop-card__logo-shell {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  padding: 4px;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 12px;
}

.job-page-app-desktop-card__mark {
  display: block;
  width: 36px;
  height: 36px;
}

.job-page-app-desktop-card__dismiss {
  flex-shrink: 0;
  background: transparent;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #8791a8;
  cursor: pointer;
  padding: 0 4px;
  margin: -6px -4px 0 0;
}

.job-page-app-desktop-card__dismiss:hover {
  color: #5ab3e9;
}

.job-page-app-desktop-card__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1c21;
}

.job-page-app-desktop-card__subtitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #4a4d54;
}

.job-page-app-desktop-card__benefits {
  margin: 12px 0 14px;
  padding: 10px 12px;
  list-style: none;
  border-radius: 10px;
  background: #f1f9f4;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.job-page-app-desktop-card__benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #1a5336;
}

.job-page-app-desktop-card__check {
  flex-shrink: 0;
  margin-top: 1px;
}

.job-page-app-desktop-card__benefit-text {
  flex: 1;
  min-width: 0;
}

.job-page-app-desktop-card__qr-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.job-page-app-desktop-card__qr {
  display: block;
  image-rendering: pixelated;
  border-radius: 6px;
}

.job-page-app-desktop-card__sms {
  position: relative;
}

.job-page-app-desktop-card__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.job-page-app-desktop-card__sms-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1c21;
}

.job-page-app-desktop-card__sms-icon svg {
  display: block;
  color: #1a1c21;
}

.job-page-app-desktop-card__sms-heading-text {
  line-height: 1.25;
  font-size: 16px;
}

.job-page-app-desktop-card__telcombo {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #457CFF;
}

.job-page-app-desktop-card__telcc {
  display: flex;
  align-items: center;
  padding: 0 10px 0 14px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1a1c21;
  user-select: none;
}

.job-page-app-desktop-card__telsep {
  width: 1px;
  align-self: stretch;
  background: #e3e8f0;
  flex-shrink: 0;
}

.job-page-app-desktop-card__phone-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  background: transparent;
  color: #1a1c21;
}

.job-page-app-desktop-card__phone-input::placeholder {
  color: #b0b7c6;
}

.job-page-app-desktop-card__sms-feedback {
  margin: 4px 0 0;
  color: #6b7280;
}

.job-page-app-desktop-card__sms-feedback--error {
  color: #d93025;
}

.job-page-app-desktop-card__sms-feedback--success {
  color: #2c8818;
}

.job-page-app-desktop-card__send-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 12px 14px;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #457CFF;
  border-radius: var(--space-small-l, 6px);
  background: var(--Base-base-gray-005, rgba(2, 25, 79, 0.05));
  cursor: pointer;
}

.job-page-app-desktop-card__send-btn:hover:not(:disabled) {
  background: #ebeff7;
}

.job-page-app-desktop-card__send-btn:disabled {
  cursor: default;
  opacity: 0.75;
}


@media screen and (max-width: 700px) {
  .job-page-app-desktop-card {
    display: none !important;
  }
}
