.ConflictRow {
    border-bottom: 1px solid $mouse;
    color: $rhino;
    font-size: 12px;
    height: 60px;

    &-active {
        background: $mouse;
    }

    &-selected {
        background: $bluejay_light;
    }

    &-cell {
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;

        vertical-align: top;
        word-wrap: break-word;
    }

    &-first-cell {
        align-items: flex-start;
        display: flex;
        padding-left: 10px;
    }

    &-bold-label {
        font-weight: $weight_bold;
    }

    &-small-label {
        color: $timberwolf;
        font-size: 12px;
    }

    &-territories-link {
        color: $rhino;
        text-decoration: underline;
    }

    &-right-align-cell {
        padding-right: 15px;
        text-align: right;
    }

    &-territories-cell {
        text-align: right;
    }

    &-button-cell {
        vertical-align: middle;
    }

    &-product-image {
        border-radius: 3px;
        flex-shrink: 0;
        height: 40px;
        margin-right: 10px;
        margin-top: 3px;
        width: 40px;
    }
}
