.untappd-feed__list { list-style: none; margin: 0; padding: 0; }
.untappd-feed__item { padding: .75rem 0; border-bottom: 1px solid rgba(0,0,0,.1); }

.untappd-feed__title {
  display: inline-block;
  text-decoration: none;
}

.untappd-feed__meta {
  display: flex;
  gap: .75rem;
  align-items: center;
  font-size: .9em;
  opacity: .85;
  margin-top: .35rem;
  flex-wrap: wrap;
}

.untappd-feed__attrib { margin-top: .75rem; font-size: .9em; opacity: .8; }

.untappd-feed__stars {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  line-height: 1;
}

/* SVG Sterne */
.untappd-stars {
  width: 6.4rem;   /* skaliert das SVG im Layout */
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.untappd-stars__bg path {
  fill: currentColor;
  opacity: .25; /* “leere” Sterne */
}

.untappd-stars__fg path {
  fill: #f6c602fc;   /* “gefüllt” #c6893b*/
  opacity: 1;
}

.untappd-feed__rating-text {
  font-size: .95em;
  opacity: .9;
}

#sidebar .untappd-feed ul li {
	background:none!important;
	padding:.75rem 0!important;
}