.h-\[26rem\] {
    height: 26rem;
}

@media (min-width: 48rem) {
    .md\:h-\[37\.5rem\] {
        height: 37.5rem;
    }

    .md\:w-\[28rem\] {
        width: 28rem;
    }

    .md\:w-\[40rem\] {
        width: 40rem;
    }

    .md\:w-\[46rem\] {
        width: 46rem;
    }
}

@media (min-width: 64rem) {
    .lg\:h-auto {
        height: auto;
    }

    .lg\:max-w-\[81\.4rem\] {
        max-width: 81.4rem;
    }

    .lg\:h-\[63\.6rem\] {
        height: 63.6rem;
    }

    .lg\:max-w-\[52rem\] {
        max-width: 52rem;
        width: 100%;
    }

    .lg\:max-w-\[60rem\] {
        max-width: 60rem;
        width: 100%;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grow {
        flex-grow: 1;
    }

    .lg\:pl-8 {
        padding-left: 8rem;
    }

    .lg\:pt-2 {
        padding-top: 2rem;
    }

    .lg\:sticky {
        position: sticky;
    }

    .lg\:top-\[14\.2rem\] {
        top: 14.2rem;
    }
}

.dropdown-wrapper .dropdown-menu.top:not(.dropdown-menu-show) {
    display: none;
}

.dropdown-wrapper .dropdown-menu.top {
    right: 0;
    left: auto;
    transform: none;
    display: block;
}

.dropdown-wrapper {
    position: relative;
}

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

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

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

.dropdown-wrapper .dropdown-menu .dropdown-menu-list>li a {
    all: unset;
    display: block;
}

.summary-list:has(.summary-value:empty) {
    display: none;
}

.summary-list>dt {
    flex-basis: 40%;
}

.summary-list>dd {
    flex-basis: 60%;
}

.summary-list {
    align-items: flex-start;
}

.jobs-detail-wrapper ul {
    list-style: disc;
    padding-left: 4rem;
    margin: 1rem 0;
}

.jobs-detail-wrapper p > span:first-child {
    font-weight: bold;
}

.jobs-detail-wrapper p,
.jobs-detail-wrapper p > span,
.jobs-detail-wrapper p>span>span {
    margin-left: 0 !important;
    color: #000!important;
    font-size: 16px!important;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
