.post{margin-bottom:2rem;transition:all .2s}@media(min-width: 992px){.post{margin-bottom:6rem}}.post__wrapper{font-weight:300;display:block;position:relative;height:100%;display:flex;flex-direction:column;border-bottom:2px solid #e8ecf2;border-bottom:2px solid var(--x-darkblue);box-shadow:0 0 8px rgba(0,0,0,.2)}.post__wrapper::after{content:"";position:absolute;bottom:1rem;right:1.5rem;display:block;width:6px;height:6px;border-right:2px solid;border-bottom:2px solid;transform:rotate(-45deg);transition:all .2s ease-in-out}@media(min-width: 992px){.post__wrapper{box-shadow:none}.post__wrapper::after{right:1rem;opacity:0}.post__wrapper:hover{box-shadow:0 0 8px rgba(0,0,0,.2)}.post__wrapper:hover::after{right:1.5rem;opacity:1}.post__wrapper:hover .post__more{opacity:1}}.post__thumbnail{position:relative;overflow:hidden;cursor:pointer}.post__information{position:relative;height:100%;padding:1rem 1rem 2rem;transition:all .2s}.post__date{font-size:80%;margin-bottom:.5rem}.post__title{font-weight:400;margin-bottom:0;color:#262626 !important;color:var(--anthracite) !important}.post__more{position:absolute;bottom:.5rem;right:2.5rem;font-size:80%;transition:all .2s}@media(min-width: 992px){.post__more{opacity:0}}
