        #canvasContainer canvas {
            max-width: 100%;
            height: auto !important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
            border-radius: 12px;
            background: white;
            padding: 10px;
        }
        .type-section { display: none; }
        .type-section.active { display: block; }