/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 30 2025 | 12:47:04 */
/* Скрываем стандартную SVG иконку */
.chaty-link-channel .chaty-svg {
  display: none !important;
}

/* Добавляем свою */
.chaty-link-channel .chaty-icon {
  background-image: url('https://dr-tsivanyuk.pro/wp-content/uploads/2025/10/max.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 39px;
  display: inline-block;
}

/* Заменяем все элементы с заливкой #4F6ACA на #135876 */
circle[fill="#4F6ACA"],
ellipse[fill="#4F6ACA"] {
  fill: #135876 !important;
}
