/*
 * Peoria Biotic Tracker Theme — Icon utilities
 * Uses inline SVGs in PHP; this file provides sizing helpers only.
 */

.pbt-nav-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	flex-shrink: 0;
}

.pbt-icon-sm  { width: 14px; height: 14px; }
.pbt-icon-md  { width: 20px; height: 20px; }
.pbt-icon-lg  { width: 28px; height: 28px; }
.pbt-icon-xl  { width: 40px; height: 40px; }
