@font-face{font-family:mainFont;src:url(/public/styles/fonts/minecraft.ttf)}@font-face{font-family:Roboto-Regular;src:url(/public/styles/fonts/Roboto-Regular.woff)}.posts-list{font-family:mainFont;background:linear-gradient(to bottom left,#2b003b,#0c102a);padding:80px 50px;min-height:70vh}.posts-list__title-card{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:30px}.posts-list__title-card h1{margin-bottom:0;color:#fff;font-size:2em}.posts-list__title-card-count{color:#fff;font-size:1em}.posts-list__cards{gap:20px}.posts-list__card,.posts-list__cards{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.posts-list__card{background:linear-gradient(to top right,#96c,#e6ccff);border-radius:15px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.posts-list__card:hover{-ms-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.posts-list__image{width:100%;height:200px;object-fit:cover;filter:brightness(.75)}.posts-list__text-block{padding:15px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;color:#fff}.posts-list__title{font-size:1.2em;font-weight:700;margin-bottom:10px;line-height:1.2em}.posts-list__header-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts-list__date{color:#fff;font-size:.8em;margin-top:auto}@media screen and (max-width:1100px){.posts-list{padding:50px 30px}.posts-list__title-card{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}.posts-list__ajax-button{text-align:center;margin-top:30px}.posts-list__ajax-button #show-more{font-family:mainFont;background-color:transparent;border:2px solid #6495ed;color:#6495ed;padding:10px 25px;font-size:1em;font-weight:700;cursor:pointer;border-radius:5px;transition:background-color .3s ease,color .3s ease}.posts-list__ajax-button #show-more:hover{background-color:#6495ed;color:#fff}