.cp-dice { display: flex; gap: 18px; justify-content: center; margin: 18px 0; }
.cp-die {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #fff;
  color: #222;
  font-size: 38px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-amt { display: inline-flex; align-items: center; padding: 0 10px; font-weight: 800; color: #fff; }
