.ig-ai-wrapper{
    max-width:650px;
    margin:40px auto;
    background:#ffffff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto;
}

.ig-ai-wrapper h2{
    text-align:center;
    margin-bottom:20px;
}

.ig-ai-wrapper input,
.ig-ai-wrapper select,
.ig-ai-wrapper button{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border-radius:8px;
    border:1px solid #ddd;
}

#ig-generate{
    background:#6C5CE7;
    color:#fff;
    border:none;
    font-weight:600;
    cursor:pointer;
}

#ig-generate:hover{
    background:#5A4BD6;
}

.ig-output{
    background:#f9f9ff;
    padding:15px;
    border-radius:8px;
    margin-top:15px;
}

.copy-btn{
    margin-top:8px;
    background:#00b894;
    color:#fff;
    border:none;
    padding:6px 12px;
    border-radius:6px;
    cursor:pointer;
}

@media(max-width:768px){
    .ig-ai-wrapper{ padding:20px; }
}