/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 12:41:39 */


 .service-suite-tab .tf_scrollbar {
	 display: flex;
  gap: 12px;
  overflow-x: auto;         /* enable horizontal scroll */
  overflow-y: hidden;       /* prevent vertical scroll */
  white-space: nowrap;      /* keep in one line */
  padding: 8px 0;
  -webkit-overflow-scrolling: touch;
}
 .service-suite-tab .tab-scroller::-webkit-scrollbar {
  height: 6px;              /* horizontal scrollbar only */
}

 .service-suite-tab .tab-scroller::-webkit-scrollbar-thumb {
  background: #c2a676;
  border-radius: 10px;
}