.toc-entry {
  color: rgb(0,0,0.87);
  display: block;
  cursor: pointer;
  padding: 7px 3px;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.toc-entry:first-child {
  border-top: 1px dotted #ccc;
}

.toc-entry:hover {
  color: rgb(0,0,0.87);
  background-color: #f8f8f8;
}

.toc-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}

.toc-meta {
  font-size: 12px;
  color: rgb(0,0,0,0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Builder mode button */
.action-button {
  padding: 8px 16px;
  font-family: "EB Garamond", serif;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 8px;
}

.action-button:hover {
  background: rgba(0, 0, 0, 1);
}

.action-button.secondary {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.action-button.secondary:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.4);
}

