/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* variables */
.container_star {
    --star-fill-color: #FB9902;
    --star-grey-color: #444;
    --box-border-color: #777;
    --box-padding: 0px;
  }
  
  .container_star {
    border: 0px solid var(--box-border-color);
    border-radius: 5px;
    padding: var(--box-padding);
    width: min-content;
    font-size: 15px;
    color: var(--star-grey-color);
    position: relative;
  }
  
  .star {
    display: flex;
  }
  
  .star.yellow {
    color: var(--star-fill-color);
    position: relative;
    z-index: 1;
  }
  
  .rating {
    width: var(--percent, 0%);
    height: 100%;
    overflow: hidden;
  }
  
  .grey {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 0;
  }
