.see-all {
  color: #01875f;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  padding: 8px 6px;
  border-radius: 2px;
  width: fit-content;
}

.ios .see-all {
  color: #0070c9;
}
.see-all:hover {
  background-color: #f6fafe;
}

.see-all:active {
  background-color: #dbe9fb;
}