/* @define JobAndJobGroupParentCard */

.JobAndJobGroupParentCard--container {
    background-color: var(--surface-subtle-light);
    padding: 12px;
    border: var(--border-subtle) solid 1px;
    width: 100%;
}

.JobAndJobGroupParentCard--wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.JobAndJobGroupParentCard--actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
