.post{border:1px solid var(--quaternary);border-radius:var(--radius-large)var(--radius-large)0 0;border-style:solid solid none;flex-direction:column;width:calc(100% - 8rem);max-width:1024px;min-height:100vh;margin:1rem auto 0;padding:4rem;display:flex}.post-header{border-bottom:1px solid var(--quaternary);text-align:center;flex-direction:column;gap:1rem;padding:0 0 2rem;display:flex}.post-title{color:var(--primary);margin:.5rem 0 .25rem;font-size:3rem;font-weight:500;text-decoration:none}.post-description{color:var(--secondary);margin:.25rem 0 .5rem;font-size:1.25rem;text-decoration:none}.post-date{color:var(--secondary);margin:.25rem 0 .5rem;font-size:.8rem;text-decoration:none}.post-header-image{aspect-ratio:16/9;border-radius:var(--radius-medium);width:100%;height:auto}.post-header-info{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;display:flex}.post-content{flex-direction:column;gap:1rem;padding:2rem 0;line-height:2.5rem;display:flex}.post-content p{font-size:1.2rem}.post-content img{width:100%}@media screen and (max-width:600px){.post{border:none;width:100%;padding:0}.post-header{margin-top:1rem}.post-header-image{border-radius:0}.post-header-info{padding:1rem}.post-content{padding:2rem}}
