page-all-addresses {
  .item {
    cursor: pointer;
    p {
      &.amount {
        color: color($colors, primary) !important;
      }
    }
  }
}