.jb-suite-search-favorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
}

.jb-suite-search-item .jb-suite-search-favorite,
.jb-suite-search-detail .jb-suite-search-favorite {
    color: #6b7280 !important;
    text-decoration: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.jb-suite-search-item .jb-suite-search-favorite svg,
.jb-suite-search-detail .jb-suite-search-favorite svg {
    display: block;
    fill: currentColor;
}

.jb-suite-search-favorite:hover,
.jb-suite-search-favorite:focus-visible {
    color: #2563eb !important;
}

.jb-suite-search-favorite.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.jb-suite-search-favorite.is-disabled:hover::after {
    content: "Only candidates can save jobs";
    position: absolute;
    top: -34px;
    right: 0;
    white-space: nowrap;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    z-index: 3;
}

.jb-suite-search-apply.is-disabled,
.jb-suite-search-save.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    position: relative;
}

.jb-suite-search-apply.is-disabled:hover::after {
    content: "Only candidates can apply for jobs";
    position: absolute;
    top: -34px;
    right: 0;
    white-space: nowrap;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    z-index: 50;
}

.jb-suite-search-save.is-disabled:hover::after {
    content: "Only candidates can save jobs";
    position: absolute;
    top: -34px;
    right: 0;
    white-space: nowrap;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    z-index: 50;
}

.jb-suite-search-favorite .jb-suite-icon-filled {
    display: none;
}

.jb-suite-search-favorite.is-active .jb-suite-icon-outline {
    display: none;
}

.jb-suite-search-favorite.is-active .jb-suite-icon-filled {
    display: inline-flex;
}

.jb-suite-search-favorite.is-active {
    color: #2563eb !important;
}

.jb-suite-search-share {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #2563eb !important;
    text-decoration: none !important;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.jb-suite-search-share svg {
    display: block;
    fill: currentColor;
}

.jb-suite-search-share:hover,
.jb-suite-search-share:focus-visible {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1d4ed8 !important;
}

.jb-suite-search-save {
    border: 1px solid #cbd5f5;
    background: #fff;
    color: #1e3a8a;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}
