/* Moorfrosch Lehrpfad – Neustart */

.mfn-wrap {
  max-width: 760px;
  margin: 20px auto;
  padding: 24px 22px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

.mfn-wrap h2 {
  margin: 0 0 16px 0;
  font-size: 1.4em;
  color: #1a1a1a;
}

.mfn-wrap p {
  margin: 0 0 12px 0;
  color: #333;
  line-height: 1.55;
}

.mfn-buttons {
  margin: 20px 0 0 0;
}

.mfn-btn {
  display: inline-block;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.1s ease;
  line-height: 1;
}

.mfn-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.mfn-btn:active {
  transform: translateY(0);
  filter: brightness(0.95);
}

.mfn-btn-naz {
  background: #2ecc71;
}

.mfn-btn-dietmanns {
  background: #3498db;
}

.mfn-hint {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  background: #eaf6f0;
  border-left: 4px solid #2ecc71;
  border-radius: 10px;
  color: #1e7a4a;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.5;
}
