.signature-pad-container {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.signature-pad-container canvas {
  border: 1px solid #888;
  width: 100%;
  height: 343px;
  border-radius: 5px;
  background: #fff;
  cursor: crosshair;
}
.signature-buttons {
  margin-top: 10px;
}
.signature-buttons button {
  margin: 0 5px;
  padding: 6px 12px;
  border-radius: 5px;
  border: none;
  background: #0073e6;
  color: white;
  cursor: pointer;
}
.signature-buttons button.clear-signature {
  background: #e60000;
}
