.blog-layout-wrapper{max-width:100%;margin:0 auto;padding:2rem}.blog-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.blog-layout{flex-direction:row}.posts-column{flex:3}.sidebar-column{flex:1;margin-left:2rem}}.avoura-blog-container{max-width:1280px;margin:0 auto;padding:0 20px}.avoura-blog-header{text-align:center;padding:30px 0;margin-bottom:30px;position:relative}.avoura-blog-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#05f,#4ecdc4)}.avoura-blog-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;color:#fff}.avoura-blog-description{font-size:1.2rem;max-width:700px;margin:0 auto;color:#666;line-height:1.6}.avoura-header-image{background-size:cover;background-position:center;padding:100px 0;color:#fff;text-align:center;position:relative}.avoura-header-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.avoura-blog-header{position:relative;z-index:2}.avoura-blog-title{font-size:2.5rem;font-weight:700;margin-bottom:15px}.avoura-blog-description{font-size:1.2rem;max-width:800px;margin:0 auto}.avoura-blog-posts{padding:30px 0 60px}.avoura-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:30px;margin-bottom:50px}.avoura-featured-post{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px;background-color:#fff;overflow:hidden}.avoura-featured-post .avoura-post-image{height:400px;width:100%}.avoura-featured-post .avoura-post-content{padding:10px;display:flex;flex-direction:column;justify-content:center;text-align:left}.avoura-featured-post .avoura-post-title{font-size:3rem;margin-bottom:20px;font-weight:800;letter-spacing:-.02em}.avoura-featured-post .avoura-post-excerpt{font-size:1.5rem;margin-bottom:30px}.avoura-featured-tag{display:inline-block;background-color:#05f;color:#fff;padding:5px 12px;font-size:.8rem;font-weight:600;text-transform:uppercase;margin-bottom:15px;letter-spacing:1px}.avoura-post-card{background-color:#fff;overflow:hidden;height:100%;display:grid;grid-template-columns:1fr 1fr;transition:all .3s ease}.avoura-post-card:hover{transform:translateY(-10px)}.avoura-post-image{width:100%;height:auto;min-height:400px;overflow:hidden;position:relative}.avoura-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.avoura-post-card:hover .avoura-post-image img{transform:scale(1.08)}.avoura-post-content{padding:10px;flex-grow:1;display:flex;flex-direction:column;text-align:left}.avoura-post-category{font-size:.8rem;font-weight:600;text-transform:uppercase;color:#05f;margin-bottom:10px;letter-spacing:1px}.avoura-post-title{font-size:2.5rem;font-weight:800;margin-bottom:15px;line-height:1.2;color:#333;letter-spacing:-.02em}.avoura-post-title a{color:#333;text-decoration:none;transition:color .3s ease}.avoura-post-title a:hover{color:#05f}.avoura-post-meta{font-size:.9rem;color:#888;margin-bottom:15px;align-items:center;text-align:left}.avoura-post-meta img{width:30px;height:30px;margin-right:10px}.avoura-meta-separator{margin:0 8px;opacity:.5}.avoura-post-excerpt{margin-bottom:20px;color:#666;line-height:1.6;flex-grow:1}.avoura-read-more{margin-top:auto}.avoura-read-more a{display:inline-flex;align-items:center;color:#05f;font-weight:600;text-decoration:none;transition:all .3s ease}.avoura-read-more a:hover{color:#333}.avoura-read-more a:after{content:"\2192";margin-left:8px;transition:transform .3s ease}.avoura-read-more a:hover:after{transform:translate(5px)}.avoura-pagination{margin:50px 0 30px;text-align:left}.avoura-pagination .pagination{display:inline-flex;gap:5px;align-items:center;justify-content:flex-start}.avoura-pagination .page-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-weight:600;color:#666;background-color:#f5f5f5;border:none;text-decoration:none;transition:all .3s ease}.avoura-pagination .page-link:hover,.avoura-pagination .page-item.active .page-link{background-color:#05f;color:#fff}.avoura-pagination .page-item.disabled .page-link{opacity:.5;pointer-events:none}.avoura-blog-sidebar{padding:30px 0}.sidebar-widget{background-color:#fff;border-radius:12px;padding:25px;margin-bottom:30px;border:0}.sidebar-widget h3{font-size:1.8rem;margin-top:0;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f0f0f0;position:relative;font-weight:800;letter-spacing:-.02em}.sidebar-widget h3:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:#05f}.sidebar-search .input-group{display:flex;border:1px solid #dddd;overflow:hidden border-radius: 0}.sidebar-search input[type=search]{padding:12px 15px;border:none;flex-grow:1;font-size:1.3rem}.sidebar-search button{background-color:#05f;color:#fff;border:none;padding:0 20px;cursor:pointer;transition:background-color .3s ease}.sidebar-search button:hover{background-color:#ff5252}.recent-post-item{display:flex;padding:15px 0;border-bottom:1px solid #f0f0f0}.recent-post-item:first-child{padding-top:0}.recent-post-item:last-child{padding-bottom:0;border-bottom:none}.recent-post-image{width:70px;height:70px;margin-right:15px;border-radius:8px;overflow:hidden}.recent-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recent-post-item:hover .recent-post-image img,.avoura-post-image img:hover{transform:scale(1.08)}.recent-post-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;text-align:left}.recent-post-title{font-weight:600;color:#333;text-decoration:none;line-height:1.4;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-post-title:hover{color:#05f}.recent-post-date{font-size:.85rem;color:#999;margin-top:5px}.categories-list{list-style:none;padding:0;margin:0}.category-item{padding:10px 0;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.category-item:last-child{border-bottom:none}.category-item a{color:#444;text-decoration:none;display:flex;justify-content:space-between;transition:color .3s ease}.category-item a:after{content:"\2192";opacity:0;transform:translate(-5px);transition:all .3s ease}.category-item:hover a{color:#05f}.category-item:hover a:after{opacity:1;transform:translate(0)}.category-item.active a{color:#05f;font-weight:600}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-item{padding:8px 15px;background-color:#f5f5f5;border-radius:20px;color:#555;text-decoration:none;font-size:.9rem;transition:all .3s ease}.tag-item:hover{background-color:#05f;color:#fff;transform:translateY(-3px)}@media(max-width:991px){.avoura-featured-post,.avoura-post-card{grid-template-columns:1fr}.avoura-featured-post .avoura-post-image,.avoura-post-card .avoura-post-image{height:300px}}@media(max-width:767px){.avoura-blog-title{font-size:2.5rem}.avoura-posts-grid{grid-template-columns:1fr}.avoura-header-image{background-position:right}}.recent-posts-list{list-style:none;padding:0;margin:0}.recent-post-item{display:flex;align-items:center;margin-bottom:20px}.recent-post-image{flex:0 0 100px;width:100px;height:100px;margin-right:16px;overflow:hidden;border-radius:8px}.recent-post-image img{width:100%;height:100%;object-fit:cover;display:block}.recent-post-content{flex:1}.recent-post-title{font-size:16px;font-weight:600;color:#222;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.recent-post-title:hover{text-decoration:underline}.recent-post-date{font-size:14px;color:#888}
/*# sourceMappingURL=/cdn/shop/t/17/assets/avoura-blog.css.map */
