#hvp-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
}

#hvp-form h2, #hvp-form h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#hvp-form label {
    font-weight: bold;
}

#hvp-form input[type="text"],
#hvp-form textarea {
    width: 100%;
    padding: 6px;
    margin: 5px 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#hvp-form button {
    background: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#hvp-form button:hover {
    background: #005177;
}
