/* Mobile spacing between update-history cards · 2026-09-04 */
@media (max-width: 720px) {
  body[data-content-type="post"] .briefing-article #updates ~ .notice {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
