/*
 * Theme Name: Vikinger - BuddyPress Social Community Child
 * Theme URI: https://odindesignthemes.com/vikinger-theme/
 * Author: Odin Design Themes
 * Author URI: https://themeforest.net/user/odin_design
 * Description: The next generation WordPress+Buddypress social community! We carefully designed this theme for you to have all you need to build an incredible community with full profiles, reactions, groups, badges, quests, ranks, credits and much more to come!
 * Version: 1.0.0
 * License: https://themeforest.net/licenses/
 * License URI: https://themeforest.net/licenses/
 * Text Domain: vikingerchild
 * Template: vikinger
*/

/* =========================================
   UNIFIED CUSTOM ICON SYSTEM
========================================= */

/* Base sizing */
.icon-coin,
.icon-orbit,
.icon-medal,
.icon-spark {
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* Normalize stroke weight for stroke-based icons */
.icon-orbit svg,
.icon-medal svg,
.icon-spark svg {
  stroke-width: 0.5;
}

/* Sidebar base color (match Vikinger gray) */
.navigation-widget .icon,
.sidebar .icon,
.side-menu .icon {
  color: #a9acc6;
}

/* Hover state */
.navigation-widget li:hover .icon,
.sidebar li:hover .icon,
.side-menu li:hover .icon {
  color: #ffffff;
}
.icon-cookie {
  width: 24px;
  height: 24px;
  display: inline-block;
}
