: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;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));

  /* for clock text to not have different width each time it changes */
  font-variant-numeric: tabular-nums;
}

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