.list_item {
  text-decoration: none;
  color: inherit;
  display: block;
  break-inside: avoid;
  margin-top: 40px;
}

.list_item:first-child {
  margin-top: 0;
}

.list_item:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
}

.list_item .item_image {
  display: block;
  width: 100%;
  height: auto;
}

.list_item .item_image_empty {
  width: 100%;
  height: 180px;
  background: #efefef;
}


/* Page item */


.page_item {
  text-decoration: none;
  color: inherit;
  display: block;
  break-inside: avoid;
}

.page_item .item_title {
  margin-top: 1em;
  text-decoration: underline;
}

.page_item:hover .item_title {
  opacity: 0.6;
}
