.easyresh-wrap #v2-fields h2,
.easyresh-wrap #v3-fields h2 {
  text-align: center;
  background-color: #dbdbdb;
  padding: 10px 0 10px 10px;
  margin-right: 10px;
}

.easyresh-wrap .red {
  color: #FF0000;
}

.easyresh-wrap .form-table-version-recapthca th {
  text-align: left;
  font-size: 16px;
}

.easyresh-wrap .form-table-version-recapthca label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.easyresh-wrap .form-table-version-recapthca input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #0073aa;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.easyresh-wrap .form-table-version-recapthca input[type="radio"]:checked {
  border-color: #0073aa;
  background-color: #0073aa;
}

.easyresh-wrap .form-table-version-recapthca input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.easyresh-wrap .form-table th {
  text-align: left;
  padding: 10px;
  background-color: #dbdbdb; 
  padding-top: 24px;
}

.easyresh-wrap .form-table td {
  padding: 10px;
}

.easyresh-wrap input[type="text"],
.easyresh-wrap input[type="number"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.easyresh-wrap ul.reCaptcha-List {
  list-style: auto;
  padding-left: 15px;
}

.easyresh-wrap .reCaptcha-Image-Wraper {
  display: flex;
  column-gap: 20px;
}
