/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2025 | 19:13:25 */
/* Универсальные настройки для иконок соцсетей */
.elementor-widget-social-icons .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;      /* задаём одинаковую ширину */
  height: 44px;     /* задаём одинаковую высоту */
  font-size: 20px;   /* размер иконки внутри */
}

/* Чтобы svg внутри был ровно по центру */
.elementor-widget-social-icons .elementor-icon svg {
  width: 20px;
  height: 20px;
}
