/* ==========================================================================
   CAPTCHA Inline Error Styles
   form_clientside_validation/css/captcha-inline-error.css
   ========================================================================== */

/* Wrapper container */
.captcha-inline-error-wrapper {
  min-height: 0;
  margin-top: 6px;
  margin-bottom: 0;
}

/* Error message text */
.captcha-error-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 10px;
  background-color: #fff5f5;
  border-left: 3px solid #dc3545;
  border-radius: 3px;
  margin-top: 4px;
  text-align: center;
}


/* Hide wrapper when empty */
.captcha-inline-error-wrapper:empty {
  display: none;
}


.webform-submission-customer-feedback-complaints-form .captcha .captcha__element, .webform-submission-customer-feedback-complaints-2-form .captcha .captcha__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem !important;
}