/* Start custom CSS for shortcode, class: .elementor-element-3a05591 *//* Контейнер форми */
.wpcf7 {
  
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #333;
}

/* Абзаци, підписи, обмеження ширини */
.wpcf7 form p,
.wpcf7 form label {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-align: left;
}

/* Текстові поля, дата, textarea, select */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  max-width: 700px;
  padding: 12px 14px;
  font-size: 16px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #007bff;
  background-color: #fff;
  outline: none;
}

/* Вирівнювання textarea */
.wpcf7 textarea {
  text-align: left;
  line-height: 1.5;
  min-height: 120px;
}

/* Radio buttons */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form-control.wpcf7-radio label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Кнопка відправки */
.wpcf7 input[type="submit"] {
  background-color: #007bff;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: block;
  margin: 30px auto 0 auto;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0056b3;
}

/* Повідомлення після відправки */
.wpcf7-response-output {
  margin-top: 25px;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
}

.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* Підказки помилок */
.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 6px;
}/* End custom CSS */