
/* Contact Form 7 Two Column Layout */
.cf7-two-col {
  display: flex;
  gap: 20px;
  width: 100%;
}

.cf7-two-col label {
  flex: 1;
}

.cf7-two-col > p {
  flex: 1;
  margin: 0;
}

.cf7-two-col input {
  width: 100%;
  box-sizing: border-box;
}