.mwa-ai-wrapper{
    max-width:900px;
    margin:40px auto;
    padding:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mwa-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.mwa-form input,
.mwa-form select,
.mwa-form textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

#mwaGenerate{
    background:#2563eb;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

#mwaGenerate:hover{
    background:#1d4ed8;
}

#mwaResult{
    margin-top:25px;
    padding:20px;
    background:#f5f5f5;
    border-radius:8px;
}