/**
 * WAMM channel icons — reusable SVG sprites via CSS background.
 * Usage: <i class="i-channel i-wa i-24" aria-hidden="true"></i>
 * Connect in views when needed: <link rel="stylesheet" href="/i/ico/channel-icons.css">
 */
.i-channel {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: -0.125em;
}

.i-channel.i-20 {
	width: 20px;
	height: 20px;
}

.i-channel.i-24 {
	width: 24px;
	height: 24px;
}

.i-wa {
	background-image: url('/i/ico/whatsapp.svg');
	background-size: cover;
}

.i-tg {
	background-image: url('/i/ico/telegram.svg');
}

.i-avito {
	background-image: url('/i/ico/avito.svg');
}

.i-max {
	background-image: url('/i/ico/max.svg');
	/* MAX fills the square viewBox; 84% matches widget visual weight vs other icons */
	background-size: 84%;
}

.i-vk {
	background-image: url('/i/ico/vk.svg');
}

/* WCW / Website LiveChat — WAMM primary #ff6835 baked in livechat.svg */
.i-livechat,
.i-wcw {
	background-image: url('/i/ico/livechat.svg');
}
