/*
Theme Name: Tombuild Child
Template: tombuild
*/

@import url("../tombuild/style.css");

/* Add your custom CSS below this line */

/* Ensure the contact form is displayed properly on all devices */
.wpforms-form {
    display: block !important;
    visibility: visible !important;
}

/* Ensure the textarea is always visible */
.wpforms-form textarea {
    display: block !important;
}

/* Adjust any potential conflicting styles */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
    max-width: 100% !important;
    width: 100% !important;
}
