.wpcf7-form  .wpcf7-submit{
  width: auto !important;
}

.checkbox-group input[type="checkbox"] {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.checkbox-group .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}

.checkbox-group .wpcf7-acceptance input[type="checkbox"] 
{
  width: auto;
}


