/* ───────────────────────────────────────────────
   CM Games – Modern German Style
   ─────────────────────────────────────────────── */
.cmg-wrap {
  margin: 0.75rem 0;
  color: #f5f5f5;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

/* ICON LIST */
.cmg-icon-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.cmg-icon-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.25rem 0;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
.cmg-icon-list li svg,
.cmg-icon-list li i { /* safety: if icons are <i> */
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.4));
}
.cmg-icon-list li:nth-child(1) svg,
.cmg-icon-list li:nth-child(1) i { color: #fa8128; }  /* Alter */
.cmg-icon-list li:nth-child(2) svg,
.cmg-icon-list li:nth-child(2) i { color: #14b8a6; }  /* Spieler */
.cmg-icon-list li:nth-child(n+3) svg,
.cmg-icon-list li:nth-child(n+3) i { color: #a855f7; }/* Highlights */
.cmg-icon-list li strong {
  font-weight: 600;
  color: #ffffff;
}

/* DIFFICULTY */
.cmg-diff {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
}
.cmg-barbell {
  width: 36px;
  height: 28px;
  display: inline-block;
}
/* Using your icon font for barbells */
.cmg-diff i.jki-dumbbell-solid {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

/* STARS */
.cmg-star {
  width: 22px;
  height: 22px;
  display: inline-block;
}
/* Align numeric rating with the stars */
.cmg-wrap.cmg-stars,
.cmg-wrap .cmg-star,
.cmg-wrap .cmg-rating-val {
  vertical-align: middle;
}
.cmg-rating-val {
  position: relative;
  top: -1px;              /* fine-tune baseline */
  margin-left: 0.4rem;
  font-weight: 600;
  color: #fff;
  font-size: 1.05rem;
}

/* REVIEW */
.cmg-review {
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f3f4f6;
}
.cmg-review .cmg-name {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

/* DURATION */
.cmg-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: #f3f4f6;
}
.cmg-clock {
  width: 18px;
  height: 18px;
  color: #10b981;
}

/* SUBTITLE / DESCRIPTION / LANGUAGE */
.cmg-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.cmg-shortdesc { color: #eaeaea; }
.cmg-lang {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

/* Section headers (if used manually) */
.cmg-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 1px;
}
