/* === Contact Form 7 — Caslon Elegant Style === */
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&amp;display=swap');

/* Base font &amp; color */
.wpcf7 .cf7-caslon,
.wpcf7 .cf7-caslon * {
  font-family: "Libre Caslon Display", serif !important;
  color: #000 !important;
}

/* Layout (Flexbox) */
.wpcf7 .cf7-caslon .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.wpcf7 .cf7-caslon .row.two-col .col {
  width: 50% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-bottom: 18px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}
@media (max-width: 800px) {
  .wpcf7 .cf7-caslon .row.two-col .col { width: 100% !important; }
}
.wpcf7 .cf7-caslon .field { margin-top: 14px !important; }

/* Inputs — elegant pill shape */
.wpcf7 .cf7-caslon input.wpcf7-text,
.wpcf7 .cf7-caslon input.wpcf7-email,
.wpcf7 .cf7-caslon input.wpcf7-tel,
.wpcf7 .cf7-caslon input.wpcf7-url,
.wpcf7 .cf7-caslon input.wpcf7-number {
  width: 100% !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 9999px !important;
  padding: 14px 20px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
  transition: background-color .2s ease, border-color .2s ease, border-width .2s ease !important;
  font-family: "Libre Caslon Display", serif !important;
}

/* Textarea */
.wpcf7 .cf7-caslon textarea.wpcf7-textarea {
  width: 100% !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 24px !important;
  min-height: 180px !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #000 !important;
  box-sizing: border-box !important;
}
.comment-text {
	margin-top:6px;
}
.comment-text p {
	font-size:18px;
}
