.blog-post__header{background-color:#f5f5f5;padding:3rem 0 2rem;margin-bottom:2rem;position:relative;overflow:hidden}.blog-post__header:after{content:"";position:absolute;bottom:0;right:0;height:9px;width:60%;background-color:var(--mui-palette-primary-main);z-index:1}.blog-post__back-link{display:inline-block;margin-bottom:1rem;text-decoration:none}.blog-post__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--mui-palette-primary-main)}.blog-post__date{font-size:1rem;color:#666;margin-bottom:1rem}.blog-post__content{padding-bottom:4rem}.blog-post__image-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);aspect-ratio:16/6;width:100%}@media(max-width:768px){.blog-post__image-container{aspect-ratio:16/9}}.blog-post__image{width:100%;height:auto;object-fit:cover}.blog-post__divider{margin:2rem 0 0!important}.blog-post__text{font-size:1.1rem;line-height:1.8;color:#333}.blog-post__text h1{margin-top:0}.blog-post__text p{margin:0}.blog-post__text h2,.blog-post__text h3,.blog-post__text h4{color:var(--mui-palette-primary-main);margin-top:1rem;margin-bottom:1rem}.blog-post__text ol,.blog-post__text ul{margin-bottom:1.5rem;padding-left:2rem}.blog-post__text ol li,.blog-post__text ul li{margin-bottom:.5rem}.blog-post__text img{border-radius:4px}.blog-post__text a{color:var(--mui-palette-primary-main);text-decoration:none}.blog-post__text a:hover{text-decoration:underline}.blog-post__actions{margin-top:3rem;display:flex;justify-content:center}.blog-post__loading,.blog-post__not-found{display:flex;justify-content:center;align-items:center;min-height:50vh}.blog-post__not-found{flex-direction:column;gap:2rem}