/* Elldus Public Styles */
.elldus-form-wrap { max-width: 760px; margin: 0 auto; font-family: Verdana, sans-serif; font-size: 10pt; }
.elldus-form-title { font-size: 16pt; color: #1a4a7a; margin-bottom: 24px; }
.elldus-form-wrap fieldset { border: 1px solid #ddd; border-radius: 4px; padding: 16px 20px; margin-bottom: 20px; }
.elldus-form-wrap legend { font-weight: bold; padding: 0 8px; color: #1a4a7a; }
.elldus-field-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.elldus-field-row label { flex: 1; min-width: 140px; display: flex; flex-direction: column; gap: 4px; }
.elldus-form-wrap input, .elldus-form-wrap select, .elldus-form-wrap textarea {
  padding: 7px 10px; border: 1px solid #ccc; border-radius: 3px; font-family: inherit; font-size: inherit; width: 100%; box-sizing: border-box;
}
.elldus-btn { background: #1a4a7a; color: #fff; border: none; padding: 12px 28px; font-size: 11pt; border-radius: 3px; cursor: pointer; margin-top: 8px; }
.elldus-btn:hover { background: #153d68; }
.elldus-btn:disabled { opacity: .5; cursor: not-allowed; }
.elldus-success-msg { background: #dcfce7; border: 1px solid #86efac; border-radius: 4px; padding: 20px 24px; }
.elldus-error-msg { background: #fee2e2; border: 1px solid #fca5a5; border-radius: 4px; padding: 10px 16px; margin-bottom: 12px; color: #991b1b; }

/* Signaturseite */
.elldus-sig-wrap { max-width: 680px; margin: 0 auto; font-family: Verdana, sans-serif; font-size: 10pt; }
.elldus-sig-wrap h1 { color: #1a4a7a; }
.elldus-sig-guide { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 14px; }
.elldus-sig-step { background: #e8f1fb; border: 1px solid #bfd5ee; color: #1a4a7a; border-radius: 999px; padding: 8px 12px; font-size: 9.5pt; }
.elldus-sig-panel { background: #f8fbff; border: 1px solid #cfe0f2; border-radius: 10px; padding: 18px 20px; margin: 0 0 24px; scroll-margin-top: 24px; }
.elldus-sig-panel h2 { margin-top: 0; color: #1a4a7a; }
.elldus-sig-panel-top { margin-top: 10px; }
.elldus-sig-canvas-wrap { border: 2px solid #1a4a7a; border-radius: 4px; background: #f9f9f9; margin: 16px 0; }
.elldus-sig-canvas { display: block; touch-action: none; }
.elldus-sig-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.elldus-pdf-embed { width: 100%; height: 600px; border: 1px solid #ddd; margin-bottom: 24px; border-radius: 4px; }

/* Teilnehmerformular */
.elldus-tn-wrap { max-width: 900px; margin: 0 auto; font-family: Verdana, sans-serif; font-size: 10pt; }
.elldus-tn-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.elldus-tn-table th { background: #1a4a7a; color: #fff; padding: 8px; text-align: left; }
.elldus-tn-table td { padding: 6px 4px; border-bottom: 1px solid #eee; }
.elldus-tn-table input, .elldus-tn-table select { width: 100%; padding: 4px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 2px; }
