.categories-list{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.category-item{flex:1 1 calc(25% - 20px);box-sizing:border-box}.category-item a{display:block;padding:10px;background:#f4f4f4;text-align:center;text-decoration:none;color:#333;border-radius:4px;transition:background .3s}.category-item a:hover{background:#e4e4e4}.grid-container{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;gap:20px}.grid-item{flex:1 1 calc(33.333% - 20px);box-sizing:border-box;background:#f9f9f9;padding:20px;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s,transform .3s}.grid-item:hover{box-shadow:0 6px 10px rgba(0,0,0,.15);transform:translateY(-5px)}.grid-item .entry-header{margin-bottom:10px}.grid-item .entry-title a{text-decoration:none;color:#333}.grid-item .entry-title a:hover{text-decoration:underline}.grid-item .entry-content{margin-top:10px}.grid-item .entry-content{margin-top:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.5em}.details{display:flex;flex-direction:row;justify-content:start;align-items:baseline;padding-top:10px;gap:5px}.details-1{display:flex;flex-direction:row;justify-content:start;align-items:baseline;gap:5px;margin-top:-16px}.no-posts{padding-top:8rem !important}.no-posts .custom{font-size:8rem;margin-bottom:25px}