/* .signature-pad {
  font-size: 10px;
  width: 100%;
  height: 300px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
  border-radius: 4px;
  padding: 16px;
} */
#toolbar { display:flex; gap:8px; align-items:center; flex-wrap: wrap; }
button { padding:8px 12px; }
#canvas-wrap { border:1px solid #ccc; width:800px; max-width:95%; }
canvas { display:block; width:100%; height:480px; touch-action:none; background:#fff; }
label { font-size:14px; display:flex; gap:6px; align-items:center; }
