.fleischnet-epaper-gate {
  position: relative;
}

.fleischnet-epaper-gate__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.fleischnet-epaper-gate__label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.fleischnet-epaper-gate__fields {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fleischnet-epaper-gate__email {
  display: block;
  width: 100%;
}

.fleischnet-epaper-gate__submit {
  display: block;
  width: 100%;
}

.fleischnet-epaper-gate__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.fleischnet-epaper-gate__message {
  margin: 0.65rem 0 0;
  font-size: 0.82em;
  line-height: 1.45;
}

.fleischnet-epaper-gate__message.is-error {
  color: #a00;
}

.fleischnet-epaper-gate__message.is-success {
  color: #176b2c;
}
