/*
Theme Name: GSTBlog Tools Theme
Theme URI: https://gstblog.in
Author: GSTBlog
Description: A custom, highly optimized WordPress theme matching the GST Tools portal React design.
Version: 1.0.0
Text Domain: gsttheme
*/

/* Custom Scrollbar for sidebars to match React prototype */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 20px;
}