/*!/wp-content/themes/custom-elementor/assets/css/global.css*/.custom-blog-posts{display:flex;flex-wrap:wrap;gap:40px}.post-item{flex:0 0 calc(50% - 20px);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:10px;background-color:#fff;border-radius:15px}.post-thumbnail{width:100%;margin-bottom:20px;height:200px;overflow:hidden;border-radius:15px}.post-thumbnail img{width:100%;height:100%!important;object-fit:cover}.post-content{flex:1;padding-left:0}.post-content h5 a{color:#000;font-size:22px;font-family:'poppins' sans-serif;font-weight:600}.post-content h5 a:hover{color:#187ED0}.post-meta{margin-bottom:10px}.post-date{color:#0095ff;font-family:'poppins' sans-serif;font-size:18px;font-weight:500}.post-categories{font-family:'Poppins',SANS-SERIF;font-size:16px;color:#1099ff;font-weight:400;text-decoration:none;background-color:#d1ecff;padding:5px 15px 5px 15px;border-radius:10px;width:fit-content}.post-excerpt{margin-bottom:10px;font-size:18px;font-family:'poppins' sans-serif;font-weight:500}.read-more{font-family:'Nunito',sans-serif;font-size:16px;color:#ef9522;font-weight:700;text-decoration:none}.read-more:hover{text-decoration:none;color:#2d2d2d}.pagination{display:flex!important;margin:20px auto!important;justify-content:center!important;column-gap:20px!important}.pagination a,.pagination span{display:inline-block;margin:0;padding:5px 8px;color:#777;text-decoration:none;font-size:16px;font-weight:500}.pagination a:hover{background-color:#f0f0f0}.pagination .current{color:#0095ff}.pagination .prev,.pagination .next{font-weight:700}@media screen and (max-width:768px){.post-item{flex:0 0 100%}.post-thumbnail{margin-bottom:15px;height:auto}.post-thumbnail img{height:auto}.post-content{padding-left:0}}@media screen and (max-width:480px){.post-categories,.read-more{font-size:14px}.pagination a,.pagination span{padding:5px}.pagination{column-gap:10px!important}}