: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: flex;
  flex-direction: column;
  overflow: visible;
}

.more-menu {
  position: absolute;
  right: calc(var(--dyte-space-24, 96px) * -1);
  bottom: var(--dyte-space-16, 64px);
  z-index: 50;
  margin-bottom: var(--dyte-space-3, 12px);
  box-sizing: border-box;
  max-height: 60vh;
  width: var(--dyte-space-64, 256px);
  overflow: auto;
  border-radius: var(--dyte-border-radius-md, 8px);
  border-width: var(--dyte-border-width-sm, 1px);
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(var(--dyte-colors-background-600, 60 60 60) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

:host([size='sm']) .more-menu {
  bottom: var(--dyte-space-10, 40px);
}

.more-menu::-webkit-scrollbar {
  height: var(--dyte-space-0, 0px);
  width: var(--dyte-space-1\.5, 6px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-900, 26 26 26) / var(--tw-bg-opacity));
}

.more-menu::-webkit-scrollbar-thumb {
  border-radius: var(--dyte-border-radius-sm, 4px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-600, 60 60 60) / var(--tw-bg-opacity));
}
