#pas-wrapper{width:100%;max-width:100%;padding:20px}.pas-filter{display:flex;gap:10px}.pas-posts-order{margin-left:auto}.pas-select{width:190px;height:45px;padding:10px;border-radius:5px;border:1px solid #b8b8b8;font-size:16px;color:#3d3d35}#clear-filter{display:none;background-color:#1f1f1f;color:#fff;font-size:16px;padding:10px 20px;border:0;cursor:pointer;border-radius:10px}#pas-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;max-width:100%;margin:30px 0}.pas-post{border-radius:0;border:1px solid #ececec}.pas-featured-img img{object-fit:cover;width:100%;height:210px}.pas-post-content{padding:15px 20px}.pas-post h2{font-size:22px;font-weight:700;text-align:left}.pas-post h2 a{color:#4a4d4f;text-decoration:none}.pas-post h2 a:hover{color:#f28e02}.pas-post-meta{min-height:50px;margin:0}.pas-post-content p{line-height:135%;font-size:.8em;margin-bottom:.8em}.pas-post-category a{color:#489fcf;text-decoration:none;font-size:15px}.pas-loader{margin-left:0!important;display:none;position:relative;width:100%;height:80px}.pas-loader.is-active{display:inline-block}.pas-loader div{display:inline-block;position:absolute;left:8px;width:16px;background:#1f1f1f;animation:pas-loader 1.2s cubic-bezier(0,.5,.5,1) infinite}.pas-loader div:nth-child(1){left:8px;animation-delay:-0.24s}.pas-loader div:nth-child(2){left:32px;animation-delay:-0.12s}.pas-loader div:nth-child(3){left:56px;animation-delay:0}.pas-show-more-container{display:flex;justify-content:center;align-items:center}#pas-show-more-posts{width:200px;background-color:#1f1f1f;color:#fff;font-family:"Poppins",Arial,sans-serif;font-size:18px;padding:12px 20px;margin:0 auto;border:0;cursor:pointer;border-radius:20px;display:flex;justify-content:center;align-items:center;gap:20px}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}.no-posts-found{font-size:20px;display:none}@keyframes pas-loader{0%{top:8px;height:64px}50%,100%{top:24px;height:32px}}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@media screen and (max-width:1200px){.pas-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pas-select,#clear-filter{width:100%;margin:0!important}#clear-filter{order:6}}@media screen and (max-width:991px){#pas-posts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){#pas-posts{grid-template-columns:1fr}}