/* ── Event Anmeldung – Frontend-Styles ───────────────────────── */

.ea-form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.ea-form input,
.ea-form select,
.ea-form textarea {
    margin-bottom: 15px;
}
.ea-form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}

/* Event-/Termin-Anzeige (Einzelformular) */
.ea-event-display {
    padding: 10px 12px;
    background: #f4f6f8;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* Danke-Meldung */
.ea-thankyou {
    display: block;
    width: 100%;
    padding: 8px 12px;
    background: #28a745;
    color: #fff;
    border-radius: 4px;
    font-size: 1em;
}

/* Submit-Bereich */
.ea-submit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Datum-Wrapper verstecken */
.ea-date-wrapper[hidden] {
    display: none !important;
}

@media (max-width: 600px) {
    .ea-thankyou {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* Personen-Eingabe Container */
.ea-person-fields {
    margin-top: 4px;
    margin-bottom: 10px;
}
.ea-person-group {
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 3px solid #69c9ff;
}
.ea-person-group strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9em;
    color: #444;
}

/* Fehlermeldung */
.ea-error {
    color: #c0392b;
    padding: 8px 12px;
    border: 1px solid #c0392b;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 0.9em;
}

.eventformular form .inputs, .eventformular select {
  background: none;
  border: 0px solid;
  border-bottom: 0.5px solid #cfcfcf;
  border-radius: 0px;
}
