.Contributors {
    margin-top: 30px;

    &-role {
        margin-right: 30px;
        width: 268px;
    }

    &-name-wrapper {
        flex: 1;

        .Metadata-error {
            margin-top: 5px;
        }
    }

    &-pair {
        display: flex;
        margin-bottom: 10px;
    }

    .MetadataField-label {
        margin-bottom: 10px;
        margin-right: 23px;
    }

    /* stylelint-disable selector-class-pattern, max-nesting-depth */
    &-name.form-control {
        height: 35px;
        width: 478px;
    }

    &-trash-button.btn.btn-sm {
        height: 34px;
        margin-left: 20px;
        padding-bottom: 0;
        padding-top: 0;
        visibility: hidden;
    }

    &-pair:hover {
        .Contributors-trash-button.btn.btn-sm {
            visibility: visible;
        }
    }

    /* stylelint-enable selector-class-pattern, max-nesting-depth */
}

