.elementor-5230 .elementor-element.elementor-element-4acdbf0{--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-5230 .elementor-element.elementor-element-fa789e0{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5230 .elementor-element.elementor-element-779a14f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-574edab */.sector-node {
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1em;
  margin: 0 0.5em;
  background-color: #f0f4f8;
  border-radius: 999px; /* This creates the bubble effect */
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.sector-node:hover {
  background-color: #e0e7ef;
}

.sector-node .icon {
  margin-right: 0.5em;
  font-size: 1.2em;
}

.sector-node.current {
  background-color: #d0e6ff;
  font-weight: 600;
}/* End custom CSS */