.butz-latest-post-list {
  width: 100%;
}

.butz-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.butz-post-list-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.butz-post-list-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 10px;
}

.butz-post-list-item-icon i,
.butz-post-list-item-icon img,
.butz-post-list-item-icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.butz-post-list-item-link {
  width: calc(100% - 15px);
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.butz-post-list-item-link:hover {
  text-decoration: none;
}

.butz-post-list-item-date {
  display: inline-block;
  font-size: 0.9em;
}
