﻿.cta-review {
  background: linear-gradient(135deg, #ff9800, #f57c00) !important;
  position: fixed !important;
  bottom: 165px !important;
  right: 20px !important;
  z-index: 9998 !important;
}

.cta-review i {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 768px) {
  .cta-review {
    bottom: 150px !important;
    right: 15px !important;
  }
}