.wt-contact-form {
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #ccc;
    max-width: 500px;
}
.wt-contact-form p {
    margin-bottom: 15px;
}
.wt-contact-form input,
.wt-contact-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
}
.wt-contact-form button {
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
.wt-confirmation {
    background: #d4edda;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #c3e6cb;
    color: #155724;
}
