.archiveItem {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
}

.archiveItem:hover {
  -webkit-box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.37);
}

.archiveItem:not(:last-child) {
  margin-bottom: 10px;
}

.archiveTitle {
  font-weight: bold;
}

.pill {
  background-color: #0d6efd;
  border-radius: 50px;
  padding: 0px 10px;
  color: white;
  font-weight: normal;
}

.livePill {
  background-color: #fd0d0d;
  border-radius: 50px;
  padding: 0px 10px;
  color: white;
  font-weight: normal;
}
