5 stars
Average 4.9 | 821+ reviews
5 stars
Average 4.9 | 821+ reviews
5 stars
Average 4.9 | 821+ reviews

image.png

  <style>
    .BC-trustscore-container {
      display: flex;
      align-items: center;
      justify-content: center; /* Centers the content horizontally */
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: #333;
      text-align: center; /* Ensures text is centered */
    }

    .BC-stars {
      display: flex;
      align-items: center;
      margin-right: 10px;
    }

    .BC-stars img {
      width: 100px; /* Fixed width for consistency */
      height: auto;
    }

    .BC-trustscore {
      font-weight: normal;
    }

    .BC-highlight {
      font-weight: bold;
    }

    .BC-reviews {
      font-weight: normal;
      margin-left: 5px;
    }
  </style>
</head>
<body>

<div class="BC-trustscore-container">
  <div class="BC-stars">
    <!-- Embedding the PNG image from Imgur -->
    <img src="<https://i.imgur.com/EHjNmTM.png>" alt="5 stars">
  </div>
  <div class="BC-trustscore">
    Average <span class="BC-highlight">4.9 | 821+</span> reviews
  </div>
</div>