.MetadataForm {
    &-header {
        color: $gorilla;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 18px;
    }

    &-review-header {
        border-bottom: 2px solid $mouse;
        padding: 10px 20px;
    }

    &-review {
        padding: 20px;
    }

    .MetadataForm-field-highlighted {
        background-color: $bluejay-light;
        border-radius: 5px;

        .Select-control {
            background-color: $bluejay-light;
        }
    }
}
