/**
 * Gemeinsame Styles für den Website-Frame (iframe).
 * Wird verwendet in: index.php (Preview + großer Frame) und render.php (Video-Aufnahme).
 * Einmal definieren = überall gleich.
 */
.website-frame-iframe {
    width: 980px;
    height: 600px;
    border: none;
    display: block;
    border-radius: var(--frame-border-radius, 40px);
    box-shadow: 0 16px 72px 12px rgba(0, 0, 0, 0.28);
}
