.blog-post-container{max-width:800px;margin:0 auto;padding:20px}.back-to-blogs{display:inline-block;margin-bottom:30px;color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.back-to-blogs:hover{color:#fff}.post-header{margin-bottom:30px}.post-category-date{display:flex;gap:15px;margin-bottom:15px}.post-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}.post-author-container{display:flex;align-items:center;gap:15px}.author-avatar{width:50px;height:50px;border-radius:50%;background-color:#e0e0e0}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:#fff}.author-role,.post-read-time{color:#fff;font-size:.9rem}.post-read-time{margin-left:auto}.post-featured-image{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:40px}.post-content{font-size:1.1rem;line-height:1.7;color:#fff;margin-bottom:40px}.post-content h2{font-size:1.8rem;font-weight:700;color:#fff;margin-top:40px}.post-content h2,.post-content p{margin-bottom:20px}.post-content ol,.post-content ul{margin-bottom:20px;padding-left:30px}.post-content li{margin-bottom:10px}.post-content a{color:#fff;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.post-content a:hover{border-color:#0073ff}.post-content blockquote{border-left:4px solid #0073ff;padding-left:20px;margin-left:0;margin-right:0;font-style:italic;color:#fff}.post-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.post-tag{display:inline-block;padding:5px 10px;background-color:#f0f0f0;border-radius:20px;color:#555;font-size:.9rem;text-decoration:none;transition:background-color .2s ease}.post-tag:hover{background-color:#e0e0e0}.author-bio{display:flex;gap:20px;background-color:#0073ff;padding:25px;border-radius:12px;margin-bottom:40px}.author-avatar-large{width:80px;height:80px;border-radius:50%;background-color:#ddd;flex-shrink:0}.author-bio-content h3{margin-top:0;margin-bottom:5px;font-size:1.3rem}.author-bio-content .author-role{margin-bottom:10px}.share-post{margin-bottom:40px}.share-post h3{margin-bottom:15px}.share-buttons{display:flex;gap:10px;flex-wrap:wrap}.share-button{padding:8px 16px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.share-button.facebook{background-color:#3b5998;color:white}.share-button.twitter{background-color:#1da1f2;color:white}.share-button.linkedin{background-color:#0077b5;color:white}.share-button.copy{background-color:#f0f0f0;color:#333}.share-button:hover{opacity:.9}.related-posts{margin-bottom:60px}.related-posts h2{margin-bottom:20px;font-size:1.8rem}.related-posts-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.related-post-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.related-post-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.05)}.related-post-image{height:150px}.related-post-content{padding:15px}.related-post-content h3{font-size:1.1rem;margin-top:0}.related-post-content h3,.related-post-content p{margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-content p{font-size:.9rem;color:#fff}.post-newsletter{background-color:#f5f7fa;padding:30px;border-radius:12px;text-align:center}.post-newsletter h2{margin-top:0;margin-bottom:10px}.post-newsletter p{margin-bottom:20px;color:#555}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#888}@media (min-width:768px){.post-content{font-size:1.2rem}.related-posts-grid{grid-template-columns:repeat(3,1fr)}.post-featured-image{height:450px}}@media (max-width:600px){.post-title{font-size:1.8rem}.author-bio{flex-direction:column;align-items:center;text-align:center}.share-buttons{justify-content:center}}