.core-edit-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(#0099CC 50%, rgba(51, 181, 229, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
  font-size: 24px;
  right: 20px;
}
.core-edit-btn-card {
  width: 70px;
  height: 70px;
  background: radial-gradient(#0099CC 50%, rgba(51, 181, 229, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
}