.cut-photo {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: contain;
  background: linear-gradient(145deg, #f5f8fd, #e7eef9);
  border-radius: 5px;
  margin-bottom: 7px;
}

.choice.active .cut-photo {
  background: linear-gradient(145deg, #eef4ff, #dce8ff);
}
