.blog-header{margin-top:56px;background-color:#060817;color:#fff;padding:50px 0;position:relative;display:none}.blog-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.8) 0,rgba(6,8,23,.6) 100%);z-index:1}.blog-header-content{margin-bottom:20px;text-align:right}.blog-header h1{margin-bottom:1rem}.blog-description{font-size:1.1rem;margin-bottom:1.5rem;color:rgba(255,255,255,.9)}.blog-search{max-width:500px;margin:1.5rem auto 0}.search-input-group{position:relative;display:flex}.search-input-group input{flex:1;height:50px;padding:10px 20px;border:none;border-radius:25px;font-size:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.search-input-group button{position:absolute;right:5px;top:5px;height:40px;width:40px;border:none;background-color:var(--highlight-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.search-input-group button:hover{background-color:var(--highlight-hover)}.current-category,.current-tag{display:inline-flex;align-items:center;background-color:rgba(255,255,255,.15);padding:8px 15px;border-radius:20px;margin-bottom:1.5rem}.category-name,.tag-name{font-weight:600;color:var(--highlight-color);margin:0 5px}.clear-category,.clear-tag{color:var(--text-muted);cursor:pointer}.blog-list-section .container{padding:0}.posts-container{margin-bottom:2rem}.post-card{background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:30px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;border-left:3px solid transparent}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-left-color:var(--highlight-color)}.post-content{padding:20px}.post-title{font-size:1.5rem;margin-bottom:10px;font-weight:600}.post-title a{color:#333;text-decoration:none;transition:color .3s}.post-title a:hover{color:var(--highlight-color)}.post-meta{color:var(--text-muted);font-size:.85rem;margin-bottom:15px}.post-meta span{margin-right:15px}.post-excerpt{color:#555;margin-bottom:15px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid var(--border-color)}.read-more{color:var(--highlight-color);font-weight:500;text-decoration:none;display:flex;align-items:center;transition:color .3s}.read-more i{margin-left:5px;transition:transform .3s}.read-more:hover{color:var(--highlight-hover)}.read-more:hover i{transform:translateX(3px)}.post-tags{display:flex;align-items:center;flex-wrap:wrap}.tag-badge{display:inline-block;background-color:rgba(247,166,0,.1);color:var(--highlight-color);font-size:.75rem;padding:3px 8px;border-radius:4px;margin-right:5px;text-decoration:none;transition:.3s}.tag-badge:hover{background-color:var(--highlight-color);color:#fff}.more-tags{font-size:.75rem;color:var(--text-muted);padding:3px 6px}.no-posts{text-align:center;padding:50px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.no-posts-icon{font-size:3rem;color:#ddd;margin-bottom:20px}.no-posts h3{margin-bottom:15px;color:#555}.no-posts p{color:var(--text-muted);max-width:500px;margin:0 auto}.pagination-container{margin-top:30px;display:flex;justify-content:center}.pagination{display:flex;list-style:none;padding:0;margin:0}.page-item{margin:0 3px}.page-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#555;text-decoration:none;transition:.3s;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05)}.page-item.active .page-link{background-color:var(--highlight-color);color:#fff}.page-link:hover{background-color:rgba(247,166,0,.1);color:var(--highlight-color)}.blog-sidebar{margin-bottom:30px}.sidebar-widget{background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.widget-title{font-size:1.25rem;padding:15px 20px;margin:0;border-bottom:1px solid var(--border-color);font-weight:600}.widget-content{padding:20px}.categories-list{list-style:none;padding:0;margin:0}.categories-list li{margin-bottom:10px}.categories-list a{display:flex;justify-content:space-between;padding:8px 12px;border-radius:6px;text-decoration:none;color:#333;transition:.3s}.categories-list a.active,.categories-list a:hover{background-color:rgba(247,166,0,.1);color:var(--highlight-color)}.category-count{color:var(--text-muted);font-size:.9em}.tags-cloud{display:flex;flex-wrap:wrap;gap:10px}.tag-cloud-link{display:inline-block;background-color:rgba(247,166,0,.1);color:var(--highlight-color);padding:5px 10px;border-radius:4px;text-decoration:none;transition:.3s}.tag-cloud-link:hover{background-color:var(--highlight-color);color:#fff}.tag-count{font-size:.8em;opacity:.8}.no-tags{color:var(--text-muted);font-style:italic}.popular-posts{display:flex;flex-direction:column;gap:15px}.popular-post-item{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.popular-post-item:last-child{border-bottom:none;padding-bottom:0}.popular-post-content{flex:1}.popular-post-content h4{font-size:1rem;margin:0 0 5px;line-height:1.4}.popular-post-content h4 a{color:#333;text-decoration:none;transition:color .3s}.popular-post-content h4 a:hover{color:var(--highlight-color)}.popular-post-date{font-size:.85rem;color:var(--text-muted)}.no-posts-sidebar{color:var(--text-muted);font-style:italic}.newsletter-widget{background-color:rgba(247,166,0,.05)}.newsletter-form{margin-top:15px}.newsletter-form .input-group{display:flex;flex-direction:column;gap:10px}.newsletter-form input{padding:12px 15px;border:1px solid var(--border-color);border-radius:6px;width:100%}.newsletter-form button{width:100%}@media (min-width:768px){.newsletter-form .input-group{flex-direction:row}.newsletter-form input{flex:1;border-radius:6px 0 0 6px}.newsletter-form button{width:auto;border-radius:0 6px 6px 0}}@media (max-width:991.98px){.blog-sidebar{margin-top:30px}}@media (max-width:767.98px){.blog-header{padding:30px 0}.blog-header h1{font-size:1.8rem}.blog-description{font-size:1rem}.post-card .row{flex-direction:column}.post-image{height:200px}.post-footer{flex-direction:column;align-items:flex-start;gap:10px}.post-tags{width:100%}.blog-search{max-width:90%;width:100%;margin-left:auto;margin-right:auto}.search-input-group input{width:100%;max-width:100%;box-sizing:border-box}.post-card{padding:12px}}@media (max-width:480px){.blog-search{max-width:95%}.search-input-group input{height:45px;font-size:.9rem}.search-input-group button{height:35px;width:35px;top:5px;right:5px}}