/* ═══════════ Contact Form Block ═══════════ */

/* Remove default webkit styles for inputs to ensure clean look */
.contact-form-block input[type="text"],
.contact-form-block input[type="email"],
.contact-form-block textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}