.site-footer {
  display: none;
 }
 .graph-view > .graph-footer {
  display: none;
}


/* Responsive graph view styling */
.graph-view {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .graph-view {
    height: 60vh;
  }
}

@media (max-width: 480px) {
  .graph-view {
    height: 50vh;
  }
}

/* Responsive iframes and objects within notes */
iframe, embed, object {
  max-width: 100%;
  height: auto;
}