.post-card{
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:.3s;
  height:100%;
}

.post-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

.post-card-image img{
  width:100%;
  height:250px;
  object-fit:cover;
}

.post-card-body{
  padding:25px;
}

.post-card-title{
  margin-bottom:15px;
}

.post-card-title a{
  text-decoration:none;
  color:#222;
}

.post-card-excerpt{
  color:#666;
  margin-bottom:20px;
}

.search-form{
  display:flex;
  gap:10px;
}

.search-form input{
  flex:1;
  padding:12px 16px;
  border:1px solid #ddd;
}

.search-form button{
  padding:12px 20px;
  color:#fff;
  background-color: #01b3a7;
  border: none;
}

.no-bullets li::before {
  content: none !important;
  display: none !important;
}

.no-bullets li {
  padding-left: 0 !important;
}

.no-bullets {
  list-style: none !important;
  padding-left: 0;
}