.eegw-anmeldung {
    max-width: 480px;
    margin: 0 auto;
    font-family: inherit;
}

.eegw-anmeldung .eegw-field {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.eegw-anmeldung label {
    font-weight: 600;
    margin-bottom: 0.35em;
    color: #1b2f5e;
}

.eegw-anmeldung input[type="text"],
.eegw-anmeldung input[type="email"],
.eegw-anmeldung select {
    padding: 0.6em 0.7em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.eegw-anmeldung input:focus,
.eegw-anmeldung select:focus {
    outline: none;
    border-color: #5634a9;
    box-shadow: 0 0 0 2px rgba(86, 52, 169, 0.15);
}

.eegw-anmeldung .eegw-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.eegw-anmeldung .eegw-hint {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.3em;
}

.eegw-anmeldung .eegw-actions {
    margin-top: 1.2em;
}

.eegw-anmeldung button[type="submit"] {
    background-color: #1b2f5e;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.7em 1.6em;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.eegw-anmeldung button[type="submit"]:hover {
    background-color: #5634a9;
}

.eegw-anmeldung button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: default;
}

.eegw-anmeldung .eegw-button {
    display: inline-block;
    background-color: #f3bd46;
    color: #1b2f5e;
    border: none;
    border-radius: 4px;
    padding: 0.7em 1.6em;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.eegw-anmeldung .eegw-button:hover {
    background-color: #e0aa2f;
    color: #1b2f5e;
}

.eegw-anmeldung .eegw-msg {
    min-height: 1.2em;
    color: #1b2f5e;
    font-weight: 600;
}

.eegw-anmeldung .eegw-msg-error {
    color: #b3261e;
}

.eegw-anmeldung .eegw-step-done .eegw-done-text {
    color: #1b2f5e;
    font-weight: 600;
    font-size: 1.1em;
}

.eegw-anmeldung .eegw-done-details {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    color: #1b2f5e;
}

.eegw-anmeldung .eegw-done-details li {
    margin-bottom: 0.4em;
}

.eegw-anmeldung .eegw-field-datenschutz {
    display: block;
}

.eegw-anmeldung .eegw-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    font-weight: 400;
    font-size: 0.92em;
    line-height: 1.4;
    color: #333;
    cursor: pointer;
}

.eegw-anmeldung .eegw-checkbox-label input[type="checkbox"] {
    margin-top: 0.2em;
    flex-shrink: 0;
    width: 1.1em;
    height: 1.1em;
}

.eegw-anmeldung .eegw-done-info {
    margin: 1em 0;
    padding: 0.8em 1em;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #1b2f5e;
    line-height: 1.5;
}
