.pdftw-form {
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    background: #f9f9f9;
}

.pdftw-form label {
    font-weight: 600;
}

#pdftw-message {
    margin-top: 15px;
    font-weight: 600;
}

#pdftw-message.success {
    color: green;
}

#pdftw-message.error {
    color: red;
}
