.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-col {
  flex: 1;
}

.cf7-row.single .cf7-col {
  flex: 100%;
}

.wpcf7 fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
}

#agent-details {
  margin-top: 10px;
}

.wpcf7 input[readonly] {
  background: #f7f7f7;
}