/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 09:29:09 */
.checklisted {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklisted li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}

.checklisted li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #008c3c; /* Grün */
  font-weight: bold;
}