body {
  --theme-color: #00769A;
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 40px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 40px 60px 60px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 40px 100px 60px;
  }
}

.job__body--wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #eee;
}

.job__body--wrapper .job__detail--container,
.job__body--wrapper article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.job__body--wrapper article {
  padding: 32px;
  background-color: #fff;
}

.job__body--wrapper article h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.job__article--location-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.job__article--location-wrapper address {
  font-style: normal;
}

.job__article--location-wrapper svg {
  color: var(--theme-color);
}

.job__body--wrapper .job__body--title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 16px;
}

.social-share--toggle {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn--primary {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  border: solid 1px;
  border-radius: 5px;
  margin-top: 16px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: easeall 0.2s;
  background: #00769A;
  color: white;
}

.btn--primary:hover {
  background-color: #016C8D;
  color: white;
}

.job__body--apply-end {
  margin: 38px 0 0;
}

.job__body--wrapper aside {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 0;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}

.job__body--wrapper aside h3 {
  color: var(--theme-color);
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 24px;
}

.job__body--wrapper .job__brief {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.job__body--wrapper .job__brief .item--name {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: inherit;
  display: block;
}

.job__body--wrapper .job__brief .item--value {
  font-size: 17px;
  line-height: normal;
  color: inherit;
  word-wrap: break-word;
}

.job__body--wrapper .job__brief--item:has(.item--value:empty) {
  display: none;
}

.job__body--wrapper .share-popup-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  background: #fff;
}

.job__body--wrapper .share-popup-wrapper ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 6px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.job__body--wrapper .share-option {
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
}

.job__body--wrapper .share-option+.share-option {
  border-top: solid 1px #eee;
}

.job__body--wrapper .share-option :is(a, button) {
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  border: none;
  background-color: transparent;
}

.job__body--wrapper .share-option:hover {
}

.job__body--wrapper .share-option:hover :is(a, button) {
  color: var(--red);
}

.job__body--wrapper .job_detail-action-group {
  position: relative;
  margin: 0 0 14px;
}

@media (min-width: 1280px) {
  .job__body--wrapper .job__detail--container {
    flex-direction: row;
    gap: 40px;
  }

  .job__body--wrapper aside {
    width: min(25%, 300px);
    flex-shrink: 0;
    order: 1;
  }
}

.job__header {
  position: relative;
  padding: 4rem 0;
  /* background-color: var(--theme-color); */
}

.job__header .btn--primary {
  width: -moz-fit-content;
  width: fit-content;
}

.job__header .job__header--title {
  text-align: center;
}

.job__header .job__header--title p {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.job__header .job__header--title h1 {
  color: var(--theme-color);
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .job__header .job__header--title h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.job__header .job__header--toolbar {
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .job__header .job__header--toolbar {
    display: -ms-flexbox;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: flex-end;
  }
}

.job__header .job__header--toolbar .btn--secondary {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.job__header--apply {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}