#dsgvo-docx-generator,
#widerspruch-docx-generator {
  max-width: 960px;
  width: 100%;
  margin: 1em auto;
  text-align: left;
}

#dsgvo-docx-generator canvas {
  touch-action: none;
}

#dsgvo-docx-generator h2 {
  margin-bottom: 0.25em;
}

#dsgvo-docx-generator p {
  margin-top: 0;
}

.dsgvo-form fieldset {
  margin: 0 0 1em;
  padding: 0;
  border: 0;
}

.dsgvo-form {
  width: 100%;
  text-align: left;
}

.dsgvo-field {
  margin-bottom: 0.75em;
}

.dsgvo-radio-option {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0.35em 0;
  width: auto;
}

.dsgvo-radio-option label {
  display: block !important;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}

.dsgvo-radio-option input[type="radio"] {
  flex-shrink: 0;
  margin: 0;
}

.dsgvo-option-table {
  border-collapse: collapse;
  margin: 0.25em 0;
}

.dsgvo-option-table td {
  padding: 0.25em 0.5em 0.25em 0;
  vertical-align: top;
}

.dsgvo-option-table input[type="radio"] {
  margin-top: 0.2em;
}

.dsgvo-option-table label {
  display: block;
  font-weight: 600;
  line-height: 1.35;
}

.dsgvo-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2em;
  text-align: left;
}

.dsgvo-field input,
.dsgvo-field textarea {
  width: 100%;
  box-sizing: border-box;
}

.dsgvo-field textarea {
  resize: vertical;
  min-height: 5.5em;
}

.dsgvo-actions {
  display: flex;
  gap: 0.75em;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

.dsgvo-actions .button.primary {
  padding: 0.5em 1.25em;
}

.dsgvo-status {
  min-height: 1.5em;
  color: #444;
}

.dsgvo-status[data-tone="error"] {
  color: #b00020;
}

.dsgvo-status[data-tone="success"] {
  color: #006400;
}

.dsgvo-signature {
  border: 1px dashed #888;
  width: 100%;
  max-width: 520px;
  display: block;
  background: #fff;
}

.dsgvo-sign-actions {
  margin-top: 0.5em;
}

.dsgvo-sign-actions button {
  padding: 0.35em 0.75em;
}

.dsgvo-hint {
  margin-top: 0;
  color: #555;
  font-size: 0.95em;
}
