/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 31 2025 | 11:14:56 */
/* Скрываем стандартную SVG иконку */
.chaty-link-channel .chaty-svg {
  display: none !important;
}

/* Добавляем свою */
.chaty-link-channel .chaty-icon {
  background-image: url('https://kkpk.online/wp-content/uploads/2025/10/max.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 39px;
  display: inline-block;
}

