/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

.mega-menu .post-date {
  color: #545454;
}

:root {
  --star-size: 60px;
  --star-color: #fff;
  --star-background: #fc0;
}

.media-rating {
  position: absolute;
  top: 0;
  right: 0;
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 1.5em;
  pointer-events: none;
  font-size: large;
}

.live-search-results .media-rating {
  font-size: smaller;
}


.media-rating::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}