.sen-listBlock-pagination {
  margin: 20px 0;
}
.sen-listBlock-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.sen-listBlock-item:hover {
  background-color: #eee;
  color: inherit;
}
.sen-listBlock-item-title {
  padding-top: 1rem;
  text-transform: uppercase;
}
.sen-listBlock-item-date {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 85%;
}
.sen-listBlock-item-title, .sen-listBlock-item-date, .sen-listBlock-item-body {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sen-listBlock-item-bot-more {
  text-transform: uppercase;
}
.sen-listBlock-item-bot-date, .sen-listBlock-item-bot-more {
  padding: 7px 12px;
}
.sen-listBlock-btn {
  float: right;
}
