/* Özkursan v70 - Form field label and required marker alignment */
.v8-form .v70-field-label {
  display: inline-flex;
  align-items: baseline;
  gap: .3em;
  min-width: 0;
  line-height: 1.35;
}

.v8-form .v70-field-label .v61-required-star,
.v8-form .v70-consent-copy .v61-required-star {
  display: inline;
  flex: 0 0 auto;
  line-height: 1;
}

.v8-form .v70-consent-copy {
  display: block;
  min-width: 0;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .v8-form .v70-field-label {
    gap: .25em;
    line-height: 1.4;
  }
}
