
.post-img {
  width: 100%;
  margin: 0 auto;
  max-width: 256px;
}
.post-content {
  width: fit-content;
  width: 100%;
}
  .main-posts {
width: 100%;
  }
  .new-posts {
    width: 99%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
  }  
    .post {
      background: #fff;
      width: 32%;
      border: 1px solid #eee;
      box-shadow: 0 5px 10px #eee;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      padding: 5px 15px;
      display: flex;
      gap: 10px;
      justify-content: center;
  align-items: center;
  
  }
  .post-img img {
    width: 256px;
  border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 10px #6462625c;
    max-height: 120px;
  }
  .post-title {
    margin-bottom: 3px;
    line-height: 23px;
}
.post-title > a {
  color: #b70000;
  font-size: 15px;
  font-weight: bold;
}


  .post-des {
    line-height: 23px;
    color: #242424;
    font-size: 15px;
  }
      /************************
  ** END-MAIN posts ***
  ************************/
  



.on-load-posts-btn {
  display: none;
}
#misha_loadmore {
  background: #6366F1;
  color: #fff;
  width: 48%;
  padding: 10px;
  border: none;
  border-radius: 7px;
  box-shadow: 0 5px 4px 1px #ACACAC7A;
  cursor: pointer;
  transition: 0.5s;
}
#misha_loadmore:hover {
  background: red;
  transition: 0.5s;
}
.loading {
  background: #A9ABFF;
  color: #fff;
  width: 48%;
  padding: 10px;
  border: none;
  border-radius: 7px;
  box-shadow: 0 5px 4px 1px #ACACAC7A;
  cursor: wait;
  transition: 0.5s;
  display: none;
}
#misha_pagination {
  background: #eee;
  width: 48%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
}
#misha_pagination > a {
  color: #000 !important;
}
.nav-links a {
  color: #424242;
  margin: 0px 5px;
  font-weight: ;
}
.page-numbers.current {
  color: red;
}

.cat-above {
  background: #fff;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0 0 5px 5px #eee;
  text-align: justify;
  overflow: hidden;
  position: relative;

}
.cat-above > h1 {
  text-align: center;
  line-height: 34px;

}
.cat-above-text {
  line-height: 34px;
}
.under-cat-text-content {
  line-height: 34px;
  text-align: justify;
  width: 100%;
}
.not-found {
  background: #fff;
  width: 90%;
  margin: 0 auto;
    margin-top: 0px;
  max-width: 1300px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 15px;
  text-align: center;
}
.nav-links {
  direction: ltr;
}
.close-cat {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background-image: linear-gradient(#ffffff9e, #fff);
  right: 0;
}
.close-cat-text {
  background: #ffd0e4;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  color: #930b44;
}
.slider-container {
  display: grid;
  gap: 0.5rem;
  width: 49%;
  border: 2px solid #eaeaea;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 3px 7px #d4d4d4;
}
.slider-right {
 width: 100%;;
  height: 100%;
}

.slider-right > img {
  width: 100%;
}
.slider-left {
  width: 100%;
  display: grid;
  gap: 10px;
}
.slider-left > ul > li > img {
  width: 100px;
}