.waldmaennle-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.waldmaennle-form-container h2 {
    margin-bottom: 20px;
}

.waldmaennle-form-container h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.waldmaennle-form-group {
    margin-bottom: 20px;
}

.waldmaennle-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.waldmaennle-form-group input[type="text"],
.waldmaennle-form-group input[type="email"],
.waldmaennle-form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.waldmaennle-honeypot {
    position: absolute;
    left: -9999px;
}

.waldmaennle-parade-item {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #f9f9f9;
}

.waldmaennle-parade-header {
    margin-bottom: 10px;
}

.waldmaennle-parade-header label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.waldmaennle-parade-header input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.waldmaennle-parade-description {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-left: 3px solid #1b7bda;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.waldmaennle-parade-fields {
    margin-top: 15px;
}

.waldmaennle-inline-fields {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.waldmaennle-inline-fields .waldmaennle-form-group {
    flex: 1;
    min-width: 120px;
    margin-bottom: 0;
}

.waldmaennle-number-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.waldmaennle-submit-button {
    background: #1b7bda;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.waldmaennle-submit-button:hover {
    background: #0066cc;
}

.waldmaennle-submit-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.waldmaennle-messages {
    margin-bottom: 20px;
}

.waldmaennle-message {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.waldmaennle-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.waldmaennle-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.description {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 600px) {
    .waldmaennle-inline-fields {
        flex-direction: column;
    }

    .waldmaennle-inline-fields .waldmaennle-form-group {
        width: 100%;
    }
}
