/* GrünKom Mitglieder-Zugang — Formular-Styles */

.gruenkom-auth-box {
    max-width: 460px;
    margin: 2rem auto !important;
    padding: 1.5rem 2rem !important;
    background: #f8fdf9;
    border: 1px solid #c8e6c9;
    border-radius: 12px;
    text-align: center;
}

.gruenkom-auth-box * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.gruenkom-auth-box h3 {
    color: #1a7a2e;
    font-size: 1.4rem;
    margin-bottom: 0.4rem !important;
}

.gruenkom-auth-box p {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.8rem !important;
}

.gruenkom-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gruenkom-form label {
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
    color: #333;
}

.gruenkom-form input[type="email"],
.gruenkom-form input[type="text"] {
    padding: 0.6rem 0.85rem !important;
    border: 1px solid #bbb !important;
    border-radius: 6px !important;
    font-size: 1rem;
    width: 100% !important;
    height: auto !important;
    line-height: normal !important;
    background: #fff;
}

.gruenkom-form input:focus {
    outline: none;
    border-color: #1a7a2e !important;
    box-shadow: 0 0 0 2px rgba(26, 122, 46, 0.15) !important;
}

.gruenkom-btn {
    padding: 0.6rem 1.5rem !important;
    margin-top: 0.25rem !important;
    background: #1a7a2e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

.gruenkom-btn:hover {
    background: #145f23 !important;
}

.gruenkom-error {
    background: #fdecea !important;
    color: #b71c1c !important;
    padding: 0.6rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.9rem;
    margin-bottom: 0.5rem !important;
}

.gruenkom-resend {
    margin-top: 0.5rem !important;
}

.gruenkom-link-btn {
    background: none !important;
    border: none !important;
    color: #1a7a2e !important;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
}

.gruenkom-link-btn:hover {
    color: #145f23 !important;
}
