/* WordPress / admin bar / CF7 — Bootstrap cubre checks, fieldset y alerts */

body.admin-bar .site-header {
  top: calc(16px + 32px);
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: calc(12px + 46px);
  }
}

#page.site {
  display: block;
  min-height: 0;
}

.contact-form .wpcf7,
.contact-form .wpcf7-form {
  margin: 0;
}

.contact-form .hidden-fields-container {
  display: none;
}

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

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

/* CF7 envuelve cada check; contents los deja como ítems del grid */
.contact-form .profile-options .wpcf7-form-control-wrap,
.contact-form .profile-options .wpcf7-form-control {
  display: contents;
}
.contact-form .profile-options .wpcf7-list-item {
  margin: 0;
}

.contact-form .form-check .wpcf7-form-control-wrap {
  display: contents;
}

/* bs-cf7 oculta .wpcf7-not-valid-tip; los campos no son :invalid HTML5 */
.contact-form .wpcf7-not-valid-tip {
  display: block !important;
  color: var(--danger, #e2574c);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 6px;
}

.contact-form .form-field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.contact-form .form-field input.wpcf7-not-valid,
.contact-form .form-field textarea.wpcf7-not-valid {
  box-shadow: 0 0 0 2px var(--danger, #e2574c);
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e2574c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e2574c' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

.contact-form .form-field textarea.wpcf7-not-valid {
  background-position: right 12px top 12px;
}

.contact-form .profile-options .wpcf7-not-valid-tip {
  grid-column: 1 / -1;
}

.contact-form .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none !important;
}

.contact-form .form-submit .wpcf7-submit {
  margin: 0;
}
