.freeplp-wrapper{
    max-width:800px;
    margin:30px auto;
}

.freeplp-form{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.freeplp-field{
    margin-bottom:20px;
}

.freeplp-field label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.freeplp-field input,
.freeplp-field textarea,
.freeplp-field select{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
}

#freeplp-preview{
    margin-top:15px;
    max-width:100%;
    border-radius:10px;
}

.freeplp-btn{
    width:100%;
    border:none;
    padding:14px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

.freeplp-success{
    background:#e8fff0;
    border:1px solid #3dbb6d;
    padding:15px;
    border-radius:8px;
    margin-bottom:20px;
}