: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 {
  display: flex;
  height: var(--dyte-space-12, 48px);
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  padding-left: var(--dyte-space-4, 16px);
  padding-right: var(--dyte-space-4, 16px);
}

@media only screen and (max-device-height: 480px) and (orientation: landscape) {
  :host {
    display: none !important;
  }
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
  :host {
    display: none !important;
  }
}
