.wpcf7-form{max-width:800px;margin:0 auto;padding:20px;background:#f9f9f9;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.form-row{display:flex;flex-wrap:wrap;gap:20px}.form-column{flex:1;min-width:300px}.wpcf7-form label{display:block;margin-bottom:5px;font-weight:700;color:#333}.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="url"],.wpcf7-form input[type="date"],.wpcf7-form select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}.wpcf7-form textarea{width:100%;padding:15px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;height:150px}.wpcf7-form input[type="submit"]{background:#28a745;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background 0.3s ease}.wpcf7-form input[type="submit"]:hover{background:#218838}@media (max-width:768px){.form-column{flex:100%}.wpcf7-form textarea{height:120px}}