.mbn-box {
  background: #f7f5f2;
  border: 1px solid #e7dfd2;
  border-left: 4px solid #8b6914;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  margin: 2rem 0;
}

.mbn-box__title {
  margin: 0 0 0.5rem;
  color: #1a1a1a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.35rem;
}

.mbn-box__intro {
  margin: 0 0 1rem;
  color: #4a4338;
  line-height: 1.5;
}

.mbn-box__message {
  margin: 0 0 1rem;
  padding: 0.65rem 0.8rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.mbn-box__message--ok {
  background: #eaf5ea;
  color: #1e5a2a;
}

.mbn-box__message--error {
  background: #fdecea;
  color: #8a1f1b;
}

.mbn-form__honey {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.mbn-form__field {
  margin: 0 0 0.85rem;
}

.mbn-form__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #2b261f;
}

.mbn-form__field input[type="email"] {
  width: 100%;
  max-width: 28rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d5ccbe;
  border-radius: 6px;
  background: #fff;
}

.mbn-form__consent {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #4a4338;
  line-height: 1.45;
}

.mbn-form__consent a {
  color: #8b6914;
}

.mbn-form__button {
  display: inline-block;
  border: 0;
  border-radius: 6px;
  background: #8b6914;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 1.15rem;
  cursor: pointer;
}

.mbn-form__button:hover,
.mbn-form__button:focus {
  background: #6f5410;
}
