.elementor-field-type-signature .elementor-field-label {
    width: 100%;
  }
  .signature-pad {
    width: 100%;
    height: 100%;
  }
  
  .elementor-field-type-signature .wrapper {
    position: relative;
  }
  
  .elementor-signature-clear,
  .elementor-signature-clear:focus {
    position: absolute;
    bottom: 4px;
    right: 3px;
    background-color: var(--sffe-button-bg-color)!important;
    border: 1px solid #ccc;
    color: var(--sffe-button-color)!important;
    border-radius: 3px;
    cursor: pointer;
  }
  .elementor-signature-clear:hover {
    background-color: var(--sffe-button-color) !important;
    color: var(--sffe-button-bg-color)!important;
    border-color: #fff;
    box-shadow: 0 0 5px #333;
  }
  