.heading h1 {
  margin-top: 0
}

.heading > div:first-child {
  flex: 1;
  width: 100%;
}

.updated-at {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 650
}

.heading .updated-at {
  line-height: 1.35;
  text-align: right;
}

@media(min-width:721px) {
  .heading+.filters {
    margin-top: 8px
  }

}

#status {
  max-height: 4em;
  overflow: hidden;
  opacity: 1;
  transition: opacity .65s ease,max-height 1s cubic-bezier(.22,1,.36,1),margin 1s cubic-bezier(.22,1,.36,1)
}

#status:empty {
  display: none;
}

#status.is-collapsed {
  min-height: 0;
  max-height: 0;
  margin: 0;
  opacity: 0
}
