.collection-select-posts .actions-container{z-index:5;background-color:#2c3843;justify-content:center;align-items:center;padding:1rem 5%;display:flex;position:-webkit-sticky;position:sticky;top:0}@media (max-width:899px){.collection-select-posts .actions-container{background-color:#1b252f}}.collection-select-posts .actions-container .left-button{margin-left:5%;position:absolute;left:0}.collection-select-posts .actions-container .right-button{margin-right:5%;position:absolute;right:0}.collection-select-posts .posts-container{grid-template-columns:repeat(3,1fr);margin:10px 5% 0;display:grid}@media (max-width:768px){.collection-select-posts .posts-container{grid-template-columns:repeat(2,1fr);margin-left:0;margin-right:0}}.collection-select-posts .posts-container .post-container{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex;position:relative}.collection-select-posts .posts-container .post-container .unselected-circle{z-index:2;border:2px solid #fff;border-radius:100%;width:20px;height:20px;position:absolute;bottom:10px;left:10px}.collection-select-posts .posts-container .post-container .placeholder{position:absolute}.collection-select-posts .posts-container .post-container .selected-circle{z-index:2;background-color:#e30b5c;border:2px solid #e30b5c;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;bottom:10px;left:10px}.collection-select-posts .posts-container .post-container .post-media{object-fit:cover;z-index:1;width:100%;height:100%}
