.job-details-wrapper {
    font-family: "Helvetica Neue", sans-serif
}

.job-header {
    padding: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #252525;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.job-header .job-header-banner {
    flex: 1 0 50%
}

.job-header .job-header-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.job-header .job-header-title {
    flex: 1 0 50%;
    padding: 2rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
    text-align: center;
    line-height: normal;
    padding: 0 2rem
}

@media screen and (min-width: 768px) {
    .job-header .job-header-title {
        padding: 0 5rem
    }
}

@media screen and (min-width: 768px) {
    .job-header {
        flex-direction: row;
        gap: 0
    }
}

.job-header .back-to-search {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .6rem
}

.job-header .back-to-search-icon {
    width: 1.2rem;
    height: 1.2rem
}

.job-header .job-header-title__eyebrow {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold
}

.job-header .job-header-title__main {
    margin-bottom: 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: normal
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-title__main {
        font-size: 6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }
}

.job-header .job-header-toolbar {
    width: 100%;
    position: relative;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center
}

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

.job-header .job-header-toolbar .back-to-search {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    padding: 1rem 2rem;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

.job-body {
    max-width: 92.3rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem
}

@media screen and (min-width: 1024px) {
    .job-body {
        padding: 4rem
    }
}

.job-body .job-content {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6
}

.action-btn-group {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.action-btn-group .share-button,
.action-btn-group .apply-button {
    width: -moz-fit-content;
    width: fit-content
}

.action-btn-group .dropdown-wrapper {
    display: inline-block;
    position: relative
}

.action-btn-group .dropdown-wrapper .dropdown-button {
    margin-right: 0;
    display: flex;
    outline: none !important;
    justify-content: center;
    width: 100%
}

.action-btn-group .dropdown-wrapper .dropdown-menu {
    width: 100%;
    min-width: 180px;
    position: absolute;
    z-index: 800;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    bottom: 100% !important;
    top: unset !important
}

.action-btn-group .dropdown-wrapper .dropdown-menu.top {
    right: 0;
    left: auto;
    transform: none
}

.action-btn-group .dropdown-wrapper .dropdown-menu.top:not(.dropdown-menu-show) {
    display: none
}

.action-btn-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100rem;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 1rem
}

.action-btn-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: .5rem;
    border-bottom: .1rem solid rgba(0, 0, 0, 0);
    line-height: 2.4rem;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    cursor: pointer
}

.action-btn-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li a {
    display: block
}

.action-btn-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li:hover {
    background-color: #f2f2f2;
    color: #f16722
}

.action-btn-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li.dropdown-menu-divider {
    height: .1rem;
    padding: 0;
    margin: .5rem 0;
    flex-shrink: 1;
    background-color: #e7e7e7
}

.action-btn {
    padding: 0 2rem;
    height: 4.8rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f16722;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap
}

.share-button-icon {
    width: 2rem;
    height: 2rem
}

.job-content .apply-button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 8rem auto 0
}

.job-post-summary {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .job-post-summary {
        flex-shrink: 0;
        position: relative
    }
}

.job-post-summary .summary-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
    font-weight: 800
}

.job-post-summary .summary-list {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width: 768px) {
    .job-post-summary .summary-list {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.job-post-summary .summary-list-item {
    display: flex;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6
}

.job-post-summary .summary-list-item .summary-label::after {
    content: ": "
}

.job-post-summary .summary-list-item .summary-value {
    margin: 0
}

.job-post-summary .summary-list-item:has(.summary-value:empty) {
    display: none
}