/* Trollhunter Child – Log-Seite
   Interne Chronik: monospace Items + Link-Hover + Block-Reset. */


/* LOG-Seite */
.th-log {
  max-width: 700px;
  margin: 0 auto;
}

/*.th-log-intro {
  font-size: 14px;
  line-height: 1.5;
  color: #9a9ea2;
  margin-bottom: 18px;
}*/

.th-log-item {
  font-family: monospace;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 6px 0;
  color: #c7c9cc;
}

.th-log .wp-block,
.th-log .wp-block-group {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.th-log ul,
.th-log li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.th-log-item .th-log-link{
  color: inherit;
  text-decoration: none;
}
.th-log-item .th-log-link:hover{
  text-decoration: underline;
}

@media (max-width: 820px) {
  .th-log {
    max-width: 92%;
  }
}
