/* notes-simple.css — extracted from the embedded <style> block in notes/html.html */
@media (max-width:860px) {
  .notes-shell { grid-template-columns: 1fr !important; }
  .notes-shell aside { display: none; }
  .notes-shell main { padding: 24px 20px 60px !important; }
}
