/* ==========================================
   DAR E SAHULAT - SKETCH / DRAWING TOOL STYLES
   (tool-sketch.php)
   ========================================== */
@import url('tools.css');

.sketch-canvas-container {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    padding: 16px;
    display: flex;
    justify-content: center;
}

.sketch-toolbar {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
