/*
Theme Name: Seven Nine Productions Divi Child
Template: Divi
Version: 1.0
Author: Vincent Mims
Description: Child theme for Divi with custom RFQ form shortcode.
*/

/* Basic form styling */
#rfq-form-wrapper {
  max-width: 600px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#rfq-form-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
#rfq-form-wrapper input,
#rfq-form-wrapper select,
#rfq-form-wrapper textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#rfq-form-wrapper button {
  margin-top: 15px;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#rfq-form-wrapper button:hover {
  background-color: #333;
}
