.wp-block-cnb-srrankslotstype .tabs {
  overflow: hidden;
}
.wp-block-cnb-srrankslotstype .tabs .tab {
  display: none;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 35px;
}
.wp-block-cnb-srrankslotstype .tabs .tab.active {
  display: flex;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot {
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .image img {
  display: block;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .image .software {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 84px;
}
.wp-block-cnb-srrankslotstype .tabs .tab .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-srrankslotstype .tabs .tab .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-srrankslotstype .tabs .tab .slot .image .button-block a:hover {
  background: #2CC6A3;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .footer h4 {
  margin-bottom: 0;
  margin-right: 15px;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .footer .rating {
  width: 60px;
  text-align: center;
  flex: none;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot .footer .rating img {
  display: block;
  margin: 0 auto;
  flex: none;
}
.wp-block-cnb-srrankslotstype .tabs .tab .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-srrankslotstype .tabs .tab .slot .footer .rating .rank p span {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.wp-block-cnb-srrankslotstype .tabs .tab .slot:hover .button-block {
  top: 0;
  transition: 0.5s;
}
.wp-block-cnb-srrankslotstype .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cnb-srrankslotstype .pagination ul li {
  cursor: pointer;
}
.wp-block-cnb-srrankslotstype .pagination ul li.bisherige {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #C4C4C4;
  margin-right: 65px;
}
.wp-block-cnb-srrankslotstype .pagination ul li.bisherige svg {
  position: relative;
  top: 2px;
  margin-right: 14px;
}
.wp-block-cnb-srrankslotstype .pagination ul li.bisherige:hover {
  color: #25283D;
}
.wp-block-cnb-srrankslotstype .pagination ul li.bisherige:hover svg path {
  stroke: #25283D;
}
.wp-block-cnb-srrankslotstype .pagination ul li.nachster {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #C4C4C4;
  margin-left: 65px;
}
.wp-block-cnb-srrankslotstype .pagination ul li.nachster svg {
  position: relative;
  top: 2px;
  margin-left: 14px;
}
.wp-block-cnb-srrankslotstype .pagination ul li.nachster:hover {
  color: #25283D;
}
.wp-block-cnb-srrankslotstype .pagination ul li.nachster:hover svg path {
  stroke: #25283D;
}
.wp-block-cnb-srrankslotstype .pagination ul li.num {
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  margin: 0 5px;
  border-radius: 5px;
}
.wp-block-cnb-srrankslotstype .pagination ul li.num.active,
.wp-block-cnb-srrankslotstype .pagination ul li.num:hover {
  border: 1px solid #7161EF;
}
.wp-block-cnb-srrankslotstype .pagination ul li.num.active,
.wp-block-cnb-srrankslotstype .pagination ul li.num.activeprev,
.wp-block-cnb-srrankslotstype .pagination ul li.num.activenext {
  display: flex;
}
.wp-block-cnb-srrankslotstype .pagination ul li.num.last,
.wp-block-cnb-srrankslotstype .pagination ul li.num.first {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .wp-block-cnb-srrankslotstype .tabs .tab .slot {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 500px) {
  .wp-block-cnb-srrankslotstype .tabs .tab .slot .footer h4 {
    font-size: 16px;
    line-height: 25px;
  }
  .wp-block-cnb-srrankslotstype .pagination ul li.nachster {
    margin-left: 0;
    font-size: 0;
  }
  .wp-block-cnb-srrankslotstype .pagination ul li.nachster svg {
    position: relative;
    top: 2px;
    margin-right: 10px;
  }
  .wp-block-cnb-srrankslotstype .pagination ul li.bisherige {
    margin-right: 0;
    font-size: 0;
  }
  .wp-block-cnb-srrankslotstype .pagination ul li.bisherige svg {
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
}
