\/* Contact Form 7 Styling *\/
.wpcf7-form{max-width:600px;\/* Adjust the width as needed *\/
margin:auto;padding:20px;box-shadow:0 0 10px rgba(0,0,0,0.1);\/* Soft shadow around the form *\/}.wpcf7 input,.wpcf7 textarea{width:100%;padding:10px;margin:8px 0;display:inline-block;border:1px solid #ccc;\/* Light grey border *\/
box-sizing:border-box;\/* Include padding and border in element's width *\/
border-radius:4px;\/* Rounded borders *\/}.wpcf7 input[type="submit"]{background-color:#000;\/* Green background *\/
color:white;border:none;cursor:pointer;padding:10px 20px;width:auto;display:block;\/* Center submit button *\/
margin:10px auto;\/* Margin auto for center alignment *\/}.wpcf7 input[type="submit"]:hover{opacity:0.8}.wpcf7 label{display:block;margin-bottom:5px;font-size:16px}\/* Responsive adjustments *\/
@media (max-width:768px){.wpcf7-form{padding:15px}.wpcf7 input[type="submit"]{padding:10px 15px}}@media (max-width:480px){.wpcf7-form{padding:10px}.wpcf7 input,.wpcf7 textarea{padding:8px}}tr#user-9,tr#user_9{display:none!important}