/**
 * reCAPTCHA Enterprise — branding message styles.
 */
.recaptcha-enterprise-branding {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #666;
  line-height: 1.4;
  padding: 0 1rem;
}

.recaptcha-enterprise-branding p {
  margin: 0;
}

.recaptcha-enterprise-branding a {
  color: inherit;
  text-decoration: underline;
}

.recaptcha-enterprise-message.messages.messages--error p {
  padding-top: 0;
}

.messages--error {
  color: #a12622;
  background-color: #fdf3f2;
  border: 1px solid #e62717;
  border-left: 5px solid #e62717;
  border-radius: 4px;
  padding: 1em 1em 1em 3.5em;
  position: relative;
}
.messages--error::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 1.1em;
  width: 1.25em;
  height: 1.25em;
  background-color: #e62717;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2 1 21h22L12 2zm0 5.5 6.9 12H5.1L12 7.5zM11 10h2v5h-2v-5zm0 6h2v2h-2v-2z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2 1 21h22L12 2zm0 5.5 6.9 12H5.1L12 7.5zM11 10h2v5h-2v-5zm0 6h2v2h-2v-2z'/></svg>") no-repeat center / contain;
}

