.jb-suite-job-search-desktop-label,
.jb-suite-job-search-mobile-field,
.jb-suite-home-search-field {
    position: relative;
}

.jb-suite-search-suggest {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    max-height: 320px;
    overflow: auto;
}

.jb-suite-search-suggest-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.jb-suite-search-suggest-list li {
    margin: 0;
    padding: 0;
}

.jb-suite-search-suggest-option {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 10px 14px;
    cursor: pointer;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jb-suite-search-suggest-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jb-suite-search-suggest-option:hover,
.jb-suite-search-suggest-option.is-active {
    background: #f3f6fa;
}

.jb-suite-search-suggest-option mark {
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    padding: 0;
}
