.exercise-row{

  display:flex;

  justify-content:space-between;
  align-items:center;

  margin:22px 0;
}

.exercise-left{

  display:flex;

  align-items:center;

  gap:14px;
}

/* =========================
   EXERCISE ICONS
========================= */

.exercise-left img{

  width:42px;
  height:42px;

  border-radius:12px;

  object-fit:cover;

  flex-shrink:0;

  display:block;
}

.controls{

  display:flex;

  align-items:center;

  gap:12px;
}

.controls span{

  width:42px;

  text-align:center;
}

.controls button{

  width:42px;
  height:42px;

  border-radius:12px;

  font-size:22px;
}

.red-text{

  color:#ff453a;

  animation:redPulse 1.5s infinite;
}