.free-ai-wrap{
    max-width:700px;
    margin:auto;
    padding:30px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

#freeAIForm{
    display:flex;
    flex-direction:column;
    gap:20px;
}

#freeAIForm textarea{
    width:100%;
    height:120px;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
}

#freeAIForm button{
    padding:15px;
    border:none;
    background:#000;
    color:#fff;
    font-size:18px;
    border-radius:10px;
    cursor:pointer;
}

#free-ai-result{
    margin-top:30px;
    text-align:center;
}

#free-ai-result img{
    max-width:100%;
}