@media (max-width: 768px) {
    .jb-suite-job-search-desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .jb-suite-job-search-responsive .jb-suite-job-search-mobile,
    .jb-suite-job-search-responsive .jb-suite-job-search-mobile-trigger {
        display: none;
    }
}

@media (max-width: 768px) {
    .jb-suite-job-search-responsive .jb-suite-job-search-mobile {
        display: inline-flex;
        margin-top: 0;
    }

    .jb-suite-job-search-responsive .jb-suite-job-search-mobile-trigger {
        display: inline-flex;
    }

    .jb-suite-job-search-responsive .jb-suite-job-search-desktop {
        display: none;
    }
}

.jb-suite-job-search-mobile {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.jb-suite-job-search-mobile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #667085;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.jb-suite-job-search-mobile-trigger-icon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23667085' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 1 0 1.414-1.414l-3.85-3.85a1 1 0 0 0-.114-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
}
