/* Iframe Router Styles */
#iframe-cache-container {
    width: 100%;
    height: calc(100vh - 60px); /* Adjust based on top bar if any */
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cached-module-iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}
