.elementor-30699 .elementor-element.elementor-element-911ae0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-932da5e */.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  position: relative;
  display: inline-block;
  color: #d4af37; /* طلایی اصلی */
  transition: color 0.3s ease;
}

.entry-content h2::after,
.entry-content h3::after,
.entry-content h4::after,
.entry-content h5::after,
.entry-content h6::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #f7d774);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.entry-content h2:hover::after,
.entry-content h3:hover::after,
.entry-content h4:hover::after,
.entry-content h5:hover::after,
.entry-content h6:hover::after {
  width: 100%;
}

.entry-content h2:hover,
.entry-content h3:hover,
.entry-content h4:hover,
.entry-content h5:hover,
.entry-content h6:hover {
  color: #f7d774; /* طلایی روشن هنگام هاور */
}/* End custom CSS */