.posts-block-single {
  justify-content:stretch;
  display: flex;
  flex-direction: column;
  margin: 0 20px 10px;
  box-shadow: rgb(0 0 0 / 25%) 0 2.5px 10px;
  border-radius: 20px;
}
.posts-block-single-image {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 40px;
}
.posts-block-single-body {
  padding-left: 20px;
  padding-right: 20px;
}
.posts-block-single-categories {
  font-size: .8rem;
  line-height: 1.5;
  font-family: var(--font-simple);
  color: var(--dark-color);
  margin-bottom: 15px;
  height: calc(.8rem * 1.5 * 1);
  overflow: hidden;
  display: block;
}
.posts-block-single-title {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: var(--font-title);
  color: var(--black);
  height: calc(1.25rem * 1.5 * 2);
  overflow: hidden;
}
.posts-block-single-excerpt {
  margin-bottom: 15px;
}
.posts-block-single-excerpt,
.posts-block-single-excerpt * {
  font-size: .8rem;
  line-height: 1.5;
  font-family: var(--font-simple);
  color: var(--black);
  height: calc(.8rem * 1.5 * 3);
  overflow: hidden;
}
.posts-block-single-link {
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  color: var(--primary-color);
}
.glider-prev {
  top: calc(50% - 20px);
  left: -5%;
  background-color: rgba(17, 17, 17, 0.49);
  color: var(--white)!important;
  font-size: 18px;
  line-height: 18px;
  z-index: 99;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glider-next {
  top: calc(50% - 20px);
  right: -5%;
  background-color: rgba(17, 17, 17, 0.49);
  color: var(--white)!important;
  font-size: 18px;
  line-height: 18px;
  z-index: 99;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .posts-block-single {
    margin: 0 10px;
  }
}

.sidebar-single-post-latest-posts  .glider::-webkit-scrollbar,
.sidebar-single-post-latest-posts  .glider::-webkit-scrollbar {
  display: none;
}
.sidebar-single-post-related-posts .glider::-webkit-scrollbar-thumb,
.sidebar-single-post-related-posts .glider::-webkit-scrollbar-thumb{
  display: none;
}