.mal-contact-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 25px;
    max-width: 600px;
    margin: 30px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.mal-contact-form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
.mal-contact-form input,
.mal-contact-form select,
.mal-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mal-contact-form button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.mal-contact-form button:hover {
    background-color: #005c88;
}
.mal-success {
    color: green;
    font-weight: bold;
    margin-bottom: 15px;
}
.mal-error {
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}
