#cd-studio-container{background:#fdfdfd;border:1px solid #e0e0e0;border-radius:12px;padding:20px;margin-bottom:25px;box-shadow:0 4px 15px rgb(0 0 0 / .05)}.cd-notice-box{display:flex;align-items:center;gap:15px;background:#e7f5ff;border-left:4px solid #03a9f4;padding:15px;margin-bottom:20px;border-radius:4px}.cd-notice-img{max-width:60px;height:auto;border-radius:4px}.cd-notice-text{font-size:14px;color:#333;line-height:1.4}.cd-studio-workspace{display:flex;flex-wrap:wrap;gap:3%;align-items:flex-start}.cd-canvas-area{flex:0 0 65%;max-width:65%;background:#fff;border:1px solid #ddd;border-radius:8px;position:relative;box-sizing:border-box}.canvas-container{max-width:100%!important;height:auto!important}canvas{max-width:100%!important;height:auto!important}.cd-toolbar{flex:0 0 32%;max-width:32%;background:#fff;padding:15px;border:1px solid #e3e3e3;border-radius:8px;box-sizing:border-box}.cd-tool-section{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #f5f5f5}#cd-text-input,#cd-font-select,#cd-text-color{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.cd-cliparts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:8px;max-height:120px;overflow-y:auto}.cd-clipart-thumb{width:45px;height:45px;cursor:pointer;border:1px solid #eee;border-radius:4px;padding:2px}#cd-add-text-btn{width:100%;background:#000;color:#fff;padding:12px;border-radius:6px;font-weight:700;cursor:pointer}@media (max-width:992px){.cd-canvas-area,.cd-toolbar{flex:0 0 100%;max-width:100%}}