.elementor-1062 .elementor-element.elementor-element-5a0097b1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-1062 .elementor-element.elementor-element-a0eaf3d{--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;}.elementor-1062 .elementor-element.elementor-element-958073c .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-5f885481 *//* More specific and forceful fixes */
p a {
  line-height: inherit !important;
  display: inline !important;
  vertical-align: baseline !important;
  font-size: inherit !important;
}

/* If the paragraph has a specific line-height, match it exactly */
p {
  line-height: 1.6; /* or whatever your paragraph line-height is */
}

p a {
  line-height: 1.6 !important; /* match the paragraph exactly */
}

/* Sometimes links have padding/margin that affects spacing */
p a {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
}/* End custom CSS */