.jpo-parent-field-issue-key, .jpo-parent-field-issue-type-icon {
    padding-right: 5px;
}

.jpo-warning-icon {
    color: var(--ds-icon-warning, #f6c342);
    margin-left: 5px;
}

.jpo-parent-field-issue-type-icon {
    width: 16px;
    height: 16px;
}

table.jpo-child-issue-table {
    margin: 8px 0;
    width: 100%;
    border-collapse: collapse;
}

table.jpo-child-issue-table tr {
    line-height: 1.286;
}

table.jpo-child-issue-table tr:not(:last-child) {
    border-bottom: 1px solid var(--ds-border, #ccc);
}

table.jpo-child-issue-table tr:hover {
    background-color: var(--ds-background-neutral-subtle-hovered, #f0f0f0);
}

table.jpo-child-issue-table tr td {
    padding: 5px 7px;
    white-space: nowrap;
}

table.jpo-child-issue-table tr td img {
    height: 16px;
    width: 16px;
    padding-right: 5px;
    vertical-align: middle;
}

table.jpo-child-issue-table tr td.jpo-column-expand {
    width: 100%;
    white-space: normal;
}