/* Preview Container and SVG Styling */

#preview-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 90vh;
    background: var(--white);
    border: 2px solid var(--border-default);
    border-radius: var(--radius-xl);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
}

#preview-svg {
    max-width: 100%;
    height: auto;
}

/* SVG Responsive */
#preview-container svg {
    width: 100%;
    height: auto;
}
