/* Minimal dark theme – easy to merge with an Apple‑style site */
#tg-visit-count { 
  padding: 16px 0; 
  border-top: 1px solid #2a2a2a; 
  text-align: center; 
  color: #eaeaea;
  font-size: 14px;
}

.tg-comments { 
  padding: 32px 16px; 
  border-top: 1px solid #2a2a2a; 
  color: #eaeaea;
  max-width: 1000px;
  margin: 0 auto;
}
.tg-comments-title { 
  font-size: 24px; 
  margin-bottom: 16px; 
  font-weight: 600; 
}
.tg-comments-list { 
  margin-bottom: 16px; 
}
.tg-comment { 
  padding: 12px 0; 
  border-bottom: 1px solid #2a2a2a; 
  white-space: pre-wrap;
  line-height: 1.5;
}
.tg-comment-empty { 
  color: #9b9b9b;
}
.tg-comment-form { 
  display: grid; 
  gap: 12px; 
}
.tg-input { 
  width: 100%; 
  min-height: 84px; 
  padding: 12px; 
  border: 1px solid #2f2f2f; 
  border-radius: 8px; 
  background: #111; 
  color: #fff; 
  outline: none; 
}
.tg-input:focus { 
  border-color: #444; 
}
.tg-btn { 
  justify-self: start; 
  padding: 10px 16px; 
  border: none; 
  border-radius: 999px; 
  background: #2a2a2a; 
  color: #fff; 
  cursor: pointer; 
  font-weight: 600; 
}
.tg-btn:hover { background: #3a3a3a; }