.wp-block-cnb-slotitem .slot {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.wp-block-cnb-slotitem .slot .image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.wp-block-cnb-slotitem .slot .image img {
  display: block;
}
.wp-block-cnb-slotitem .slot .image .software {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 84px;
}
.wp-block-cnb-slotitem .slot .image .button-block {
  position: absolute;
  background: linear-gradient(180deg, rgba(13, 37, 60, 0) 51.56%, rgba(13, 37, 60, 0.69) 100%);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.wp-block-cnb-slotitem .slot .image .button-block a {
  width: 240px;
  height: 50px;
  white-space: nowrap;
  background: linear-gradient(94.66deg, #2CC6A3 0%, #25D84E 100%);
  border-radius: 12px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.wp-block-cnb-slotitem .slot .image .button-block a:hover {
  background: #2CC6A3;
}
.wp-block-cnb-slotitem .slot .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wp-block-cnb-slotitem .slot .footer h4 {
  margin-bottom: 0;
  margin-right: 15px;
}
.wp-block-cnb-slotitem .slot .footer .rating {
  width: 60px;
  text-align: center;
  flex: none;
}
.wp-block-cnb-slotitem .slot .footer .rating img {
  display: block;
  margin: 0 auto;
  flex: none;
}
.wp-block-cnb-slotitem .slot .footer .rating .rank p {
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #25283D;
}
.wp-block-cnb-slotitem .slot .footer .rating .rank p span {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.wp-block-cnb-slotitem .slot:hover .button-block {
  top: 0;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .wp-block-cnb-slotitem .slot .footer h4 {
    font-size: 16px;
    line-height: 25px;
  }
}
