.jd-page {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem 1.6rem
}

@media (min-width: 768px) {
  .jd-page {
    padding: 6.4rem 3.2rem
  }
}

.jd-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}

.jd-main-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media (min-width: 768px) {
  .jd-main-content-wrapper {
    flex-direction: row;
    gap: 3.2rem;
  }
}

.job-post-summary {
  flex-shrink: 0;
  width: 100%;
}

.job-post-summary-card {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2.4rem;
}

@media (min-width: 768px) {
  .job-post-summary-card {
    position: sticky;
    top: 14rem;
    padding: 3.2rem;
  }

  .job-post-summary {
    flex-shrink: 0;
    max-width: 30rem;
  }
}

.jd-main-content-location {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .jd-main-content-location {
    margin-bottom: 4.8rem;
  }
}

.jd-main-content-left {
  width: 100%;
  padding: 2.4rem;
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .jd-main-content-left {
    padding: 3.2rem;
  }
}

.job-post-summary-title {
  margin-bottom: 2.4rem
}

.job-description-list__item:has(.job-description-list__item-value:empty) {
  display: none;
}

.job-description-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.job-description-list__item-label {
  flex-shrink: 0;
  font-weight: 700;
}

.job-description-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem
}

.job-description-list__item-value {
  word-break: break-word;
}

.jd-content {
  margin-bottom: 2.4rem;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .jd-content {
    margin-bottom: 3.8rem;
  }
}

.jd-content h2 {
  margin-bottom: 2.4rem;
}

.jd-content ul,
.jd-content ol {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
  margin: 1rem 0;
  padding-left: 2rem;
  unicode-bidi: isolate;
}

.jd-content li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}


/* Remove default list styles */
.jd-content p {
  display: block;
  margin: 1rem 0;
  unicode-bidi: isolate;
}

.apply-button,
#share-btn {
  background-color: #000;
  transition: all .2s ease-in;
  padding: 0.8rem 2.4rem;
  border-radius: 0.2rem;
  color: #fff;
  width: 100%;
  height: 4rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  box-shadow: inset 0rem 0rem 0rem .2rem #000;
}

#share-btn {
  margin-top: 1.6rem;
}

.apply-button:hover,
#share-btn:hover {
  background-color: transparent;
  color: #000
}

#share-btn svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #FFF;
  transition: all .2s ease-in;
}

#share-btn:hover svg {
  fill: #000
}

#share-overlay {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

#share-overlay>div {
  padding: 1.6rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: inset 0 0 0 0.1rem #000;
}

#facebook-btn,
#twitter-btn,
#linkedin-btn,
#email-btn {
  letter-spacing: .05rem;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: #000;
  transition: all .2s ease-in;
}

/* #facebook-btn:hover,
#twitter-btn:hover,
#linkedin-btn:hover,
#email-btn:hover {
    color: #
} */

#end-posting-field:has(.value:empty) {
  display: none;
}


.job-video {
    position: relative;
    margin-bottom: 1rem;
    
}

.job-video iframe {
  width: 100%;
  height: 200px;
}


@media(min-width: 1000px) {
.job-video iframe {
    
    height: 500px;
  }
}