/* WM Spielplan Live-Badges mit sichtbarer Spielzeit */

body.fs-wm-clean .fs-wm-card-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 11px 12px;
  border-radius: 17px;
  background: rgba(255,184,28,.12);
  border: 1px solid rgba(255,184,28,.28);
}

body.fs-wm-clean .fs-wm-card-live.is-live {
  background: rgba(32,227,162,.13);
  border-color: rgba(32,227,162,.36);
  box-shadow: 0 0 28px rgba(32,227,162,.10);
}

body.fs-wm-clean .fs-wm-card-live.is-finished {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.18);
}

body.fs-wm-clean .fs-wm-card-live__main strong {
  display: block;
  color: #ffffff !important;
  font-size: 1.34rem;
  line-height: 1;
}

body.fs-wm-clean .fs-wm-card-live__main span {
  display: block;
  margin-top: 5px;
  color: rgba(246,248,239,.84) !important;
  font-size: .84rem;
  font-weight: 900;
}

body.fs-wm-clean .fs-wm-card-live__main small {
  display: block;
  margin-top: 4px;
  color: rgba(246,248,239,.58) !important;
  font-size: .74rem;
  line-height: 1.25;
}

body.fs-wm-clean .fs-wm-card-live__side {
  display: grid;
  justify-items: end;
  gap: 6px;
  flex-shrink: 0;
}

body.fs-wm-clean .fs-wm-card-live__side em {
  font-style: normal;
  color: #07130e;
  background: #20e3a2;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .06em;
}

body.fs-wm-clean .fs-wm-card-live__side em.is-finished {
  color: #101010;
  background: #ffb81c;
}

body.fs-wm-clean .fs-wm-card-live__side b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.14);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 1000;
}
