: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: block;
  height: var(--dyte-space-10, 40px);
  outline: 2px solid transparent;
  outline-offset: 2px;
}


:host .icon-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
}


:host svg {
  height: 100%;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Sizes */

:host([size='xl']) {
  box-sizing: border-box;
  display: block;
  height: var(--dyte-space-16, 64px) !important;
  width: var(--dyte-space-16, 64px) !important;
  --dyte-spinner-color: currentColor;
}

:host([size='md']) {
  box-sizing: border-box;
  display: block;
  height: var(--dyte-space-6, 24px) !important;
  width: var(--dyte-space-6, 24px) !important;
  --dyte-spinner-color: currentColor;
}

:host([size='sm']) {
  box-sizing: border-box;
  display: block;
  height: var(--dyte-space-4, 16px) !important;
  width: var(--dyte-space-4, 16px) !important;
  --dyte-spinner-color: currentColor;
}

:host([variant='secondary']) .icon-wrapper {
  --tw-text-opacity: 1;
  color: rgba(var(--dyte-colors-background-600, 60 60 60) / var(--tw-text-opacity));
}

:host([variant='danger']) .icon-wrapper {
  --tw-text-opacity: 1;
  color: rgba(var(--dyte-colors-danger, 255 45 45) / var(--tw-text-opacity));
}
