/* Style the signature canvas specifically */
.webform-signature-pad canvas {
  background-color: #ffffff !important; /* Forces a white background */
  border: 2px solid #222222 !important; /* Adds a clear dark border */
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Ensure the 'Clear' button is visible and styled */
.webform-signature-pad--clear {
  margin-top: 5px;
  color: #d9534f; /* Red for the clear action */
  font-weight: bold;
}