html { scroll-behavior: smooth; }
::-webkit-scrollbar { height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background: #c9c9c9; border-radius: 8px; }

.news-hotspot { border-radius: 4px; }

/* মোবাইলে ট্যাপ করলে হালকা হাইলাইট */
@media (hover: none) {
  .news-hotspot:active { background: rgba(139, 30, 30, 0.15); }
}
