.blog-details{min-height:100vh;background:#fff}.blog-progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(135deg,#1e6b52,#4bb543);z-index:1000;transition:width .3s ease}.blog-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 0 40px;position:relative}.blog-container{max-width:800px;margin:80px auto 0;padding:0 20px}.blog-back-button{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.9rem;color:#4a5568;text-decoration:none;margin-bottom:20px;transition:all .3s ease}.blog-back-button:hover{background:#1e6b52;color:white;border-color:#1e6b52}.back-icon{width:16px;height:16px}.blog-category{margin-bottom:16px}.category-badge{background:linear-gradient(135deg,#1e6b52,#4bb543);color:white;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:16px;line-height:1.2}.blog-excerpt{font-size:1.2rem;color:#4a5568;line-height:1.6;margin-bottom:24px}.blog-meta{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px}.meta-item{display:flex;align-items:center;gap:8px;color:#718096;font-size:.9rem}.meta-icon{width:16px;height:16px}.blog-share{display:flex;align-items:center;gap:16px;margin-top:24px}.share-label{font-weight:600;color:#2d3748}.share-buttons{display:flex;gap:12px}.share-button{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.share-button.facebook:hover{background:#1877f2}.share-button.twitter:hover{background:#1da1f2}.share-button.linkedin:hover{background:#0077b5}.share-button.whatsapp:hover{background:#25d366}.share-button svg{width:18px;height:18px;color:white}.blog-featured-image{padding:40px 0;background:white}.featured-image-wrapper{max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.featured-image{width:100%;height:400px;object-fit:cover;display:block;transition:transform .3s ease}.featured-image:hover{transform:scale(1.02)}.blog-content{padding:60px 0;background:#f8f9fa}.blog-body{font-size:1.1rem;line-height:1.8;color:#2d3748}.blog-body h2{font-size:1.8rem;font-weight:600;color:#1e6b52;margin:40px 0 20px}.blog-body h3{font-size:1.4rem;font-weight:600;color:#2d3748;margin:30px 0 16px}.blog-body h4{font-size:1.2rem;font-weight:600;color:#4a5568;margin:24px 0 12px}.blog-body p{margin-bottom:20px}.blog-body ol,.blog-body ul{margin-bottom:20px;padding-left:30px}.blog-body li{margin-bottom:8px}.blog-body strong{font-weight:600;color:#1e6b52}.blog-tags{margin-top:40px;padding-top:30px;border-top:1px solid #e2e8f0}.blog-tags h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:16px}.tags-list{display:flex;flex-wrap:wrap;gap:12px}.tag{background:#e2e8f0;color:#4a5568;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.author-bio{display:flex;align-items:center;gap:20px;margin-top:40px;padding:30px;background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.author-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info h4{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:8px}.author-info p{color:#718096;line-height:1.6}.blog-suggestions{padding:60px 0;background:#f8f9fa}.blog-suggestions h3{font-size:1.8rem;font-weight:600;color:#2d3748;margin-bottom:30px;text-align:center}.suggestions-grid{display:flex;gap:20px;overflow-x:auto;padding:10px 0;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.suggestions-grid::-webkit-scrollbar{height:6px}.suggestions-grid::-webkit-scrollbar-track{background:#f7fafc;border-radius:3px}.suggestions-grid::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.suggestions-grid::-webkit-scrollbar-thumb:hover{background:#a0aec0}.suggestion-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease;cursor:pointer;flex:0 0 300px;width:300px}.suggestion-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.suggestion-image{position:relative;height:180px;overflow:hidden}.suggestion-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.suggestion-card:hover .suggestion-image img{transform:scale(1.05)}.suggestion-category{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#1e6b52,#4bb543);color:white;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.suggestion-content{padding:20px}.suggestion-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:10px;line-height:1.4;-webkit-line-clamp:2}.suggestion-excerpt,.suggestion-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.suggestion-excerpt{color:#718096;font-size:.9rem;line-height:1.5;margin-bottom:15px;-webkit-line-clamp:3}.suggestion-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#a0aec0}.suggestion-date,.suggestion-read-time{font-weight:500}@media (max-width:768px){.blog-title{font-size:2rem}.blog-meta{flex-direction:column;gap:12px}.blog-excerpt{font-size:1.1rem}.blog-body{font-size:1rem}.author-bio{flex-direction:column;text-align:center}.share-buttons{flex-wrap:wrap}.featured-image{height:300px}.suggestion-card{flex:0 0 250px;min-width:250px}}@media (max-width:480px){.blog-header{padding:40px 0 30px}.blog-title{font-size:1.75rem}.blog-container{padding:0 16px}.blog-content,.blog-suggestions{padding:40px 0}.featured-image{height:250px}.suggestion-card{flex:0 0 220px;min-width:220px}}.suggestion-card-link{color:inherit;display:block}.suggestion-card-link,.suggestion-card-link:hover{text-decoration:none!important}