
.svpstudio-wrapper{
    max-width:1500px;
    margin:auto;
    padding:20px;
}

.svpstudio-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.svpstudio-field{
    margin-bottom:25px;
}

.svpstudio-field label{
    display:block;
    margin-bottom:10px;
    color:#666;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.svpstudio-field input,
.svpstudio-field select,
.svpstudio-field textarea{
    width:100%;
    background:#EDE8E4 !important;
    border:1px solid #EDE8E4 !important;
    height:56px;
    padding:12px 16px;
    font-size:15px;
    color:#111 !important;
    box-sizing:border-box;
    outline:none;
    transition:all 0.3s ease;
    appearance:none;
    border-radius:0;
}
.svpstudio-field textarea{
    height:140px;
    resize:none;
}

.svpstudio-btn-wrap{
    text-align:right;
    margin-top:40px;
}

.svpstudio-btn{
    background:#4a4a4a;
    color:#fff;
    border:none;
    padding:12px 34px;
    font-size:12px;
    letter-spacing:2px;
    cursor:pointer;
}

.svpstudio-btn:hover{
    background:#222;
}

@media(max-width:768px){

    .svpstudio-grid{
        grid-template-columns:1fr;
    }

    .svpstudio-btn-wrap{
        text-align:center;
    }

}
