.post-container{max-width:1300px;margin:0 auto;padding:2rem 20px 80px}.post-body{display:flex;flex-wrap:nowrap;gap:2rem;align-items:flex-start}.post-main{flex:1 1 66.6666%;min-width:0;background-color:var(--color-white);padding:2rem;border-radius:8px}.post-sidebar{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333% - 1rem)}@media (max-width:1024px){.post-body{flex-direction:column}.post-sidebar{width:100%;margin-top:2rem}}:where(.site-main.post) .breadcrumb{font-size:14px;margin-bottom:1.5rem;color:var(--color-text-muted)}:where(.site-main.post) .breadcrumb a{color:var(--color-primary);text-decoration:none}:where(.site-main.post) .breadcrumb a:hover{text-decoration:underline}.post-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.4}.post-meta{font-size:.875rem;color:var(--color-text-light);margin-bottom:2rem}.post-meta .post-category{display:inline-block;background-color:var(--color-primary);color:var(--color-white);font-size:.8rem;padding:.25rem .75rem;margin-right:.5rem;border-radius:9999px;text-decoration:none}.post-meta .post-category:hover{background-color:var(--color-primary-hover)}.post-thumbnail{margin-bottom:2rem;border-radius:8px;overflow:hidden}.post-thumbnail img{width:100%;height:auto;display:block}.post-content{font-size:1rem;color:var(--color-text);line-height:1.8}.post-content p{margin-bottom:1.5rem}.post-content ol,.post-content ul{padding-left:1.5rem;margin-bottom:1.5rem}.post-content a{color:var(--color-primary);text-decoration:underline;transition:.3s}.post-content a:hover{text-decoration:none;color:var(--color-primary-hover)}.post-content h2{font-size:1.6rem;margin-top:3rem;margin-bottom:1.5rem;font-weight:800;border-left:6px solid var(--color-primary);padding-left:.75rem;color:var(--color-primary)}.post-content h3{font-size:1.3rem;margin-top:2rem;margin-bottom:1rem;font-weight:700;position:relative;padding-left:1.25rem;color:var(--color-primary)}.post-content h3:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:var(--color-primary);border-radius:50%}.post-sticky{position:-webkit-sticky;position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.5rem;z-index:10}.post-sidebar-box{background:var(--color-white);padding:1.5rem;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);text-align:center}.post-sidebar-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.post-sidebar-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--color-primary);color:var(--color-white);text-decoration:none;border-radius:9999px;font-weight:700;transition:background-color .3s}.post-sidebar-button:hover{background-color:var(--color-primary-hover)}@media (max-width:768px){.post-title{font-size:1.6rem}.post-content h2{font-size:1.3rem}.post-content h3{font-size:1.1rem}.post-sticky{position:relative;top:auto;animation:none}.post-sidebar-box{margin-top:2rem}}.post-sidebar{position:relative;overflow:visible;align-self:flex-start}