: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: 100%;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
}

.list {
  margin-bottom: var(--dyte-space-4, 16px);
  display: flex;
  height: 100%;
  flex-direction: column;
}

h3, 
.heading-count {
  margin: var(--dyte-space-0, 0px);
  align-items: center;
  justify-content: center;
  padding: var(--dyte-space-0, 0px);
  font-size: 16px;
  font-weight: 400;
  color: rgb(var(--dyte-colors-text-900, 255 255 255 / 0.88));
  text-align: center;
}

.heading-count {
  font-size: 14px;
}

.participants {
  margin-top: var(--dyte-space-2, 8px);
  margin-bottom: var(--dyte-space-0, 0px);
  padding: var(--dyte-space-0, 0px);
}

.empty-viewers-list {
  margin-top: var(--dyte-space-2, 8px);
  margin-bottom: var(--dyte-space-2, 8px);
  text-align: center;
  font-size: 12px;
  color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
}
