.home-content{flex-direction:column;display:flex}.nothing-container{justify-content:center;align-items:center;display:flex}.nothing-here-message{text-align:center;background-color:var(--white);width:100%;box-shadow:0 8px 16px var(--shadow);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:35px;max-height:500px;padding:25px;display:flex;overflow-y:auto}.nothing-here-message span,.nothing-here-message h1{margin:0;padding:0}.nothing-here-message h2{font-size:2rem}.nothing-here-message .text{flex-direction:column;gap:10px;margin-top:10px;display:flex}.discover-button{background-color:var(--flamespark-red);color:var(--white)}.post-row{flex-flow:wrap;justify-content:space-between;align-items:stretch;gap:60px;display:flex}.post-row .post{border:3px solid var(--black);border-radius:15px;flex-direction:column;flex:1;gap:10px;min-width:40%;min-height:400px;max-height:100%;padding:10px 15px;display:flex;box-shadow:0 6px 20px #00000014}.post .post-header{justify-content:space-between;display:flex}.post .post-text{flex-direction:column;display:flex}.post-header .post-title{margin:0;padding:0;font-size:1.5rem}.post-header .post-description{font-size:1rem}.post .post-content{flex-direction:column;flex:1;width:100%;display:flex}.post .post-content .content{flex-direction:column;flex:1;justify-content:center;align-items:center;margin:10px 0;display:flex}.post .content.hide{display:none}.post .post-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;display:flex}.post-footer .post-project{align-items:center;font-size:1.2rem;display:flex}.post-footer .post-project:not(:hover){color:var(--black);text-decoration:none}.post .actions{justify-content:space-between;display:flex}.post-project .post-project-icon{width:40px;height:40px;margin-right:10px}.post-footer .post-stats{align-items:center;gap:8px 15px;display:flex}@media (max-width:501px){.post .post-footer{justify-content:center}.post-footer .post-project{justify-content:center;width:100%}.post-footer .post-stats{justify-content:center;gap:5px;width:100%}}.post .post-footer .comments,.post-footer .option{cursor:pointer;color:var(--black);border-radius:50%;padding:10px;font-size:1rem;text-decoration:none}.post{--shadow-offset-x:0px;--shadow-offset-y:2px;--shadow-blur-radius:4px;--shadow-spread-radius:2px}.post.image{border-color:var(--flamespark-red)}.post.text{border-color:var(--flamespark-orange)}.post.audio{border-color:var(--flamespark-blue)}.post.poll{border-color:var(--flamespark-green)}.post.video{border-color:var(--flamespark-orange-accented)}.post.link{border-color:var(--flamespark-green-accented)}.post.multi-content-post{border-color:var(--flamespark-background)}.paginator-load-more,.paginator-no-more{flex-direction:column;align-items:center;gap:15px;width:100%;display:flex}@media (max-width:800px){.post-row .post{min-width:90%;min-height:300px}.post-row{padding:10px}}
