.last-archived__sub-header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .last-archived__sub-header {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.last-archived__content-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
.last-archived__content-wrapper:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}
.last-archived__content-summary {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  align-items: center;
}
.last-archived__summary-field {
  margin: 12px 0;
  width: 100%;
}
.last-archived__entry-item {
  display: flex;
}
.last-archived__media-thumbnail {
  position: relative;
}
.last-archived__thumbnail-duration {
  line-height: normal;
  left: 12px;
  position: absolute;
  font-size: 10px;
  bottom: 8px;
  color: #fff;
}
.last-archived__content {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  overflow: hidden;
}
.last-archived__name {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.last-archived__description {
  margin: 8px 0;
  font-size: 16px;
}
.last-archived__close {
  font-size: 22px;
  margin-top: -36px;
}
