.ActionedConflicts {

    &-info {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    &-info-resolved {
        font-weight: $weight_bold;
    }

    &-info-line {
        display: block;
    }

    &-changes-note {
        margin-top: 30px;
    }

    &-footer {
        display: flex;
        justify-content: space-between;
    }

    .ConflictsFilterForm-fixed + .StickyTableContainer {
        margin-top: 75px;
    }
}
