.ehs-header-slider {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 12px;
  padding: 10px;
  scrollbar-width: none;
}
.ehs-header-slider::-webkit-scrollbar {
  display: none;
}
.ehs-menu-item {
  display: inline-block;
  padding: 8px 16px;
  background: #f2f2f2;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background 0.3s;
}
.ehs-menu-item:hover {
  background: #ddd;
}
