#Wrapper .wso-job-detail .wso-section-text.wso-one-column.wso-align-center .section_wrapper {
    width: var(--content-width) !important;
}
#Wrapper .wso-job-detail .wso-section-text.wso-one-column.wso-align-center .wrap ul li {
    color: var(--color-2) !important;
}
#Wrapper .wso-job-detail {
    display: contents;
}
.wso-job-categories span:nth-last-child(n+2)::after {
    content: ',\A0'
}
/* ========================================================================== */
/*                                   SEARCH                                   */
/* ========================================================================== */
.wpgb-grid-48 .wso-job-grid-entry {
    color: var(--color-text) !important;
}
/* ========================================================================== */
/*                                 TEXT + MAP                                 */
/* ========================================================================== */
@media only screen and (min-width:768px) {
    .wso-section-text-map .section_wrapper {
        display: flex;
        align-items: center;
    }
    .wso-section-text-map .section_wrapper .wrap {
        height: auto !important;
    }
    .wso-section-text-map .wst-acf-map-wrapper {
        border-radius: 0.8rem !important;
        overflow: hidden;
    }
}