.top-rating-bar {
  width: 100%;
  background: rgb(6 95 70);
}

.top-rating-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  box-sizing: border-box;
}

.top-rating-logo {
  display: block;
}

.top-rating-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.top-rating-stars {
  font-size: 17px;
  color: #D4AF37;
  line-height: 1;
}

/* Mobil */
@media (max-width: 768px) {
  .top-rating-bar-inner {
    gap: 8px;
    font-size: 12px;
  }
}
