/* GameZone Dark - main.css (extra styles) */

/* Comments area */
#comments { background: #1e1e1e; border: 1px solid #2a2a2a; border-radius: 4px; margin-top: 14px; padding: 16px; }
#comments h2 { color: #fff; font-size: 14px; margin-bottom: 12px; }
.comment-list li { border-bottom: 1px solid #2a2a2a; margin-bottom: 12px; padding-bottom: 12px; }
.comment-author { color: #e53e3e; font-size: 12px; font-weight: 600; }
.comment-meta { color: #666; font-size: 10px; margin-bottom: 6px; }
.comment-content p { color: #bbb; font-size: 12px; line-height: 1.7; }
#respond { margin-top: 16px; }
#respond h3 { color: #fff; font-size: 14px; margin-bottom: 12px; }
#respond input, #respond textarea {
  background: #111; border: 1px solid #333; border-radius: 3px;
  color: #ddd; font-size: 12px; margin-bottom: 8px;
  outline: none; padding: 8px 10px; width: 100%;
}
#respond input:focus, #respond textarea:focus { border-color: #e53e3e; }
#respond textarea { height: 100px; resize: vertical; }
#respond #submit {
  background: #e53e3e; border: none; border-radius: 4px;
  color: #fff; cursor: pointer; font-size: 13px;
  font-weight: 600; padding: 10px 24px;
}
#respond #submit:hover { background: #c53030; }

/* Page template */
.page-content-box { background: #1e1e1e; border: 1px solid #2a2a2a; border-radius: 4px; padding: 20px; }
.page-content-box h1 { color: #fff; font-size: 18px; margin-bottom: 12px; }
.page-content-box p { color: #bbb; font-size: 13px; line-height: 1.8; margin-bottom: 12px; }

/* Scroll to top */
#scroll-top {
  background: #e53e3e; border-radius: 3px; bottom: 20px;
  color: #fff; cursor: pointer; display: none; font-size: 18px;
  height: 36px; line-height: 36px; position: fixed;
  right: 20px; text-align: center; width: 36px; z-index: 999;
}
