.delete-set-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 14px 25px;
  display: grid;
  grid-template-columns: max-content 230px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
}
