.wp-block-cnb-gameitem {
  display: block;
  text-align: center;
  padding: 23px 5px 20px;
  background: #FAFAFB;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  opacity: 0.6;
  position: relative;
  text-decoration: none;
}
.wp-block-cnb-gameitem img {
  display: block;
  width: auto;
  height: auto;
  max-width: 55px;
  max-height: 55px;
  margin: 0 auto 10px;
}
.wp-block-cnb-gameitem p.text {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #25283D;
  margin-bottom: 0;
}
.wp-block-cnb-gameitem.check {
  opacity: 1;
  border: 1px solid #F0F3F3;
}
.wp-block-cnb-gameitem.check::before {
  content: url('img/check.svg');
  position: absolute;
  top: -6px;
  left: -6px;
}
