/**
 * Editor Styles
 * Custom Elementor Widgets
 */

/* Elementor panel styles */
.elementor-control .cew-info {
  padding: 10px;
  background-color: #f0f0f1;
  border-left: 3px solid #2271b1;
  margin-top: 10px;
}

.elementor-control .cew-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

/* Widget icon customization */
.elementor-element .icon .cew-widget-icon {
  color: #2271b1;
}

