/* style.css */
/* Paste this into a separate style.css file */
/* Located in the same plugin folder */

.atp-container {
    max-width: 100%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}

#canvas {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.controls input,
.controls select,
.controls button {
    padding: 8px;
    font-size: 14px;
}