.account-custom-links--swipe {
  display: block;
  width: 100%;
  margin: .5rem 0;
  padding: 0;
  box-sizing: border-box;
}

.account-custom-link--swipe {
  display: flex;
  align-items: center;
  gap: .625rem;
  width: 100%;
  padding: .35rem 0;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
}

.account-custom-link--swipe:hover,
.account-custom-link--swipe:focus {
  text-decoration: none;
}

.account-custom-link--swipe .material-icons,
.account-custom-link .material-icons {
  width: 1.25rem;
  min-width: 1.25rem;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

li.account-custom-link > a {
  display: flex;
  align-items: center;
  gap: .625rem;
}
