:host {
  /* stylelint-disable-next-line declaration-no-important */
  box-sizing: content-box !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  contain: strict;
  vertical-align: middle;
  fill: currentcolor;
}

.icon-inner,
svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Icon RTL
 * -----------------------------------------------------------
 */
:host(.flip-rtl) .icon-inner {
  transform: scaleX(-1);
}

:host(.icon-small) {
  font-size: 0.85em;
}

:host(.icon-medium) {
  font-size: 1em;
}

:host(.icon-large) {
  font-size: 2em;
}

:host(.bkkr-color) {
  color: var(--color-base) !important;
}