.sib-form-message-panel {
  display: none;
  margin-bottom: 1rem;
  padding: .9rem 1rem;
  border: 1px solid;
  text-align: left;
}

.sib-form-message-panel--active {
  display: block;
}

#error-message {
  color: #661d1d;
  background: #ffeded;
  border-color: #ff4949;
}

#success-message {
  color: #085229;
  background: #e7faf0;
  border-color: #13ce66;
}

.sib-form-message-panel__text {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
}

.sib-notification__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.brevo-form .entry__error {
  display: block;
  min-height: 0;
  margin: .35rem 0 .8rem;
  color: #8a1c1c;
  font-size: .85rem;
}

.brevo-form .entry__specification,
.brevo-form .brevo-declaration {
  display: block;
  margin-top: .5rem;
  color: #666;
  font-size: .78rem;
  line-height: 1.45;
}

.brevo-form .brevo-declaration {
  margin-top: 1rem;
}

.brevo-form .brevo-declaration a {
  color: inherit;
}

.brevo-form .input--hidden {
  position: absolute;
  left: -9999px;
}

.brevo-form button[disabled] {
  cursor: wait;
  opacity: .7;
}

@media (max-width: 640px) {
  .brevo-form {
    padding: 1.25rem;
  }
}
