
.account-purpose {
  display: none;
  position: relative;
  width: 0.55em;
  height: 0.55em;
  margin-right: var(--quarter-space);
  text-indent: -9999px;

  &::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/assets/icons/linked-49536bd5.svg") center / 100% no-repeat;
  }

  &.account-purpose--large {
    width: 0.8em;
    height: 0.8em;
    margin-right: var(--eighth-space);
  }

  .has-linked-accounts & {
    display: initial;

    &.account-purpose--home::before { background-image: url("/assets/icons/home-ef4d1658.svg"); }
    &.account-purpose--work::before { background-image: url("/assets/icons/work-ed3565fd.svg"); }
    &.account-purpose--domains::before { background-image: url("/assets/icons/domains-ed3565fd.svg"); }
  }
}
