@charset "euc-jp";

.media-list-item {
  box-sizing: border-box;
  padding: 12px 8px;
  border-bottom: 1px dotted #e4e4e4;
}

.media-list-item:first-child {
  border-top: 1px dotted #eeeeee;
}

.media-list-item-date {
  margin-bottom: 8px;
  font-size: 12px;
  color: #909090;
}

.media-type-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: #a0107c;
  border-radius: 4px;
  color: #ffffff;
}

a.media-list-item__link {
  display: block;
  width: fit-content;
  height: 1.5em;
  font-size: 14px;
  text-decoration: underline;
  text-overflow: ellipsis;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
}

a.media-list-item__link:link,
a.media-list-item__link:visited,
a.media-list-item__link:hover,
a.media-list-item__link:active {
  color: #333333;
}
