.jb-suite-jobs {
    display: grid;
    gap: 16px;
}

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

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

.jb-suite-jobs-header,
.jb-suite-apps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.jb-suite-jobs-primary,
.jb-suite-apps-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #2563eb;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.jb-suite-jobs-tabs,
.jb-suite-apps-tabs {
    display: flex;
    border-bottom: 1px solid #e5e1d9;
    padding-bottom: 6px;
    flex-wrap: wrap;
}

.jb-suite-jobs-tabs {
    gap: 20px;
}

.jb-suite-apps-tabs {
    gap: 16px;
}

.jb-suite-jobs-tab,
.jb-suite-apps-tab {
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.jb-suite-jobs-tab.is-active,
.jb-suite-apps-tab.is-active {
    color: #1b5e20;
    border-bottom-color: #1b5e20;
}

.jb-suite-jobs-list,
.jb-suite-apps-list {
    display: grid;
    gap: 12px;
}

.jb-suite-apps {
    display: grid;
    gap: 16px;
}
