/* rating colors per new thresholds */
.portfolio-rating.rate-gold,
.portfolio-rating.rate-red,
.portfolio-rating.rate-yellow,
.portfolio-rating.rate-gray{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.portfolio-rating.rate-gold{
  color:#ffd76a;
  text-shadow: 0 0 8px rgba(255,215,106,.9), 0 0 18px rgba(255,215,106,.6);
  font-weight:800;
}
.portfolio-rating.rate-red{
  color:#ff4b4b;
  font-weight:800;
}
.portfolio-rating.rate-yellow{
  color:#ffe066;
  font-weight:800;
}
.portfolio-rating.rate-gray{
  color:#e5e5e5;
  opacity:.9;
  font-weight:700;
}

/* контейнер авторов (если ещё не добавлял) */
.author-tags{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
