.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;transition:opacity .3s ease-out 0s,transform .3s ease-out 0s;transform-origin:center top;text-align:center;opacity:1}.pagination .disable{pointer-events:none;opacity:0}.pagination .pagination-link{display:flex;align-items:center;justify-content:center;height:30px;padding-right:.7rem;padding-left:.7rem;transition:.3s;text-decoration:none;color:var(--font-black-white);border-radius:15px;background:var(--card-background);box-shadow:0 4px 10px #0000000d,0 0 1px #0000001a}@media (any-hover: hover){.pagination .pagination-link:hover{color:#fff;background:var(--theme-color)}}.pagination .pagination-pre{order:1}.pagination .pagination-next{order:3}.pagination .pagination-list{display:flex;align-items:center;flex-grow:1;flex-shrink:1;justify-content:center;order:2;list-style:none}.pagination .pagination-list li .pagination-number{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0 5px;transition:.3s;text-decoration:none;color:var(--font-black-white);border-radius:15px;background:var(--card-background);box-shadow:0 4px 10px #0000000d,0 0 1px #0000001a}.pagination .pagination-list li .pagination-number.active{color:#fff;background:var(--theme-color)}@media (any-hover: hover){.pagination .pagination-list li .pagination-number:not(.active):hover{margin:0 10px;transform:scale(1.2);color:#fff;background:var(--theme-color)}}.main-content{user-select:none;color:var(--font-black-white);font-family:var(--heading-font-family)}.main-content .main-card{width:100%;height:fit-content;margin-bottom:1rem;border-radius:15px;background:var(--card-background);transition:.3s;box-shadow:var(--card-shadow)}.main-content .main-card:hover{box-shadow:var(--card-tiny-shadow)}.posts-list .post-card{display:flex;height:214px;cursor:pointer}.posts-list .post-card a{text-decoration:none}.posts-list .post-card .post-card-cover{display:flex;overflow:hidden;justify-content:center;width:420px;height:100%;margin-right:1rem;transition:.3s ease-in-out;border-radius:15px 0 0 15px;background:white}.posts-list .post-card .post-card-cover img{width:100%;transition:.3s ease-in-out;object-fit:cover}@media (any-hover: hover){.posts-list .post-card:hover .post-card-cover{filter:brightness(.8)}.posts-list .post-card:hover .post-card-cover img{transform:scale(1.1)}}.posts-list .post-card .post-card-info{display:flex;flex:6;flex-direction:column;margin:2rem 0}.posts-list .post-card .post-card-info .post-card-header{display:flex;align-items:center;flex:1}.posts-list .post-card .post-card-info .post-card-header .post-card-category{display:flex;align-items:center;transition:.3s;color:var(--font-black-white)}@media (any-hover: hover){.posts-list .post-card .post-card-info .post-card-header .post-card-category:hover{color:var(--theme-color)}}.posts-list .post-card .post-card-info .post-card-header .post-card-category:before{margin-top:2px;margin-right:2px;content:"&";opacity:.4;color:var(--font-light-grey);font-weight:900}.posts-list .post-card .post-card-info .post-card-title{flex:1;padding-right:1rem;padding-bottom:.2rem;transition:.3s;color:var(--font-black-white);font-size:24px;font-weight:600}@media (any-hover: hover){.posts-list .post-card .post-card-info .post-card-title:hover{color:var(--theme-color)}}.posts-list .post-card .post-card-info .post-card-desc{display:-webkit-box;overflow:hidden;flex:2;-webkit-box-orient:vertical;max-height:50px;padding-right:2rem;white-space:pre-wrap;word-break:break-all;color:var(--font-black-white);font-size:18px;line-height:25px;-webkit-line-clamp:2}.posts-list .post-card .post-card-info .post-card-footer{display:flex;align-items:center;flex:1;justify-content:space-between;padding-right:2.5rem}.posts-list .post-card .post-card-info .post-card-footer .post-card-tags{display:flex;margin:.5rem 0;padding:0;list-style-type:none}.posts-list .post-card .post-card-info .post-card-footer .post-card-tags .post-card-tag{margin:0 .2rem}.posts-list .post-card .post-card-info .post-card-footer .post-card-tags .post-card-tag a{transition:.3s;color:var(--font-black-white)}.posts-list .post-card .post-card-info .post-card-footer .post-card-tags .post-card-tag a:before{margin-right:2px;content:"#";opacity:.4;color:var(--font-light-grey);font-weight:900}@media (any-hover: hover){.posts-list .post-card .post-card-info .post-card-footer .post-card-tags .post-card-tag:hover a{color:var(--theme-color)}}.posts-list .post-card .post-card-info .post-card-footer .post-card-update a{transition:.3s;color:var(--font-black-white)}@media (any-hover: hover){.posts-list .post-card .post-card-info .post-card-footer .post-card-update:hover a{color:var(--theme-color)}}[data-theme=dark] .posts-list .post-card .post-card-cover{filter:brightness(.8)}@media screen and (width <= 1100px){.posts-list .post-card{flex-direction:column;height:fit-content}.posts-list .post-card .post-card-cover{width:100%;height:fit-content;border-radius:15px 15px 0 0}.posts-list .post-card .post-card-cover img{width:100%;height:auto}.posts-list .post-card .post-card-info{margin:.5rem 1rem}.posts-list .post-card .post-card-info .post-card-title{font-size:26px}.posts-list .post-card .post-card-info .post-card-desc{margin-top:.2rem}.posts-list .post-card .post-card-info .post-card-footer .post-card-tags{margin:.5rem 0}}@media screen and (width <= 700px){.posts-list .post-card .post-card-info .post-card-footer .post-card-tags{flex-direction:column}}
