.confLogoBox img{
 max-width: 960px;
}
.waf-x1::before {
  content: ":";
}
/* brak kropek na głównym poziomie */
.agenda {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* podlisty jako "puste kółka" */
.agenda ul {
  list-style: circle;
  padding-left: 20px;
}

.agenda > li {
  margin: 16px 0;
  padding: 10px 14px;
  border-left: 3px solid #ccc;
  background: #fafafa;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.agenda > li:hover {
  background: #f0f0f0;
  border-left-color: #999;
}
.agenda-title,
.agenda-date {
  font-family: "Liberation Mono", monospace;
}

.agenda-updated {
  font-size: 0.9em;
  color: #666;
  margin: 6px 0 20px;
}