.metadata-instance-editor-no-instances {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    text-align: center;

    svg {
        margin-left: -5px;
    }

    .icon-add-metadata-empty-state {
        height: 105px;
    }
}

.metadata-instance-editor-no-instances--call-out {
    margin: 20px 0 10px;
    font-weight: bold;
}

.metadata-instance-editor-no-instances--how-add-template {
    width: 200px;
}
