.navbar .dropdown-item {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  column-gap: 0.45rem;
  align-items: center;
  width: 100%;
  padding: 0.45rem 1rem;
  line-height: 1.35;
  white-space: nowrap;
}

.navbar .dropdown-item i {
  width: 1.45rem;
  text-align: center;
  line-height: 1;
}

.navbar .dropdown-item span {
  justify-self: start;
}
