
/* biolux */
.post-wrapper{
	background-color : white;
  box-shadow:0 0 15px rgba(0,0,0,0.15);
	border-radius:15px;
	max-height:100%;
  overflow: hidden;
}

.post-title{
  font-size: 18px;
  color:var(--black-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.post-text{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  color:var(--medium-gray);
}

.post-date{
   font-size: 14px;
   color:var(--medium-gray);
   display:none;
}
/* .post-inner .pagination {
   display:none;
} */