.jb-suite-popular-categories {
    display: grid;
    gap: 12px;
}

.jb-suite-popular-categories-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #111827;
    font-weight: 700;
}

.jb-suite-popular-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.jb-suite-popular-category-card {
    background: #e8eef9;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.jb-suite-popular-category-card-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
}

.jb-suite-popular-category-card-title a {
    color: inherit;
    text-decoration: none;
}

.jb-suite-popular-category-card-title a:hover {
    text-decoration: underline;
}

.jb-suite-popular-category-list {
    display: grid;
    gap: 8px;
}

.jb-suite-popular-job-item {
    display: block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dbe4f4;
    padding: 10px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}

.jb-suite-popular-job-item:hover {
    border-color: #c6d4ee;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    background: #fbfdff;
}

.jb-suite-popular-job-company {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.jb-suite-popular-job-logo {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    flex: 0 0 18px;
}

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

.jb-suite-popular-job-company-name {
    font-size: 12px;
    line-height: 1.3;
    color: #4b5563;
}

.jb-suite-popular-job-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #111827;
    font-weight: 700;
}

.jb-suite-popular-job-excerpt {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: #6b7280;
}

@media (max-width: 900px) {
    .jb-suite-popular-categories-grid {
        grid-template-columns: 1fr;
    }
}
