.struga-tippgeber-form-wrapper {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    max-width: 420px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.struga-form-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.struga-tippgeber-form input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.struga-tippgeber-form input:focus {
    border-color: #66AF30;
    outline: none;
}

.struga-btn {
    width: 100%;
    padding: 12px;
    background: #66AF30;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
}

.struga-btn:hover {
    background: #579926;
}

.struga-dsgvo {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
