/** DONATIONS
--------------------------------------------------------- */
@media (min-height: 740px) {
  .donations {
    order: -1;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }
}



/** SEARCH
--------------------------------------------------------- */
input.search {
  background: #e53232;
  background: var(--accent-color);
  /*position: sticky;*/
  top: 0;
  margin-bottom: 0 !important;
}

input.search:focus {
  animation: flashAccent .6s;
}



/** SEARCH RESULTS
--------------------------------------------------------- */
.series {
  margin-top: 0 !important;
}

.series li {
  overflow: hidden;
}

.series li.filtered-out {
  border-width: 0;
}

.series li.filtered-out a {
  line-height: 0;
  padding: 0 16px;
  visibility: hidden;
}

.series .series-title {
  transition: padding .15s, line-height .15s, color .15s, background .6s, visibility .15s;
}

.series .series-title:focus {
  padding-left: 32px;
}

.ongoing {
  font-size: .75rem;
  font-weight: 700;
  color: #e53232;
  color: var(--accent-color);
}

.no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-result > * {
  transition: all .15s;
  margin-top: 8px;
}

.no-result:not(.active) > * {
  opacity: 0;
  pointer-events: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}