.wp-block-cble-block-slotslist {
  margin-bottom: 100px;
  overflow: hidden;
}
.wp-block-cble-block-slotslist .search-parameters {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.wp-block-cble-block-slotslist .search-parameters > div {
  flex: 1;
  margin-right: 40px;
}
.wp-block-cble-block-slotslist .search-parameters .input-block {
  background: #F4F4F4;
  border-radius: 6px;
  padding-left: 44px;
  position: relative;
}
.wp-block-cble-block-slotslist .search-parameters .input-block::before {
  content: url('img/search.svg');
  position: absolute;
  left: 20px;
  top: 8px;
}
.wp-block-cble-block-slotslist .search-parameters .input-block input {
  height: 40px;
  width: 100%;
  padding: 0 15px;
  background: transparent;
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #3D3A4B;
}
.wp-block-cble-block-slotslist .search-parameters .input-block input::placeholder {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #A6A4AC;
}
.wp-block-cble-block-slotslist .search-parameters .select-block {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-slotslist .search-parameters .select-block p {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #3D3A4B;
  margin-right: 10px;
  margin-bottom: 0;
}
.wp-block-cble-block-slotslist .search-parameters .select-block select {
  flex: 1;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 6px;
  padding-left: 20px;
}
.wp-block-cble-block-slotslist .search-parameters button.clear {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #3D3A4B;
  cursor: pointer;
  background: transparent;
}
.wp-block-cble-block-slotslist .search-parameters button.clear:hover {
  text-decoration: none;
}
.wp-block-cble-block-slotslist .slots-list-body {
  position: relative;
}
.wp-block-cble-block-slotslist .slots-list-body .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cble-block-slotslist .slots-list-body .loader img {
  width: 50px;
}
.wp-block-cble-block-slotslist .slots-body {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3%;
}
.wp-block-cble-block-slotslist .slots-body .slot {
  width: 17%;
  margin-bottom: 3%;
  margin-right: 3%;
}
.wp-block-cble-block-slotslist .slots-body .slot .image {
  width: 100%;
  min-height: 140px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-block-cble-block-slotslist .slots-body .slot .image img {
  width: 100%;
  height: auto;
}
.wp-block-cble-block-slotslist .slots-body .slot .image .links {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
}
.wp-block-cble-block-slotslist .slots-body .slot .image .links button.jetzt-speilen {
  width: 80%;
  height: 40px;
  margin-bottom: 10px;
  background: #06845A;
  border-radius: 6px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFE;
  cursor: pointer;
}
.wp-block-cble-block-slotslist .slots-body .slot .image .links button.jetzt-speilen:hover {
  text-decoration: underline;
}
.wp-block-cble-block-slotslist .slots-body .slot .image .links a {
  width: 80%;
  height: 40px;
  background: #0C120C;
  border-radius: 6px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cble-block-slotslist .slots-body .slot .image .links a:hover {
  text-decoration: underline;
}
.wp-block-cble-block-slotslist .slots-body .slot:hover > .image .links {
  top: 0;
  transition: 0.5s;
}
.wp-block-cble-block-slotslist .slots-body .slot h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #0C120C;
  margin-bottom: 10px;
}
.wp-block-cble-block-slotslist .slots-body .slot .block-stars-yellow {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wp-block-cble-block-slotslist .slots-body .slot .block-stars-yellow .stars {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-slotslist .slots-body .slot .block-stars-yellow .stars svg {
  display: block;
  margin-right: 8px;
}
.wp-block-cble-block-slotslist .slots-body .slot .block-stars-yellow .numbers {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-slotslist .slots-body .slot .block-stars-yellow .numbers p {
  margin-bottom: 0;
  font-family: Cabin;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #0C120C;
}
.wp-block-cble-block-slotslist .slots-body .slot > p {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #0C120C;
}
.wp-block-cble-block-slotslist .slots-body .slot > a {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #06845A;
}
.wp-block-cble-block-slotslist .slots-body .slot > a:hover {
  text-decoration: underline;
}
.wp-block-cble-block-slotslist .pagination {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-slotslist .pagination div {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  cursor: pointer;
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #0C120C;
}
.wp-block-cble-block-slotslist .pagination div:hover {
  background: #E5E5E5;
}
.wp-block-cble-block-slotslist .pagination div.active {
  background: #06845A;
  color: #fff;
}
.wp-block-cble-block-slotslist .pagination div.active:hover {
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .wp-block-cble-block-slotslist .slots-body .slot {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-slotslist .search-parameters {
    flex-wrap: wrap;
  }
  .wp-block-cble-block-slotslist .search-parameters > div {
    flex: none;
    margin-right: 0;
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-slotslist .slots-body .slot {
    width: 47%;
  }
}
@media screen and (max-width: 500px) {
  .wp-block-cble-block-slotslist .search-parameters > div {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .wp-block-cble-block-slotslist .slots-body .slot {
    width: 100%;
    margin-right: 0;
  }
  .wp-block-cble-block-slotslist .slots-body {
    margin-right: 0;
  }
}
