.PhysicalProductGoals {
    /* stylelint-disable no-descending-specificity */
    &.PhysicalProductGoals-oa {
        .FormField-label {
            font-size: 12px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .FormField-form-control {
            display: block;
        }

        .LoadingButton {
            float: none;
        }

    }

    &-header {
        @extend .Opm-text-light;
    }

    &-basics {
        max-width: 350px;

        & .PhysicalProductGoals-header {
            font-weight: $weight_bold;
        }
    }

    &-last-update {
        color: $grey_300;
        font-size: 12px;
        margin: 5px 0;
    }

    .LoadingButton {
        float: right;
    }

    .FormButtons {
        margin-top: 30px;
    }
    /* stylelint-enable no-descending-specificity */
}

/* This style fix is required to show tooltip messages in OA context for sales goals */
.oa-sales-goals .tooltip { /* stylelint-disable-line selector-class-pattern */
    margin-left: 10px;
    position: absolute;
}
