:host {
  line-height: initial;
  font-family: var(--dyte-font-family, sans-serif);

  font-feature-settings: normal;
  font-variation-settings: normal;
}

p {
  margin: var(--dyte-space-0, 0px);
  padding: var(--dyte-space-0, 0px);
}


:host {
  position: relative;
  display: inline-block;
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

#menu-list {
  position: absolute;
  z-index: 20;
  display: none;
}
