.livi-form-status {
  margin: 0 0 16px;
  padding: 14px 16px;
  width: 100%;
  box-sizing: border-box;
}

.livi-form-error {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(198, 40, 40, 0.12) !important;
  border: 1px solid #e57373 !important;
}

.livi-form-error p {
  color: #b71c1c !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.elementor-form .livi-field-error,
.elementor-form [aria-invalid="true"] {
  border-color: #e57373 !important;
}

.elementor-form.livi-form-sent .thankYou,
.elementor-form .thankYou.livi-thankyou {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 22px 20px !important;
  background: rgba(46, 125, 50, 0.12) !important;
  border: 1px solid #81c784 !important;
  border-left: 4px solid #2e7d32 !important;
  text-align: left !important;
  color: #1b5e20 !important;
}

.elementor-form .thankYou p,
.elementor-form .livi-thankyou__title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1b5e20 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.elementor-form .elementor-field-type-recaptcha {
  width: 100%;
}

.elementor-form .elementor-g-recaptcha {
  min-height: 78px;
}

.livi-recaptcha-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 304px;
  max-width: 100%;
  min-height: 74px;
  box-sizing: border-box;
  padding: 0 12px 0 14px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.livi-recaptcha-fallback__check {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  font-weight: 400;
}

.livi-recaptcha-fallback__box {
  appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  border: 2px solid #c1c1c1 !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  flex: 0 0 24px;
}

.livi-recaptcha-fallback__box:checked {
  background-color: #1a73e8 !important;
  border-color: #1a73e8 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
  background-size: 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.livi-recaptcha-fallback__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  text-align: center;
  color: #555;
  flex: 0 0 auto;
}

.livi-recaptcha-fallback__logo {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}

.livi-recaptcha-fallback__name {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.livi-recaptcha-fallback__links {
  font-size: 8px;
  color: #555;
  line-height: 1.2;
  margin-top: 1px;
}
