.cc-notebook {
  position: fixed;
  inset: 0;
  z-index: 100120;
  overflow-y: auto;
  padding: 18px;
  color: #202820;
  background: #f2f6f1;
  font-family: Inter, sans-serif;
}

.cc-notebook header {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
}

.cc-notebook form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 16px 0;
}

.cc-notebook article {
  padding: 12px 0;
  border-bottom: 1px solid #c7d3c9;
}
