.section-post-list #post-list{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:2rem;row-gap:4rem}.section-post-list #post-list.loading{min-height:200px;position:relative}.section-post-list #post-list.loading::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:1}.section-post-list #post-list.loading::after{content:"";position:absolute;top:100px;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;border:4px solid var(--pb-global-primary-color);border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite;z-index:2}@keyframes spin{to{transform:translate(-50%, -50%) rotate(360deg)}}.section-post-list .post{color:var(--pb-text-color)}.section-post-list .post a,.section-post-list .post a:hover{color:inherit}.section-post-list .post .image{position:relative;overflow:hidden;aspect-ratio:3/2;width:100%}.section-post-list .post .image>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease-out;position:absolute;top:0;left:0}.section-post-list .post .content{padding-top:1.5rem;text-align:center}.section-post-list .post .content h3{font-size:1.8rem;margin-bottom:1rem}.section-post-list .post .content .date{font-size:1.2rem}@media screen and (max-width: 1199px){.section-post-list #post-list{grid-template-columns:repeat(2, 1fr);column-gap:6rem;row-gap:10rem}}@media screen and (max-width: 767px){.section-post-list #post-list{grid-template-columns:repeat(1, 1fr);row-gap:4rem}}/*# sourceMappingURL=block.css.map */
