:host {
  /*private*/
  display: flex;
  width: fit-content;
  height: fit-content;
}

.snk-data-exporter {
  /*private*/
  display: flex;
  width: fit-content;
  height: fit-content;
}

.snk-data-exporter__dropdown {
  /*private*/
  display: none;
}

.snk-data-exporter__dropdown--show {
  /*private*/
  display: flex;
  flex-direction: column;
  position: fixed;
}

.snk-data-exporter__dropdown > ez-dropdown {
  /*private*/
  position: relative;
}
