/* Planning Poker Explanation + Examples intentionally use the same rule-card surface as Truth or Dare Rules. */
body.planning-poker-active .planning-poker-content {
  width: min(100%, 760px);
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(8px, 1.8vw, 12px);
  box-sizing: border-box;
}
