.elementor-5347 .elementor-element.elementor-element-e500069{--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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5347 .elementor-element.elementor-element-23d0ad7{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-5347 .elementor-element.elementor-element-23d0ad7.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-5347 .elementor-element.elementor-element-23d0ad7{--container-widget-width:512px;--container-widget-flex-grow:0;width:var( --container-widget-width, 512px );max-width:512px;}.elementor-5347 .elementor-element.elementor-element-23d0ad7.elementor-element{--align-self:center;}}/* Start custom CSS for text-editor, class: .elementor-element-23d0ad7 */.custom-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.custom-link-list li {
  border-bottom: 1px solid #e0e0e0; /* light grey divider */
}

.custom-link-list a {
  display: inline-block;
  font-family: "Outfit", Sans-Serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 500;
  line-height: var(--e-global-typography-text-line-height, 1.6);
  color: #252525;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  padding: 1rem 0.5rem;
}

.custom-link-list a:hover {
  text-decoration: underline;
  color: #d3aa52 !important;
}

.custom-link-list a:active {
  color: #d3aa52; /* Keep the same active color */
}/* End custom CSS */