.elementor-4956 .elementor-element.elementor-element-2d48ab3{--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-4956 .elementor-element.elementor-element-156457c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-52048ad */.badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9em;
}
.sector-trail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  margin: 24px 0;
}

.sector-node {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

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

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

.sector-node.current {
  background-color: #d0e6ff;
  color: #0056b3;
  border: 1px solid #0056b3;
}

.arrow {
  font-size: 1.2em;
  color: #999;
}/* End custom CSS */