:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9fca7d2 *//* CONTACT FORM 7 / ELEMENTOR */
.wpcf7 {
  max-width: 100%;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7-form p {
  margin: 0 0 18px;
}

.wpcf7-form .pr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* inputy a textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d9dde3;
  border-radius: 14px;
  background: #fff;
  padding: 0 20px;
  font-size: 18px;
  color: #111;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.25s ease;
  box-shadow: none;
}

/* textarea */
.wpcf7 textarea {
  min-height: 220px;
  padding: 18px 20px;
  resize: vertical;
  line-height: 1.5;
}

/* placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #8a8f98;
  opacity: 1;
}

/* focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
}

/* checkbox acceptance */
.wpcf7 .wpcf7-acceptance {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: #111;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

/* odkaz v souhlasu */
.wpcf7 .wpcf7-list-item-label a {
  color: #111;
  text-decoration: underline;
}

/* submit button */
.wpcf7 input[type="submit"] {
  appearance: none;
  border: none;
  background: #111;
  color: #fff;
  height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}

.wpcf7 input[type="submit"]:hover {
  background: #2b2b2b;
  transform: translateY(-1px);
}

/* chybové hlášky */
.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  margin: 20px 0 0;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
}

/* mobil */
@media (max-width: 767px) {
  .wpcf7-form .pr-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 textarea {
    font-size: 16px;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */