#view-fits .canvas-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-app);
    border-bottom: 1px solid var(--border);
}

#fitsSvg {
    width: 100%;
    height: 100%;
    max-height: 50vh;
}
