.svc-container{
max-width:900px;
margin:auto;
padding:30px;
background:white;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,.1);
}
#svcPreview{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:20px;
}
#svcPreview img{
width:160px;
height:100px;
object-fit:cover;
border-radius:8px;
border:1px solid #ccc;
}
textarea{
width:100%;
height:70px;
margin-top:5px;
}
button{
padding:15px 30px;
font-size:18px;
cursor:pointer;
background:#1d72f3;
color:white;
border:none;
border-radius:8px;
}
button:hover{
background:#0c58cb;
}