.frzrates-summary {
 
  border-radius: 8px;
  padding: 12px 14px;
  max-width: 390px;
  background: #fff;
  font-family: "Mangueira";
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.frzrates-summary-header {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.frzrates-star-icon {
  color: #FFD700;
  -webkit-text-stroke: 1px #FFD700; /* same color for border */
}

.frzrates-summary-total {

  font-weight:600;
 
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
}




.frzrates-bar-row {
  display: flex;
  align-items: center;
  margin: 4px 0;
  font-size: 14px;
}

.frzrates-star-iconl {

  font-weight: 600;
  font-size: 20px;
  
}

.frzrates-fintech-logo{
   max-width: 390;

}

.frzrates-fintech-logo img{
  max-width: 390;
  
}

.frzrates-star-label {
  width: 16px;
  color: #242424;
  text-align: center;
  font-weight: bold;
  -webkit-text-stroke: 1px #242424;
  font-weight: 600;
  font-size: 20px;
  
}



.frzrates-bar {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 0 6px;
  overflow: hidden;
}

.frzrates-bar-fill {
  height: 100%;
  background: #FFD700;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.frzrates-bar-count {
  width: 24px;
  text-align: right;
  color: #333;
}
