.elementor .e-2962527{flex-direction:column;```css
/* ========================================
 Women Around the Table - Contact Form 7
 Elegant Registration Form
======================================== */

.wpcf7 {
  max-width: 720px;
  margin: 50px auto;
}

.wpcf7 form {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  border: 1px solid #f1f1f1;
}

.wpcf7 label {
  display: block;
  margin-bottom: 18px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  margin-top: 8px;
  padding: 15px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  color: #333;
  font-size: 15px;
  transition: all .3s ease;
  box-sizing: border-box;
}

.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #b8894a;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184,137,74,.15);
}

.wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  margin-top: 10px;
}

.wpcf7-list-item input[type="radio"] {
  margin-right: 8px;
  accent-color: #b8894a;
}

.wpcf7-submit {
  width: 100%;
  background: #b8894a;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .3s ease;
}

.wpcf7-submit:hover {
  background: #9f7239;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(184,137,74,.25);
}

.wpcf7-submit:active {
  transform: translateY(0);
}

.wpcf7-spinner {
  margin-left: 12px;
}

.wpcf7-response-output {
  margin-top: 25px !important;
  padding: 15px !important;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #d63638;
  font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2e7d32;
  background: #edf8ef;
  color: #2e7d32;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d63638;
  background: #fff2f2;
  color: #d63638;
}

/* Mobile */

@media (max-width: 768px) {

  .wpcf7 form {
      padding: 25px;
      border-radius: 12px;
  }

  .wpcf7-submit {
      width: 100%;
  }

  .wpcf7-list-item {
      display: block;
      margin-bottom: 10px;
  }
}
```\n}