:host {
  display: inline-block;
}

svg {
  inline-size: 100%;
  block-size: 100%;
  fill: var(--gse-core-color-transparent);
}
svg.gux-monotone .gux-logomark {
  fill: var(--gse-ui-logo-brand-monotone-iconColor);
}
svg.gux-monotone .gux-logo-text {
  fill: var(--gse-ui-logo-brand-monotone-textColor);
}
svg .gux-logomark {
  fill: var(--gse-ui-logo-brand-duotone-iconColor);
}
svg .gux-logo-text {
  fill: var(--gse-ui-logo-brand-duotone-textColor);
}