@charset "utf-8";

/* ==========================================================================
   GNUBOARD 5 CONTENT (BASIC) MODERN DARK THEME
   ========================================================================== */

#ctt {
  background: var(--bg-surface, #111827);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  border-radius: var(--radius-md, 10px);
  padding: 35px 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  color: var(--text-main, #f1f5f9);
}
#ctt h1, #ctt h2, #ctt h3 {
  color: var(--text-highlight, #fff);
  margin-bottom: 15px;
}
#ctt_con {
  min-height: 300px;
}
#ctt_con img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
