/* WM-2c: Spielplan-Karten klickbar machen */

body.fs-wm-clean #realFixturesGrid .fs-wm-clickable-fixture {
  cursor: pointer;
  position: relative;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.fs-wm-clean #realFixturesGrid .fs-wm-clickable-fixture:hover {
  transform: translateY(-2px);
  border-color: rgba(255,184,28,.48) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.30) !important;
}

body.fs-wm-clean .fs-wm-matchlink-cta {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,184,28,.14);
  border: 1px solid rgba(255,184,28,.32);
  color: #ffb81c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: .92rem;
}

body.fs-wm-clean .fs-wm-matchlink-cta strong {
  color: #ffb81c !important;
}
