.top-comment,
.topBadge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #182230, #101722);
  border: 1px solid rgba(255, 215, 120, 0.34);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  vertical-align: middle;
}

.top-comment::before,
.topBadge::before {
  content: "\1F3C6";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #243245, #121b27);
  border: 1px solid rgba(255, 215, 120, 0.34);
  color: #ffd76a;
  font-size: 14px;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255, 215, 106, 0.28);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.top-comment {
  margin: 0 0 10px;
}

.topBadge {
  margin-left: 10px;
}

.topBadge--side {
  margin-left: 0;
  margin-top: 8px;
  padding: 5px 10px;
  font-size: 11px;
}

@media (max-width: 768px) {
  .top-comment,
  .topBadge {
    padding: 5px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .top-comment::before,
  .topBadge::before {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .topBadge {
    margin-left: 8px;
  }

  .topBadge--side {
    margin-left: 0;
    margin-top: 7px;
    padding: 5px 9px;
    font-size: 10px;
  }
}
