/**handles:my_recent_posts_gallery_style**/
.recent-post-item{flex:1 1 calc(33.33% - 20px);background-color:#fff;padding:15px;border-radius:8px;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.1);max-width:285px;min-width:190px}.recent-posts-horizontal{display:flex;gap:20px;justify-content:center}@media (max-width:780px){.recent-posts-horizontal{flex-wrap:nowrap;overflow-y:auto;justify-content:left}.recent-post-item{flex:0 0 50%;margin-top:20px;margin-bottom:40px;margin-left:15px;box-shadow:0 3px 20px rgba(0,0,0,.2);min-width:250px}}.recent-post-item .post-thumbnail img{width:100%;height:200px;padding:0;border-radius:5px;transition:transform .3s ease}.recent-post-item .post-thumbnail img:hover{transform:scale(1.1)}.recent-post-item .post-info{margin-top:10px}.recent-post-item h3{font-size:1.2em;margin:10px 0}.recent-post-item h3 a{text-decoration:none;transition:color .3s ease-in-out}.recent-post-item h3 a:hover{color:#de2229;-webkit-box-shadow:none;box-shadow:none}.recent-post-item .post-date{color:#646464;font-size:.9em;font-style:italic}.recent-post-item .post-excerpt{font-size:1em;margin-top:5px}.read-more-btn{display:inline-block;margin-top:10px;padding:8px 15px;background-color:#555;color:#fff;font-weight:700;text-decoration:none;border-radius:4px;transition:background-color .3s ease-in-out}.read-more-btn:hover{background-color:#333}