/*
Theme Name: Divi Child
Theme URI: https://example.com/
Description: Child theme for the Divi theme
Author: Your Name
Author URI: https://example.com/
Template: Divi
Version: 1.0.0
*/

/* Import parent styles */
@import url("../Divi/style.css");

/* Add your custom CSS below */
.wcfm-cf7-quote-form {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.wcfm-cf7-quote-form h3 {
  margin-bottom: 10px;
  font-size: 18px;
}