.ap-qm-review-icon {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  color: transparent;
  background: url("assets/icons/icon-review.png") center / 24px 24px no-repeat;
  font-size: 0;
}

.ap-qm-cta {
  justify-content: flex-start;
  gap: 0;
  padding: 3px;
}

.ap-qm-cta-icon {
  width: 45px;
  height: 45px;
  background: #328d18 url("assets/icons/icon-arrow-45.png") center / 45px 45px no-repeat;
}

.ap-qm-cta-icon svg {
  display: none;
}

.ap-qm-cta > span:last-child {
  flex: 1;
  padding-right: 45px;
  text-align: center;
}
