.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-10b3a4ab *//* لینک‌ها در متن (با رنگ سبز برند) */
.elementor-widget-text-editor a {
  color: #1db954; /* سبز برند */
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* هاور روی لینک */
.elementor-widget-text-editor a:hover {
  color: #ffffff; /* سفید مدرن */
  text-shadow: 0 0 6px rgba(29,185,84,0.8); /* هاله سبز لطیف */
  text-decoration: none;
}/* End custom CSS */