.sd-sdcx-components-vacancies-parts-sticky-header:not(.active) {
    display: none;
}

.sd-sdcx-components-vacancies-parts-sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #FFCD00;
}

.admin-bar .sd-sdcx-components-vacancies-parts-sticky-header {
    top: 32px;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details {
    display: grid;
    grid-template-columns: 40px 1fr 165px;
    column-gap: 15px;
    align-items: center;
    padding: 30px 15px;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 100%;
    padding: 5px;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details .title-icon img {
    max-height: 100%;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-specs {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-specs li:not(:last-child) {
    margin-right: 5px;
}

.sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-specs li:not(:last-child):after {
    content: '|';
    margin: 0 5px;
}

.sd-sdcx-components-vacancies-parts-sticky-header .bottomwave {
    transform: rotateZ(180deg);
    top: 99%;
    bottom: unset;
}

.sd-sdcx-components-vacancies-parts-sticky-header .bottomwave svg {
    fill: #FFCD00;
    filter: drop-shadow(0 -7px 4px #0000002e);
    height: 40px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details .apply-button {
        display: none;
    }
}


@media screen and (max-width: 700px) {
    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details .sd-title-block-default h2 {
        font-size: 22px !important;
    }

    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details {
        padding: 23px 15px;
    }
}

@media screen and (max-width: 575px) {
    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 550px) {
    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details {
        padding: 23px 15px;
    }

    .sd-sdcx-components-vacancies-parts-sticky-header .sticky-header-details .title-icon {
        display: none;
    }
}