/* Other Important CSS Codes */
.adsense-ad {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.ad-code p {
  padding-top: 10px;
}

.show-more-posts {
  justify-content: center;
  align-items: center;
  display: flex;
}


#load-more {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  font-size: 16px;
  cursor: pointer;
  color: #17202A;
  font-weight: 500;
  max-width: max-content;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: gold;
}

#load-more:hover {
  background: gold;
  color: #17202A;
  transform: scale(1.1);
}

.post-main .cat-post li {
  display: none;
}

.post-main .cat-post li:nth-child(1),
.post-main .cat-post li:nth-child(2),
.post-main .cat-post li:nth-child(3),
.post-main .cat-post li:nth-child(4) {
  display: block;
}