.BulkResponseExclusiveRightsForm {
    font-size: 14px;

    &-border-block {
        border-bottom: $border-style;
    }

    &-margin-block {
        margin-bottom: 40px;
    }

    &-block-header {
        font-size: 16px;
        font-weight: $weight_bold;

        margin-bottom: 15px;
        margin-top: 10px;
    }

    &-exclusive-rights {
        margin-bottom: 15px;
    }

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

    .FormField-group-has-error::before {
        display: none;
    }

    .FormField-label {
        display: none;
    }

    .Opm-disabled {
        color: $timberwolf;
    }
}
