: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;
}

: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);
}
