.skz-cat-sidebar {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  font-family: sans-serif;
}

.skz-cat-title {
  background: #963400;
  color: #ffffff;
  padding: 10px 14px;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
  font-family: sans-serif;
}

.skz-cat-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.skz-cat-list li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 !important;
  padding: 0 !important;
}

.skz-cat-list li:last-child {
  border-bottom: none;
}

.skz-cat-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: #222222;
  text-decoration: none !important;
  font-size: 11pt;
  font-family: sans-serif;
  line-height: 1.2;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
  min-height: 0;
}

.skz-cat-list li a:hover {
  background: #fdf5e6;
  color: #963400;
  padding-left: 14px;
  text-decoration: none !important;
}

.skz-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}

.skz-icon img {
  width: 31px;
  height: 31px;
  object-fit: cover;
  display: block;

}

.skz-label {
  flex: 1;
  font-size: 11pt;
  font-family: sans-serif;
  font-weight: 700;
}

.skz-arrow {
  color: #cccccc;
  font-size: 13px;
  flex-shrink: 0;
  transition: color 0.15s;
}

.skz-cat-list li a:hover .skz-arrow {
  color: #cd9934;
}

.skz-cat-list li a.skz-active {
  background: #fdf5e6;
  color: #963400;
  font-weight: 700;
  border-left: 3px solid #cd9934;
  padding-left: 7px;
}

.skz-cat-list li a.skz-active .skz-arrow {
  color: #cd9934;
}
