#isc-creator-wrapper {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}
#isc-canvas {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.isc-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.isc-thumb {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.isc-thumb img {
    max-width: 200px;
    height: auto;
    display: block;
}
