.jb-suite-search-list {
    border: 1px solid #e5e1d9;
    padding: 16px;
    background: #fff;
    max-height: 800px;
}

.jb-suite-search-list {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.jb-suite-search-header h2 {
    margin: 0 0 4px;
    font-size: 20px;
}

.jb-suite-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.jb-suite-search-header p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.jb-suite-search-results {
    display: grid;
    gap: 10px;
}

.jb-suite-search-item {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e1d9;
    border-radius: 10px;
    padding: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
}

.jb-suite-search-item-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.jb-suite-search-detail-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.jb-suite-search-detail-top .jb-suite-search-favorite {
    margin-left: auto;
}

.jb-suite-search-company-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
    overflow: hidden;
    font-size: 20px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.jb-suite-search-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jb-suite-search-item-head {
    flex: 1;
}

.jb-suite-search-company {
    font-size: 13px;
    color: #374151;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.jb-suite-search-company a {
    color: inherit;
    text-decoration: none;
}

.jb-suite-search-company a:hover,
.jb-suite-search-company a:focus {
    text-decoration: underline;
}

.jb-suite-search-status {
    font-size: 12px;
    color: #6b7280;
}


.jb-suite-search-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.jb-suite-search-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #6b7280;
}

.jb-suite-search-meta a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

.jb-suite-search-meta span {
    position: relative;
    padding-right: 12px;
}

.jb-suite-search-meta span::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #9ca3af;
}

.jb-suite-search-meta span:last-child {
    padding-right: 0;
}

.jb-suite-search-meta span:last-child::after {
    content: "";
}

.jb-suite-search-excerpt {
    margin-top: 8px;
    font-size: 13px;
    color: #374151;
}

.jb-suite-search-skills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.jb-suite-search-skills span {
    background: #eef2ff;
    color: #0056d2;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.jb-suite-search-item.is-active,
.jb-suite-search-item:hover {
    border-color: #2563eb;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
}

.jb-suite-search-list.is-loading {
    opacity: 0.9;
}
