: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: absolute;
  top: var(--dyte-space-4, 16px);
  right: var(--dyte-space-4, 16px);
  bottom: var(--dyte-space-4, 16px);
  left: var(--dyte-space-4, 16px);
  top: auto;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  justify-content: center;
  width: 100%;
  z-index: 5;
}

dyte-transcript {
  margin-top: var(--dyte-space-2, 8px);
}
