/* ==========================================================================
   Dev Hub — announce.css (Announcements editor, on top of shared.css)
   ========================================================================== */

body {
  padding: 6vh 6vw 8vh;
}

.wrap {
  max-width: 68rem;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .editor-layout {
    grid-template-columns: 1fr 20rem;
    align-items: start;
  }
}

.preview-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
