.blog-post-wrapper{font-family:var(--font-family-poppins);color:var(--ask-text-primary);line-height:1.7;max-width:800px;margin:0 auto;padding:3rem 1rem;background:transparent}.post-header{margin-bottom:2rem;text-align:center}.post-title{font-size:2.5rem;font-weight:var(--font-weight-bold);margin-bottom:1rem;line-height:1.2}.post-meta{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;color:var(--ask-text-muted);margin-bottom:1.5rem;flex-wrap:wrap}.post-author{font-weight:var(--font-weight-medium)}.meta-separator{opacity:.6}.post-image-container{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:8px;margin:0 auto 2rem;box-shadow:0 4px 15px rgba(0,0,0,.05)}.post-image{object-fit:cover}.share-buttons-container{display:flex;align-items:center;justify-content:center;gap:1rem}.top-share-bar{margin-bottom:2rem;padding:1rem 0;border-top:1px solid var(--ask-border-light);border-bottom:1px solid var(--ask-border-light)}.share-label{font-size:.9rem;font-weight:var(--font-weight-medium);color:var(--ask-text-muted);margin-right:.5rem}.share-button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;text-decoration:none;color:#fff;transition:opacity .2s ease,transform .2s ease}.share-button:hover{opacity:.8;transform:scale(1.05)}.linkedin{background-color:#0077B5}.twitter{background-color:#000000}.facebook{background-color:#4267B2}.whatsapp{background-color:#25D366}.email{background-color:#777}.post-body{font-size:1.1rem}.post-body h2,.post-body h3,.post-body h4{margin-top:2.5rem;margin-bottom:1rem;font-weight:var(--font-weight-semibold);color:var(--ask-text-primary)}.post-body h2{font-size:1.8rem;padding-bottom:.5rem;border-bottom:1px solid var(--ask-border-light)}.post-body h3{font-size:1.5rem}.post-body p{margin-bottom:1.5rem}.post-body blockquote{border-left:4px solid var(--ask-border-medium);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--ask-text-muted)}.post-body a{color:var(--ask-text-secondary);text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:var(--ask-text-primary)}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--ask-border-light);text-align:center}.post-footer h3{font-size:1.2rem;font-weight:var(--font-weight-medium);margin-bottom:1rem}.go-back-button{display:flex;align-items:center;margin:3rem auto 0;padding:.7rem 1.5rem;background:var(--ask-button-silver-start);border:1px solid var(--ask-button-silver-border);color:var(--ask-button-silver-text);cursor:pointer;border-radius:22px;font-size:1rem;transition:background .3s,transform .2s}.go-back-button:hover{background:var(--ask-button-silver-end);transform:translateY(-1px)}@media (max-width:768px){.blog-post-wrapper{padding:1.5rem 1rem}.post-title{font-size:2rem}.post-body{font-size:1rem}.top-share-bar{flex-direction:column;gap:1rem}}