/* @define JobAndJobGroupHeader */

.JobAndJobGroupHeader {
    padding: 24px 24px 16px;
}

.JobAndJobGroupHeader-titleActionContainer {
    gap: 8px;
}

.JobAndJobGroupHeader-circleDivider {
    font-size: 2px;
    margin: 0 8px;
    color: var(--text-subtle);
}

.JobAndJobGroupHeader-remoteLinkingButton:focus {
    box-shadow: none;
    padding: 0;
}

.JobAndJobGroupHeader-subtitleText {
    color: var(--text-subtle);
}

.JobAndJobGroupHeader-actionButtons {
    gap: 8px;
    display: flex;
}

.JobAndJobGroupHeader-claimedBy {
    color: var(--primary);
    font-weight: var(--font-weight-bold);
}

.JobAndJobGroupHeader-lockedBy {
    color: var(--text-warning);
    font-weight: var(--font-weight-bold);
}

/* stylelint-disable plugin/selector-bem-pattern */

/* we need to disable stylelint here because descendant or child selectors violates SUIT conventions */
.JobAndJobGroupHeader-followingButton .dropdown-menu {
    min-width: 278px;
}

.JobAndJobGroupHeader-selectedFollowingType button.dropdown-item:disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-primary);
}
/* stylelint-enable plugin/selector-bem-pattern */
