.slick-slider {
  padding: 5px 20px;
}
.slick-track {
  display: flex;
}
.sps-prev,
.sps-next {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 10;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  background: transparent;
}
.sps-prev.slick-disabled,
.sps-next.slick-disabled {
  color: #aaa;
}
[dir="rtl"] .sps-prev {
  right: 0;
  left: auto;
}
[dir="rtl"] .sps-next {
  right: auto;
  left: 0;
}
.sps-single-post.slick-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 10px;
  height: inherit;
  margin: 10px;
}

.sps-single-post-body,
.sps-single-post-header {
  width: 100%;
}
.sps-post-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.sps-post-featuring-image {
  width: 100%;
}
.sps-post-title {
  margin-bottom: 7px;
}
.sps-single-post-details {
  display: flex;
  column-gap: 20px;
}
.sps-error-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffd6d0;
  color: #f00;
  font-size: 1.2rem;
  font-weight: 600;
}
/* ------------------------ Style 1 ------------------------ */

.sps-style-1 {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
}
.sps-style-1 .sps-post-link {
  margin-top: -40px;
  margin-bottom: 10px;
}
.sps-style-1 .sps-post-link a {
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f17320;
  background-clip: padding-box;
  border-radius: 50%;
  border: solid 5px #ffffff66;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out,
    border 100ms ease-in-out;
}
.sps-style-1 .sps-post-link a:hover {
  color: #f17320;
  background-color: #fff;
  border: solid 5px #f17320;
  background-clip: initial;
}

.sps-style-1 .sps-post-featuring-image img {
  border-radius: 16px;
  height: 140px;
}
.sps-style-1 .sps-post-title {
  display: flex;
  justify-content: center;
}
.sps-style-1 .sps-post-title a {
  font-weight: 600;
  font-size: 14px;
  color: #1a1e32;
}
.sps-style-1 .sps-post-title a:hover {
  color: #1ec6c7;
}
@media only screen and (min-width: 768px) {
  .sps-style-1 {
    padding: 30px;
  }
  .sps-style-1 .sps-post-link {
    margin-bottom: 25px;
  }
  .sps-style-1 .sps-post-title a {
    font-weight: 700;
    font-size: 18px;
  }
  .sps-style-1 .sps-post-featuring-image img {
    height: 190px;
  }
}

/* ------------------------ Style 2 ------------------------ */

.sps-style-2 .sps-post-featuring-image img {
  border-radius: 16px;
  height: 200px;
  width: 100%;
}
.sps-style-2.sps-single-post {
  margin: 15px;
}
.sps-style-2 .sps-single-post-body {
  padding: 12px;
}
.sps-style-2 .sps-post-title a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  color: #000000;
}
.sps-style-2 .sps-post-title a:hover {
  color: #1ec6c7;
}
.sps-style-2 .sps-single-post-details {
  font-size: 12px;
  color: #ff662a;
}
@media only screen and (min-width: 768px) {
  .sps-style-2 .sps-post-featuring-image img {
    height: 260px;
  }
}
