/* includes/frontend/assets/product.css */

.cb-request-fields {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.cb-request-fields h3 {
  margin-top: 0.5em;
}

.cb-request-fields .form-row {
  margin-bottom: 0.75em;
}

.cb-request-fields label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25em;
}

.cb-request-fields input,
.cb-request-fields select,
.cb-request-fields textarea {
  width: 100%;
  box-sizing: border-box;
}

.cb-request-fields textarea {
  resize: vertical;
}