.blog-sidebar{max-width:300px}.blog-sidebar .sidebar-section{margin-bottom:30px}.blog-sidebar .sidebar-heading{background-color:#0a5396;color:#fff;padding:12px 15px;margin:0 0 15px 0;font-size:18px;font-weight:600}.blog-sidebar .categories-section .sidebar-list{list-style:none;padding:0;margin:0}.blog-sidebar .categories-section .sidebar-list li{padding:8px;border-bottom:1px solid #e5e5e5}.blog-sidebar .categories-section .sidebar-list li.active{background-color:#0a5396}.blog-sidebar .categories-section .sidebar-list li.active a{color:#fff}.blog-sidebar .categories-section .sidebar-list li:last-child{border-bottom:none}.blog-sidebar .categories-section .sidebar-list li a{color:#333;text-decoration:none;transition:color .3s ease}.blog-sidebar .categories-section .sidebar-list li a:hover{color:#0a5396}.blog-sidebar .recent-posts-section .recent-posts-grid{display:flex;flex-direction:column;gap:20px}.blog-sidebar .recent-posts-section .recent-post-item{display:block;position:relative;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;text-decoration:none;overflow:hidden;transition:transform .3s ease}.blog-sidebar .recent-posts-section .recent-post-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);transition:opacity .3s ease;z-index:1}.blog-sidebar .recent-posts-section .recent-post-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.blog-sidebar .recent-posts-section .recent-post-item:hover::before{opacity:.85}.blog-sidebar .recent-posts-section .recent-post-item .post-meta,.blog-sidebar .recent-posts-section .recent-post-item .post-title{position:relative;z-index:2}.blog-sidebar .recent-posts-section .recent-post-item .post-meta{position:absolute;top:15px;left:15px;font-size:10px;color:#fff;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.blog-sidebar .recent-posts-section .recent-post-item .post-meta .post-date,.blog-sidebar .recent-posts-section .recent-post-item .post-meta .post-author{display:inline-block}.blog-sidebar .recent-posts-section .recent-post-item .post-meta .post-author::before{content:"| ";margin:0 5px}.blog-sidebar .recent-posts-section .recent-post-item .post-title{position:absolute;bottom:15px;left:15px;right:15px;margin:0;font-size:18px;line-height:1.3;color:#fff;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.4)}@media(max-width: 768px){.blog-sidebar .recent-posts-section .recent-post-item{height:180px}.blog-sidebar .recent-posts-section .recent-post-item .post-title{font-size:16px;bottom:12px;left:12px;right:12px}.blog-sidebar .recent-posts-section .recent-post-item .post-meta{top:12px;left:12px;font-size:9px}}.post-navigation{width:100%;padding:30px 0;margin:40px 0 0}.post-navigation .post-nav-wrapper{display:flex;justify-content:space-between;align-items:center;border-top:3px solid #0a5396;padding:20px 0;gap:40px}.post-navigation .post-nav-item{flex:1;display:flex;flex-direction:column}.post-navigation .post-nav-item.prev-post{align-items:flex-start}.post-navigation .post-nav-item.next-post{align-items:flex-end}.post-navigation .nav-label{font-size:12px;text-transform:uppercase;color:#666;margin-bottom:8px;font-weight:600;letter-spacing:.5px}.post-navigation .nav-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#333;transition:color .3s ease;max-width:100%}.post-navigation .nav-link:hover{color:#0a5396}.post-navigation .nav-link:hover .nav-icon{transform:translateX(0)}.prev-post .post-navigation .nav-link:hover .nav-icon{transform:translateX(-5px)}.next-post .post-navigation .nav-link:hover .nav-icon{transform:translateX(5px)}.post-navigation .nav-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.post-navigation .nav-icon svg{width:20px;height:20px}.post-navigation .nav-title{font-size:14px;line-height:1.4;font-weight:500}.post-navigation .prev-post .nav-link{flex-direction:row}.post-navigation .next-post .nav-link{flex-direction:row-reverse;text-align:right}@media(max-width: 768px){.post-navigation .post-nav-wrapper{flex-direction:column;gap:30px}.post-navigation .post-nav-item{width:100%}.post-navigation .post-nav-item.prev-post,.post-navigation .post-nav-item.next-post{align-items:flex-start}.post-navigation .next-post .nav-link{flex-direction:row;text-align:left}.post-navigation .nav-title{font-size:13px}}body.single-post .post-featured-image{position:relative;max-height:400px;overflow:hidden}body.single-post .post-featured-image img{position:absolute;top:50%;left:0;transform:translateY(-50%)}body.single-post .post-content h2{font-size:25px}/*# sourceMappingURL=blog-sidebar.css.map */