This is an example of gray color below the embedded form. This might be cause of the file itself showing up on Super but in Notion.

To remove this, add this code to your CSS Section:
.notion-embed__container>iframe {
background-color: transparent !important;
}