/* Runtime replacements for widgets that formerly depended on Elementor JS/icons. */
.qq-star-rating {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.qq-star-rating i::before {
  content: '\f005' !important;
  font-family: inherit !important;
  position: static;
}

.qq-widget-video .qq-video,
.qq-widget-video .qq-video iframe {
  display: block;
  height: 100%;
  width: 100%;
}
