/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 30 2026 | 14:44:06 */
/* Скрываем стандартную 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="var(--e-global-color-accent)"],
ellipse[fill="var(--e-global-color-accent)"] {
  fill: #0E2355 !important;
}
