@charset "utf-8";

.webcomic-list > li {
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

.webcomic-list > li:first-child {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1.2rem;
}

.webcomic-list .media-left {
  width: 43.75%; /* 140 / 320 */
  max-width: 480px;
}

.webcomic-list .image .webcomic-list__update-badge {
  position: absolute;
  right: -.4rem;
  top: -.8rem;
  width: 3rem;
  z-index: 2;
}
