.aggrte {
  font-size: 1.875rem;
  width: 100%;
  color: #f8e71c;
  overflow: hidden;
}

/* LiveCareer-style star hover interaction */
.js-rating-stars {
  cursor: pointer;
}
.js-rating-stars i {
  cursor: pointer;
}
.js-rating-stars.already-voted i {
  cursor: default;
  pointer-events: none;
}

.r-banner .aggrte {
  font-size: 1.75rem;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  color: #f5d76e;
}

.fill {
  position: absolute;
  top: 0;
  width: 0;
  word-wrap: normal;
  white-space: nowrap;
}

.r-banner._d .fill {
  position: absolute;
}

.fstar:before {
  content: "\2606";
  font-style: normal;
  font-size: 1.875rem;
  cursor: pointer;
}

.rate {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

.rateavg {
  display: inline-flex;
  align-items: center;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.r-banner .rateavg {
  margin: 0 0.3125rem 0 0;
  min-width: fit-content;
  font-size: 0.875rem;
}

.r-banner .avg-rating {
  margin: 0;
  font-size: 0.875rem;
}

.wp-child-theme-zetyus .avg-rating {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .wp-child-theme-zetyus .avg-rating {
    font-size: 2.6rem;
  }
}

.rating-wrapper {
  text-align: center;
}

.ratings-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ratings {
  position: relative;
  display: inline-block;
}

.ratings-banner {
  top: 5px;
  position: relative;
  display: inline-block;
}

.r-banner._d .ratings-banner {
  top: unset;
}

.r-banner._d .ratings-banner .aggrte-banner,
.r-banner._d .ratings-banner .fill-banner {
  font-size: 23px;
  letter-spacing: 3px;
  line-height: 23px;
}

strong#brtitle {
  width: 100%;
}

.rating-wrapper.rating-tab {
  justify-content: center;
  flex-direction: row;
}

.rating-wrapper.rating-tab > p {
  width: auto;
  margin-bottom: 0;
}

.revcount {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 0.4375rem;
}

strong#brtitle {
  width: 100%;
  text-align: center;
}

strong#brtitle small {
  display: block;
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 800;
}

.fstar:not(:focus):hover:before,
.fstar:not(:focus):hover ~ .fstar:before {
  content: "\2605";
  font-style: normal;
  font-size: 1.875rem;
}

.blog-rating__tooltip {
  background: #f1f8fe;
  border-radius: 0.4rem;
  direction: ltr;
  font-size: 0.875rem;
  font-weight: 500;
  left: 0;
  margin-top: -1.3125rem;
  opacity: 0;
  padding: 0.75rem 0.625rem;
  pointer-events: none;
  position: absolute;
  top: -27px;
  transition: opacity 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0ms;
  white-space: nowrap;
}

.blog-rating__tooltip:after {
  border-color: #f1f8fe #0000 #0000;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0;
  bottom: -0.5rem;
  content: "";
  left: 2rem;
  position: absolute;
}

.blog-rating__tooltip svg {
  stroke: #054bbb;
  stroke-width: 0.0625rem;
  display: inline-block;
  height: 0.8125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  width: 0.875rem;
}

.blog-rating__tooltip--show {
  opacity: 1;
}

.r-banner._d {
  display: inline-flex;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .ratings:not(._d):not(:focus):hover .aggrte,
  .ratings .rate {
    display: none;
  }

  .ratings:not(._d):not(:focus):hover .rate {
    display: block;
  }
}

@media (max-width: 767px) {
  .aggrte.rate {
    top: 0px;
    position: absolute;
    z-index: 2;
  }

  .fstar:before {
    content: none;
  }

  body .rating-wrapper #brcount {
    display: block;
  }

  .ratings-inner {
    flex-direction: column;
  }

  .rating-wrapper.rating-tab {
    flex: 0 0 100%;
  }

  .wp-child-theme-zetyus .ratings-inner {
    flex-direction: row;
    gap: 1rem;
  }

  .rating-wrapper.rating-tab {
    flex: 0 0 100%;
  }

  .rateavg {
    margin: 0;
  }
}
.wp-child-theme-zetyus .blog-rating__tooltip {
  position: absolute;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  border-radius: 0.4rem;
  /* display: none; */
  opacity: 0;
  box-shadow:
    0 0.2rem 0.4rem #002d5614,
    0 0.1rem 0.1rem #002d560a;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  top: -2.2rem;
  left: 50%;
  transform: translate(-50%);
}
.wp-child-theme-zetyus .blog-rating__tooltip--show {
  opacity: 1;
}
.wp-child-theme-zetyus .blog-rating__tooltip svg {
  display: none;
}
.wp-child-theme-zetyus .blog-rating__tooltip:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 45, 86, 0.0784313725));
}
.wp-child-theme-zetyus .aggrte {
  font-size: 3.2rem;
  color: #fbaf3b;
}
.wp-child-theme-zetyus .fstar:not(:focus):hover:before,
.wp-child-theme-zetyus .fstar:not(:focus):hover ~ .fstar:before {
  content: "\2605";
  font-style: normal;
  font-size: 3.2rem;
}
.wp-child-theme-zetyus .fstar:before {
  font-size: 3.2rem;
}
.rate-text {
  display: none;
}
.wp-child-theme-zetyus .rate-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  top: 3rem;
  left: -0.4rem;
  text-align: left;
  color: #4f5c70;
  font-size: 1.4rem;
  display: block;
  line-height: 2.5;
  margin-top: 0.8rem;
  margin-top: 0.8rem;
  min-width: 130px;
}
.txt_com,
.wp-child-theme-zetyus .txt_it {
  display: none;
}
.wp-child-theme-zetyus .txt_com {
  display: block;
  margin: 0 1rem 0 0;
}
