.TargetMarketGoalsListItem {
    @extend .Opm-thin-grey-border;
    @extend .Opm-border-radius;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    margin: 10px 0;
    padding: 0 15px;

    &.TargetMarketGoalsListItem-oa {
        border-radius: 0;
    }

    &-holder {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    &-header {
        font-size: 15px;
        font-weight: $weight-bold;
    }

    &-content {
        font-size: 13px;
        min-width: 70%;
    }

    &-first-week {
        display: inline-block;
        width: 50%;
    }

    &-goal {
        padding-right: 15px;

        &-value {
            display: inline-block;
            font-weight: $weight-bold;
            min-width: 37px;
        }
    }

    &-control {
        padding-right: 10px;

        &:last-child {
            padding: 0;
        }
    }

    &-btn {
        padding: 3px 5px;
    }

    &-edit:last-child {
        position: absolute;
        right: 0;
        top: -3px;
    }
}
