:root {
  --hsg-green: #243D37;
  --hsg-green-deep: #172824;
  --hsg-lime: #CDDE66;
  --hsg-cream: #F3EBD9;
  --hsg-white: #FFFFFF;
  --hsg-mist: #D9DED9;
  --hsg-secondary-green: #688079;
  --otl-orange: #F5821F;
  --bws-yellow: #FFCB05;
  --wcc-blue: #00ADEF;
  --hsg-warning: var(--otl-orange);
  --hsg-alert: var(--bws-yellow);
  --hsg-connected: var(--wcc-blue);
}
.hsg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  color: currentColor;
  vertical-align: -0.125em;
  flex: 0 0 auto;
}
.hsg-icon > use { pointer-events: none; }
.hsg-icon--sm { width: 1rem; height: 1rem; }
.hsg-icon--lg { width: 2rem; height: 2rem; }
.hsg-icon--xl { width: 3rem; height: 3rem; }
.hsg-icon--lime { color: var(--hsg-lime); }
.hsg-icon--cream { color: var(--hsg-cream); }
.hsg-icon--muted { color: var(--hsg-secondary-green); }
.hsg-icon--warning { color: var(--hsg-warning); }
.hsg-icon--alert { color: var(--hsg-alert); }
.hsg-icon--connected { color: var(--hsg-connected); }

.hsg-icon-button {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--hsg-lime);
  background: var(--hsg-green);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.hsg-icon-button:focus-visible,
.hsg-icon-pill:focus-visible { outline: 3px solid var(--hsg-connected); outline-offset: 3px; }

.hsg-icon-pill {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .625rem 1rem;
  color: var(--hsg-lime);
  background: var(--hsg-green);
  border-radius: 999px;
}
