  body {
    background-color: #000; /* ดำ */
    color: #ddd;
  }

  p {
  color: #ddd; /* paragraph */
}

  /* Navbar */
  .navbar {
    background-color: #111 !important;
  }
  .navbar .nav-link,
  .navbar-brand {
    color: #f5c518 !important;
  }
  .navbar .nav-link:hover {
    color: #fff !important;
  }

  /* Card */
  .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
  }
  .card-title a {
    color: #f5c518;
    text-decoration: none;
  }
  .card-title a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .card-text {
    color: #ddd;
  }

  /* Footer */
  footer {
    background-color: #111;
    color: #aaa;
  }

  /* ปุ่ม */
  .btn {
    background-color: #f5c518;
    color: #000;
    border: none;
  }
  .btn:hover {
    background-color: #fff;
    color: #000;
  }

a {
  color: #f5c518; /* เหลืองทอง IMDb */
  text-decoration: none;
}

a:hover {
  color: #fff; /* เปลี่ยนเป็นขาวเมื่อ hover */
  text-decoration: none;
}

.text-muted {
  color: #999 !important; /* เทาอ่อน */
}

.text-muted:hover {
  color: #f5c518 !important; /* hover เป็นทอง */
}

h1, h2, h3, h4 {
  font-family: "Tahoma", "Arial", sans-serif; /* หรือฟอนต์ที่คุณใช้ */
  font-weight: bold;
}

/* Headings */
h1 {
  color: #f5c518; /* ทอง IMDb */
}
h2 {
  color: #f5c518; /* ทองเหมือนกัน แต่เล็กกว่า */
}
h3 {
  color: #fff; /* ขาว สว่าง แต่ไม่เด่นเท่า h1/h2 */
}
h4 {
  color: #ccc; /* เทาอ่อน สำหรับหัวข้อย่อย */
}


/* ปรับสี dropdown ของ DataTables */
.dataTables_length select {
  background-color: #1a1a1a; /* ดำเข้ม */
  color: #f5c518;           /* เหลืองทอง IMDb */
  border: 1px solid #333;
}

/* ปรับสี info text (Showing x to y of z entries) */
.dataTables_info {
  color: #ddd; /* เทาอ่อน อ่านง่าย */
}

/* ปรับสี pagination */
.dataTables_paginate .paginate_button {
  color: #f5c518 !important; /* ปุ่มเลขหน้าเป็นทอง */
  background-color: #111 !important;
  border: 1px solid #333 !important;
}
.dataTables_paginate .paginate_button:hover {
  color: #fff !important; /* hover เป็นขาว */
  background-color: #333 !important;
}
.dataTables_paginate .paginate_button.current {
  background-color: #f5c518 !important; /* หน้า active เป็นทอง */
  color: #000 !important;
}

.gg {
  color: #f5c518; /* GG เป็นทอง */
  font-weight: bold;
}

.drama {
  color: #fff; /* Drama เป็นขาว */
  font-weight: bold;
}