.ui-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: currentColor;
  flex-shrink: 0;
}

.nav-icon-svg {
  width: 24px;
  height: 24px;
}

.category-icon-svg {
  width: 28px;
  height: 28px;
  color: #1a1a1a;
}

.category-item .ui-icon,
.category-item .category-icon-img {
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fafafa, #f0f0f0);
  box-sizing: border-box;
}

.search-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #999;
  margin-right: 8px;
}

.search-icon-wrap .ui-icon {
  width: 18px;
  height: 18px;
}

.empty-state-icon .ui-icon {
  width: 48px;
  height: 48px;
  color: #bbb;
}

.profile-avatar-icon {
  width: 32px;
  height: 32px;
  color: #666;
}

.fav-icon {
  width: 22px;
  height: 22px;
  color: #666;
  flex-shrink: 0;
}

.fav-icon.active {
  color: #f0a500;
}

.fav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  border: none;
  background: transparent;
}

.fav-btn .fav-icon {
  width: 24px;
  height: 24px;
}

.fav-btn--card {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.fav-btn--card .fav-icon {
  width: 20px;
  height: 20px;
}

.menu-row-icon {
  width: 20px;
  height: 20px;
  color: #666;
}
