.wp-block-cnb-bestfreeslot {
  display: flex;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 58px 25px 25px;
  margin-bottom: 14px;
  align-items: flex-start;
  position: relative;
}
.wp-block-cnb-bestfreeslot .image-block {
  width: 280px;
  margin-right: 30px;
  flex: none;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-cnb-bestfreeslot .image-block img {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-cnb-bestfreeslot .text p {
  margin-bottom: 0;
}
.wp-block-cnb-bestfreeslot .text a.title,
.wp-block-cnb-bestfreeslot .text p.title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #7161EF;
  margin-bottom: 15px;
  display: block;
}
.wp-block-cnb-bestfreeslot .text a.title:hover,
.wp-block-cnb-bestfreeslot .text p.title:hover {
  text-decoration: none;
}
.wp-block-cnb-bestfreeslot .text .wp-block-cnb-linestar > p {
  display: none;
}
.wp-block-cnb-bestfreeslot .text .wp-block-cnb-linestar .rank {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wp-block-cnb-bestfreeslot .text .wp-block-cnb-linestar .rank img {
  margin-right: 18px;
  display: block;
}
.wp-block-cnb-bestfreeslot .text .wp-block-cnb-linestar .rank p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #25283D;
  margin-bottom: 0;
}
.wp-block-cnb-bestfreeslot .text .wp-block-cnb-linestar .rank p span.all {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1000px) {
  .wp-block-cnb-bestfreeslot {
    display: block;
  }
  .wp-block-cnb-bestfreeslot .image-block {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 280px;
    width: auto;
  }
}
