.ca-cnae-list {
  width: 100%;
  position: relative;
}

.ca-cnae-list__data {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ca-cnae-list__items {
  display: block;
  width: 100%;
}

.ca-cnae-list .cnae-item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  min-height: 56px;
  text-decoration: none;
  color: #002a54;
}

.ca-cnae-list .cnae-item span {
  flex: 1;
  min-width: 0;
}

.ca-cnae-list .cnae-item svg {
  flex-shrink: 0;
}

.ca-cnae-list__empty {
  margin: 16px 0 0;
  opacity: 0.75;
  color: #002a54;
}
