/* plugin-style.css – eigenes CSS für Verfassungswache.de */

body {
  background-color: #fdfdfd;
  color: #222;
  font-family: "Helvetica Neue", sans-serif;
}

a {
  color: #0044cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

[id^="form-field-honeypot_"] {
  display: none !important;
  visibility: hidden;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

.honeypot-error {
  background-color: #ffdddd;
  color: #a00;
  border: 1px solid #a00;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  border-radius: 5px;
}
