/**
 * Line Grid Background Canvas Styles
 * Positions the interactive line grid canvas behind post page content
 */

#line-grid-background-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}

#posts.inner-post-page .block-left {
  position: relative;
  background: #000;
}

#posts.inner-post-page .block-left .content {
  position: relative;
  z-index: 1;
}

#posts.inner-post-page .post-title-section {
  position: relative;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #000;
  padding: 10px;
  border: 1px solid #333;
  width: fit-content;
}

#posts.inner-post-page .post-title-section .section-title {
  margin-top: 5px;
}
