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

.jb-suite-search-list {
    overflow: auto;
}

.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-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;
}

.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;
}

.jb-suite-search-skeleton {
    border: 1px solid #e5e1d9;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
    background: #fff;
}

.jb-suite-skeleton-line,
.jb-suite-skeleton-chip,
.jb-suite-skeleton-button,
.jb-suite-skeleton-circle {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100%);
    background-size: 200% 100%;
    animation: jb-suite-skeleton 1.2s ease-in-out infinite;
}

.jb-suite-skeleton-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jb-suite-skeleton-circle {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.jb-suite-skeleton-circle.is-small {
    width: 20px;
    height: 20px;
    border-radius: 999px;
}

.jb-suite-skeleton-lines {
    flex: 1;
    display: grid;
    gap: 6px;
}

.jb-suite-skeleton-line {
    height: 10px;
}

.jb-suite-skeleton-line.is-title {
    height: 14px;
    width: 70%;
}

.jb-suite-skeleton-line.is-wide {
    width: 85%;
}

.jb-suite-skeleton-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.jb-suite-skeleton-chip {
    width: 70px;
    height: 16px;
}

.jb-suite-skeleton-actions {
    display: flex;
    gap: 10px;
    margin: 6px 0;
}

.jb-suite-skeleton-button {
    width: 90px;
    height: 30px;
}

.jb-suite-skeleton-button.is-outline {
    width: 80px;
}

.jb-suite-search-detail-skeleton {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.jb-suite-search-detail.is-loading {
    pointer-events: none;
}

@keyframes jb-suite-skeleton {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.jb-suite-search-pagination {
    margin-top: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.jb-suite-search-pagination a,
.jb-suite-search-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 13px;
    text-decoration: none;
    color: #1f2937;
}

.jb-suite-search-pagination .current {
    background: #0056d2;
    color: #fff;
    border-color: #0056d2;
}

.jb-suite-search-pagination-skeleton {
    height: 32px;
    width: 160px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100%);
    background-size: 200% 100%;
    animation: jb-suite-skeleton 1.2s ease-in-out infinite;
}

.jb-suite-search-detail {
    min-height: 200px;
    position: relative;
    overflow: auto;
}

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

.jb-suite-search-detail-card h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.jb-suite-search-actions {
    display: flex;
    gap: 10px;
    margin: 16px 0;
    flex-wrap: wrap;
}

.jb-suite-search-apply {
    background: #0056d2;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.jb-suite-search-apply[data-apply-url] {
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: #0056d2;
    cursor: pointer;
    border: none;
}

.jb-suite-search-apply-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jb-suite-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-bottom: 3px;
    color: #0056d2;
    vertical-align: middle;
}

.jb-suite-dashboard-brand-text .jb-suite-verified-badge {
    color: #0056d2;
}

.jb-suite-verified-badge--small svg {
    width: 14px;
    height: 14px;
}

.jb-suite-verified-badge[data-tooltip] {
    position: relative;
}

.jb-suite-verified-badge[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 40;
}

.jb-suite-verified-badge[data-tooltip]:hover::after {
    opacity: 1;
}

.jb-suite-tooltip[data-tooltip] {
    position: relative;
    display: inline-flex;
}

.jb-suite-tooltip[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 40;
}

.jb-suite-tooltip[data-tooltip]:hover::after {
    opacity: 1;
}

.jb-suite-tooltip[data-tooltip].jb-suite-tooltip-bottom::after {
    bottom: auto;
    top: calc(100% + 6px);
}

.jb-suite-tooltip[data-tooltip].jb-suite-tooltip-top::after {
    top: auto;
    bottom: calc(100% + 6px);
}

.jb-suite-verified-badge[data-tooltip].jb-suite-tooltip-bottom::after {
    bottom: auto;
    top: calc(100% + 6px);
}

.jb-suite-search-expired-notice {
    margin-top: 8px;
    color: #b91c1c;
    font-weight: 600;
}

.jb-suite-job-search-form {
    width: 100%;
    max-width: 520px;
}

.jb-suite-job-search-responsive {
    display: flex;
    align-items: center;
    gap: 12px;
}


.jb-suite-job-search-desktop-label {
    position: relative;
    display: block;
}

.jb-suite-job-search-desktop-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-51%);
    color: #6b7280;
    pointer-events: none;
}

.jb-suite-job-search-desktop-icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%236b7280' 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");
}

.jb-suite-job-search-form .jb-suite-job-search-desktop-input {
    width: 380px;
    padding: 8px 14px 6px 40px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #111827;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 991px) {
    .jb-suite-job-search-form .jb-suite-job-search-desktop-input {
        width: 100%;
    }
}
