/*
Theme Name: Ant Built Super Theme
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Ant Built
Author URI: https://antbuilt.com
Description: A plain-vanilla &amp; lightweight theme. Based on a clean master theme. Built by your friends at Ant Built!
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.6.1559056801
Updated: 2019-05-28 15:20:01

*/
/* HomeOps Custom RichReviews Rating Badge */

.homeops-custom-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 360px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  border-top: 5px solid #04ABB3;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.homeops-custom-rating-badge::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(4, 171, 179, 0.08);
  pointer-events: none;
}

.homeops-custom-rating-badge__icon {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.homeops-custom-rating-badge__icon img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
  object-fit: cover !important;
}

.homeops-custom-rating-badge__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.homeops-custom-rating-badge__label {
  margin: 0 0 3px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.homeops-custom-rating-badge__name {
  margin: 0 0 6px;
  color: #1A2B34;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.homeops-custom-rating-badge__row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
}

.homeops-custom-rating-badge__score {
  color: #DC2838;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.homeops-custom-rating-badge__stars {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.homeops-custom-rating-badge__stars svg {
  fill: #ff8a1d !important;
  color: #ff8a1d !important;
  width: 18px !important;
  height: 18px !important;
}

.homeops-custom-rating-badge__link {
  display: inline-block;
  color: #475569 !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none !important;
}

.homeops-custom-rating-badge__link:hover {
  color: #04ABB3 !important;
}

@media (max-width: 640px) {
  .homeops-custom-rating-badge {
    max-width: 100%;
    padding: 18px;
  }

  .homeops-custom-rating-badge__name {
    font-size: 18px;
  }
}