.accounts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.accounts-header h1 {
  margin: 0;
}

.accounts-header__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.accounts-header__add:hover {
  background: #f3f4f6;
}

.accounts-header__add img {
  width: 28px;
  height: 28px;
}
