.annotation {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.annotation:last-child { border-bottom: 0; }
.annotation p { margin: .35rem 0; }
.annotation-type {
  display: inline-block;
  color: var(--purple);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.annotation-location { color: #5b5770; font-size: .9rem; }
.annotation .text-button { flex: 0 0 auto; text-decoration: underline; }
.control-help { margin: .2rem 0 .7rem; color: #5b5770; font-size: .9rem; line-height: 1.45; }
@media (max-width: 520px) {
  .annotation { flex-direction: column; gap: .5rem; }
}
