.fwg-generator{
    max-width:400px;
    margin:30px auto;
    text-align:center;
    padding:20px;
    border-radius:12px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.fwg-generator input,
.fwg-generator select{
    width:100%;
    padding:12px;
    margin:10px 0;
    border-radius:8px;
    border:1px solid #ddd;
    font-size:16px;
}

#fwg_btn{
    background:#ff5722;
    color:#fff;
    padding:12px 18px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

#fwg_btn:hover{
    opacity:0.9;
}

#fwg_result img{
    max-width:100%;
    margin-top:15px;
    border-radius:10px;
}
