: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 {
  margin-left: var(--dyte-space-2, 8px);
  margin-right: var(--dyte-space-2, 8px);
  display: inline-flex;
  height: var(--dyte-space-10, 40px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 14px;
}

:host([size='sm']) {
  margin-left: var(--dyte-space-1, 4px);
  margin-right: var(--dyte-space-1, 4px);
  font-size: 12px;
}

dyte-icon {
  margin-right: var(--dyte-space-1, 4px);
  height: var(--dyte-space-5, 20px);
  width: var(--dyte-space-5, 20px);
}

:host([size='sm']) dyte-icon {
  height: var(--dyte-space-4, 16px);
  width: var(--dyte-space-4, 16px);
}

:host([variant='embedded']) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  opacity: 0.5;
  margin-top: var(--dyte-space-1, 4px);
  margin-left: var(--dyte-space-1, 4px);
  height: var(--dyte-space-5, 20px);
  border-radius: var(--dyte-border-radius-sm, 4px);
  padding-left: var(--dyte-space-2, 8px);
  padding-right: var(--dyte-space-2, 8px);
  font-size: 12px;
}

:host([variant='embedded']) dyte-icon {
  height: var(--dyte-space-4, 16px);
  width: var(--dyte-space-4, 16px);
}
