/* ===== 168evolution — Custom styles =====
   ย้ายออกมาจาก inline <style> ใน header.php เพื่อให้ browser แคชไฟล์ได้ (โหลดไว ดี SEO)
   ไม่กระทบดีไซน์เดิม — เนื้อหาเหมือนเดิมทุกบรรทัด */

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #09090B;
}
::-webkit-scrollbar-thumb {
  background: #27272A;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #D4AF37;
}
.text-stroke-gold {
  -webkit-text-stroke: 1px #D4AF37;
  color: transparent;
}
.nav-link-active {
  color: #D4AF37 !important;
  border-bottom: 2px solid #D4AF37;
}
