/* /Features/Applications/Pages/ApplicationHeadlessPage.cshtml.rz.scp.css */
iframe[b-zv6m3eix96] {
    display: block; /* iframes are inline by default */
    height: 100vh; /* Set height to 100% of the viewport height */
    width: 100vw; /* Set width to 100% of the viewport width */
    border: none; /* Remove default border */
    background: lightyellow; /* Just for styling */
}
