<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 640px) {
  .categorypost {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
  }
}

.categorypost h5 {
  line-height: 2rem;
}

.categorypost .posttitle {
  display: inline-block;
  background: var(--bg-primary);
  color: var(--primary);
  padding: 0 5px;
}

.categorypost .overlay a,
.categorypost .buttonsoverlay a {
  text-decoration: none !important;

  color: var(--bg-primary) !important;

  display: inherit;
}

.categorypost .buttonsoverlay p {
  padding-left: 0.5rem !important;
}

.categorypost img {
  width: 100%;
}

.categorypost ul {
  padding-left: 0px !important;
}

.categorypost ul .posttitle {
  display: inline-block;
  margin-bottom: 0;
}

.categorypost p {
  padding: 0 !important;
  text-align: left;
  list-style: none;
}

.categorypost ul li {
  list-style: none;
}

.categorypost ul li a {
  text-decoration: none;
}

.categorypost.termine a {
  text-decoration: none;
}

.categorypost.termine .card {
  border: none;
}

.categorypost.card-columns {
  margin-top: 1rem;
}

.categorypost .card-title {
  overflow-wrap: break-word;
  word-break: break-word;

  font-weight: bolder;
  color: var(--primary);
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem;
  display: block;
}

.categorypost .post-format-icon {
  color: var(--white);
  background-color: var(--bg-tertiary);

  border-radius: 5px;
  position: absolute;
  padding: 7.5px 15px;
  font-size: 1.5rem;
  top: 0;
  right: 0;
}

ul#archive-years.nav-pills .nav-link {
  border-radius: 0;
}
</pre></body></html>