.bk-list-post__container {
  position: relative;
}
.bk-list-post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  max-width: 300px;
  margin: 10px;
}
.bk-list-post__thumb {
  width: 290px;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.bk-list-post__title {
  margin-top: 20px;
  color: var(--wp--preset--color--second);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.bk-list-post__excerpt {
  margin-top: auto;
  overflow: hidden;
  text-align: center;
}
.bk-list-post__excerpt p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: 1rem;
}

.slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots > li {
  padding: 0;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.slick-dots > li > button {
  background: transparent;
  border: none;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  color: black;
  font-weight: 900;
}
.slick-dots > li.slick-active > button {
  color: var(--wp--preset--color--second);
}

.slide-m-dots {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-controls button {
  width: 1.9rem;
  height: 1.9rem;
  margin: 10px;
  font-size: 1.4rem !important;
  padding: 10px;
  font-weight: 700 !important;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-family: var(--wp--preset--font-family--system-font);
}
.slider-controls li {
  margin-bottom: 0 !important;
}

.slick-arrow {
  -webkit-transition: all 1s;
  transition: all 1s;
  color: white;
  z-index: 2;
  border-radius: 100%;
  background-color: var(--wp--preset--color--second);
}
.slick-arrow .icon {
  font-size: 1.9rem;
  font-weight: bold;
}
.slick-arrow:hover {
  background-color: black;
}