input[type=radio] {
  margin: 4px 1px 0;
}

label span {
  font-size: 10px;
}



.gdpr-text {
  border-top: 1px solid #d0d3d4;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 35px;
  padding-top: 30px;
}

.gdpr-text p {
  padding-bottom: 5px;
}

.gdpr-text a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

.gdpr-text a:focus,
.gdpr-text a:hover {
  color: #434c53;
}

u {
  text-decoration: underline;
}