.breadcrumb-section{margin-bottom:0}.breadcrumb-nav{display:flex;align-items:center;flex-wrap:nowrap;font-size:14px;margin-bottom:12px;padding-top:0;line-height:1.8;gap:0;overflow:hidden}.breadcrumb-link{color:#1c5235;text-decoration:none;transition:color .2s ease;font-weight:500;white-space:nowrap}.breadcrumb-link:hover{color:#b83c56}.breadcrumb-separator{color:#666;margin:0 8px;font-size:12px}.breadcrumb-current{color:#666;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media (max-width:768px){.breadcrumb-current{max-width:150px}}@media (max-width:480px){.breadcrumb-current{max-width:100px}}@media (max-width:768px){.breadcrumb-nav{margin-top:16px;padding:0;margin-left:0}}.blog-page{min-height:100vh;background:#f8f9fa}.container{max-width:1440px;margin:0 auto;padding:0 1rem}.blog-error,.blog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#1c5235;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blog-hero{background:linear-gradient(135deg,#1c5235,#236642);color:white;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:rgba(255,255,255,.05);transform:rotate(45deg)}.blog-hero-content{position:relative;z-index:1}.blog-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.blog-hero-content p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.section-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.blog-featured{padding:4rem 0;background:#fff}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.featured-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgb(0 0 0/.15),0 10px 10px -5px rgb(0 0 0/.1)}.featured-card-image{position:relative;height:200px;overflow:hidden}.featured-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-card-image img{transform:scale(1.05)}.featured-card-content{padding:1.5rem}.featured-card-meta{margin-bottom:.75rem}.featured-card h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.featured-card h3 a{color:#1f2937;text-decoration:none;transition:color .3s ease}.featured-card h3 a:hover{color:#1c5235}.featured-card .excerpt{color:#6b7280;margin-bottom:1rem;line-height:1.6}.blog-main{padding:4rem 0}.blog-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:3rem;gap:3rem}.blog-sidebar{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem;border:1px solid #e5e7eb}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.sidebar-section h4{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-options label{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.filter-options label:hover{background:#f9fafb}.filter-options label.active{background:#1c5235;color:white}.filter-options input[type=radio]{margin:0}.featured-filter{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.featured-filter:hover{background:#f9fafb}.blog-content{min-height:400px}.no-posts{text-align:center;padding:4rem 2rem;color:#6b7280}.no-posts-icon{font-size:4rem;margin-bottom:1rem}.no-posts h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.post-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.post-card-image{position:relative;height:180px;overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-image img{transform:scale(1.03)}.post-card-content{padding:1.5rem}.post-card-meta{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.post-card h2{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.3}.post-card h2 a{color:#1f2937;text-decoration:none;transition:color .3s ease}.post-card h2 a:hover{color:#1c5235}.post-card .excerpt{color:#6b7280;margin-bottom:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-meta{font-size:.875rem;color:#9ca3af;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.read-more{color:#1c5235;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .3s ease}.read-more:hover{color:#236642}.category-tag{display:inline-block;background:#1c5235;color:white;padding:.25rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background-color .3s ease}.category-tag:hover{background:#236642;color:white}.category-tag.small{font-size:.6875rem;padding:.2rem .5rem}.featured-badge{background:#f59e0b;color:white;padding:.25rem .5rem;border-radius:.375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width:1024px){.blog-layout{grid-template-columns:1fr;gap:2rem}.blog-sidebar{order:-1;position:static;margin-bottom:2rem}.sidebar-section{margin-bottom:1.5rem}}@media (max-width:768px){.container{padding:0 .75rem}.blog-hero{padding:3rem 0}.blog-hero-content h1{font-size:2rem}.blog-hero-content p{font-size:1rem}.blog-featured,.blog-main{padding:2rem 0}.featured-grid,.posts-grid{grid-template-columns:1fr;gap:1.5rem}.blog-sidebar{padding:1.5rem}}@media (max-width:480px){.container{padding:0 .5rem}.featured-grid{grid-template-columns:1fr;gap:1rem}.blog-sidebar,.featured-card-content,.post-card-content{padding:1rem}}.bloglisting-container{max-width:1200px;margin:2rem auto;padding:0}.bloglisting-layout{display:grid;grid-template-columns:1fr 350px;grid-gap:3rem;gap:3rem;align-items:start}.bloglisting-main{min-width:0}.bloglisting-header{text-align:left;margin-bottom:3rem}.bloglisting-heading{color:#256845;margin-bottom:.5rem;font-size:2.5rem}.bloglisting-subtitle{color:#666;font-size:1.1rem;margin:0}.bloglisting-controls{margin-bottom:2rem;background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e9ecef}.bloglisting-search-wrapper{position:relative;margin-bottom:1rem}.bloglisting-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.bloglisting-search-input{width:100%;padding:12px 12px 12px 40px;border:1px solid #ddd;border-radius:8px;font-size:1rem;background:white;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.bloglisting-search-input:focus{outline:none;border-color:#256845;box-shadow:0 0 0 3px rgba(37,104,69,.1)}.bloglisting-filter-toggle{display:none;align-items:center;gap:.5rem;width:100%;padding:12px 16px;background:white;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-size:.9rem;color:#333;transition:all .2s ease;justify-content:center;margin-bottom:1rem}.bloglisting-filter-toggle:hover{background:#f8f9fa;border-color:#256845}.bloglisting-filters-wrapper{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;transition:all .3s ease}.bloglisting-filter-group{display:flex;align-items:center;gap:.5rem}.bloglisting-filter-icon{color:#666}.bloglisting-filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:white;font-size:.9rem;min-width:120px;transition:border-color .2s ease;color:#2d3436}.bloglisting-filter-select:focus{outline:none;border-color:#256845}.bloglisting-reset-filters-btn{padding:8px 16px;background:#b83c56;color:white;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s ease}.bloglisting-reset-filters-btn:hover{background:#a33649}@media (max-width:768px){.bloglisting-controls{padding:1rem}.bloglisting-filter-toggle{display:flex}.bloglisting-filters-wrapper{max-height:0;overflow:hidden;opacity:0;margin-bottom:0;flex-direction:column;align-items:stretch}.bloglisting-filters-wrapper.bloglisting-expanded{max-height:500px;opacity:1;margin-bottom:0;padding-top:.5rem}.bloglisting-filter-group{flex-direction:column;align-items:stretch;gap:.5rem}.bloglisting-filter-select{min-width:auto;width:100%;color:#2d3436}.bloglisting-reset-filters-btn{width:100%;margin-top:.5rem}}@media (max-width:480px){.bloglisting-controls{padding:.75rem}.bloglisting-search-input{font-size:16px}.bloglisting-filter-toggle{padding:10px 12px;font-size:.85rem}}.bloglisting-results-summary{margin-bottom:1.5rem;color:#666}.bloglisting-no-results{text-align:center;padding:2rem;color:#666}.bloglisting-featured-post,.bloglisting-posts-container{margin-bottom:3rem}.bloglisting-featured-card{background:white;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);overflow:hidden;transition:all .3s ease;position:relative;border:1px solid rgba(37,104,69,.1)}.bloglisting-featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.18);border-color:rgba(37,104,69,.2)}.bloglisting-featured-link{text-decoration:none;color:inherit;display:block}.bloglisting-featured-image-wrapper{position:relative;overflow:hidden;height:400px}.bloglisting-featured-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bloglisting-featured-card:hover .bloglisting-featured-image{transform:scale(1.05)}.bloglisting-featured-category-badge{position:absolute;top:20px;left:20px;background:#256845;color:white;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:600;z-index:2;box-shadow:0 2px 8px rgba(37,104,69,.3)}.bloglisting-featured-overlay{position:absolute;top:20px;right:20px;z-index:2}.bloglisting-featured-label{background:rgba(255,255,255,.95);color:#256845;padding:8px 16px;border-radius:25px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.bloglisting-featured-content{padding:2rem}.bloglisting-featured-title{font-size:2rem;margin-bottom:1rem;color:#333;line-height:1.3;font-weight:700}.bloglisting-featured-excerpt{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.bloglisting-featured-tag-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.bloglisting-featured-tag-badge{background:#e9f5e9;color:#256845;padding:6px 14px;border-radius:16px;font-size:.9rem;font-weight:500}.bloglisting-featured-tag-badge.bloglisting-more{background:#f1f1f1;color:#666}.bloglisting-featured-meta{border-top:1px solid #f0f0f0;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.bloglisting-featured-author-info{display:flex;align-items:center;gap:.75rem}.bloglisting-featured-author-avatar{width:40px;height:40px;border-radius:50%;background:#256845;color:white;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.bloglisting-featured-author-avatar.bloglisting-author-logo-container{background:white!important;border:1px solid #e5e7eb}.bloglisting-featured-author-name{font-weight:600;color:#333;font-size:1.1rem}.bloglisting-featured-post-details{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.95rem;color:#666}.bloglisting-featured-post-date,.bloglisting-featured-read-time,.bloglisting-featured-view-count{display:flex;align-items:center;gap:.5rem}.bloglisting-featured-actions{position:absolute;top:80px;right:20px;display:flex;gap:.75rem;opacity:0;transition:opacity .3s ease;z-index:3}.bloglisting-featured-card:hover .bloglisting-featured-actions{opacity:1}.bloglisting-featured-action-btn{width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.95);color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.bloglisting-featured-action-btn:hover{background:white;transform:scale(1.1)}.bloglisting-featured-like-btn.bloglisting-liked{color:#e74c3c;background:rgba(231,76,60,.1)}.bloglisting-featured-share-btn:hover{color:#256845}.bloglisting-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.bloglisting-card{background:white;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;position:relative}.bloglisting-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.bloglisting-card-link{text-decoration:none;color:inherit;display:block}.bloglisting-image-wrapper{position:relative;overflow:hidden}.bloglisting-image{width:100%;height:220px;object-fit:cover;transition:transform .3s ease}.bloglisting-card:hover .bloglisting-image{transform:scale(1.05)}.bloglisting-category-badge{position:absolute;top:12px;left:12px;background:#256845;color:white;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500;z-index:2}.bloglisting-content{padding:1.5rem 1.5rem 1rem}.bloglisting-title{font-size:1.3rem;margin-bottom:.8rem;color:#333;line-height:1.4}.bloglisting-excerpt{color:#666;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.bloglisting-read-more{color:#256845;font-weight:500}.bloglisting-tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.bloglisting-tag-badge{background:#e9f5e9;color:#256845;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500}.bloglisting-tag-badge.bloglisting-more{background:#f1f1f1;color:#666}.bloglisting-meta{border-top:1px solid #f0f0f0;padding-top:1rem}.bloglisting-author-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bloglisting-author-avatar{width:32px;height:32px;border-radius:50%;background:#256845;color:white;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.bloglisting-author-logo-container{background:white!important;border:1px solid #e5e7eb}.bloglisting-author-logo{width:100%;height:100%;border-radius:50%;object-fit:cover}.bloglisting-author-name{font-weight:500;color:#333}.bloglisting-post-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#666}.bloglisting-post-date,.bloglisting-read-time,.bloglisting-view-count{display:flex;align-items:center;gap:.3rem}.bloglisting-actions{position:absolute;top:12px;right:12px;display:flex;gap:.5rem;opacity:0;transition:opacity .3s ease;z-index:3}.bloglisting-card:hover .bloglisting-actions{opacity:1}.bloglisting-action-btn{width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,.9);color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bloglisting-action-btn:hover{background:white;transform:scale(1.1)}.bloglisting-like-btn.bloglisting-liked{color:#e74c3c;background:rgba(231,76,60,.1)}.bloglisting-share-btn:hover{color:#256845}.bloglisting-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.bloglisting-pagination-btn{padding:10px 20px;border:1px solid #ddd;background:white;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.bloglisting-pagination-btn:hover:not(:disabled){background:#256845;color:white;border-color:#256845}.bloglisting-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.bloglisting-pagination-info{font-weight:500;color:#666}.bloglisting-skeleton{animation:bloglisting-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.bloglisting-skeleton-image{height:220px;background:#f3f4f6}.bloglisting-skeleton-title{height:24px;background:#f3f4f6;border-radius:4px;margin-bottom:12px}.bloglisting-skeleton-text{height:16px;background:#f3f4f6;border-radius:4px;margin-bottom:8px}.bloglisting-skeleton-text.bloglisting-short{width:60%}.bloglisting-skeleton-meta{height:14px;background:#f3f4f6;border-radius:4px;width:80%}@keyframes bloglisting-pulse{0%,to{opacity:1}50%{opacity:.5}}.bloglisting-no-posts{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#666}.bloglisting-no-posts p{font-size:1.1rem;margin:0}@media (max-width:1200px){.bloglisting-layout{grid-template-columns:1fr 300px;gap:2rem}.bloglisting-featured-title{font-size:1.8rem}.bloglisting-featured-content{padding:1.5rem}}@media (max-width:768px){.bloglisting-container{margin-top:.5rem;margin-right:2rem;padding:1rem;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.bloglisting-layout{display:flex;flex-direction:column;gap:2rem;width:100%;overflow-x:hidden}.blog-sidebar,.blogsidebar-container{order:2;width:100%;max-width:100%;box-sizing:border-box}.bloglisting-main{order:1;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.bloglisting-grid{grid-template-columns:1fr;gap:1.5rem}.bloglisting-featured-image-wrapper{height:250px}.bloglisting-featured-title{font-size:1.5rem}.bloglisting-featured-content{padding:1rem}.bloglisting-featured-meta{flex-direction:column;align-items:stretch;text-align:center}.bloglisting-featured-post-details{justify-content:center}.bloglisting-featured-actions{opacity:1}.bloglisting-featured-category-badge,.bloglisting-featured-overlay{top:10px}.bloglisting-featured-category-badge{left:10px}.bloglisting-featured-overlay{right:10px}.bloglisting-featured-actions{top:60px;right:10px}.bloglisting-heading{font-size:2rem;text-align:center}.bloglisting-pagination{flex-wrap:wrap}.bloglisting-actions{opacity:1}.bloglisting-content,.bloglisting-controls{padding:1rem}}@media (max-width:480px){.bloglisting-heading{font-size:1.8rem}.bloglisting-subtitle{text-align:center}.bloglisting-image{height:180px}.bloglisting-card{margin-bottom:1rem}.bloglisting-post-details{flex-direction:column;gap:.5rem}.bloglisting-layout{display:flex;flex-direction:column;gap:1.5rem;width:100%;overflow-x:hidden}.blog-sidebar,.blogsidebar-container{order:2;width:100%;max-width:100%;box-sizing:border-box}.bloglisting-main{order:1;width:100%;max-width:100%;min-width:0;box-sizing:border-box}}.bloglisting-container{background:#fff}.bloglisting-card{border:1px solid rgba(0,0,0,.05)}.bloglisting-card:hover{border-color:rgba(37,104,69,.2)}.bloglisting-action-btn:focus,.bloglisting-filter-select:focus,.bloglisting-pagination-btn:focus,.bloglisting-reset-filters-btn:focus,.bloglisting-search-input:focus{outline:2px solid #256845;outline-offset:2px;color:#2d3436}.bloglisting-card-link:focus{outline:2px solid #256845;outline-offset:4px;border-radius:16px}@media print{.bloglisting-actions,.bloglisting-controls,.bloglisting-pagination{display:none}.bloglisting-grid{display:block}.bloglisting-card{page-break-inside:avoid;break-inside:avoid;margin-bottom:2rem}}.blogsidebar-container{display:flex;flex-direction:column;gap:2rem;position:-webkit-sticky;position:sticky;top:2rem}.blogsidebar-widget{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.blogsidebar-widget-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #256845}.blogsidebar-empty{color:#666;font-style:italic;font-size:.9rem;margin:0}.blogsidebar-search-form{display:flex;flex-direction:column;gap:.75rem}.blogsidebar-search-wrapper{position:relative}.blogsidebar-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#666}.blogsidebar-search-input{width:100%;padding:10px 10px 10px 36px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s ease;box-sizing:border-box}.blogsidebar-search-input:focus{outline:none;border-color:#256845}.blogsidebar-search-btn{padding:10px 16px;background:#256845;color:white;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.blogsidebar-search-btn:hover{background:#1e5138}.blogsidebar-posts-list{display:flex;flex-direction:column;gap:.75rem}.blogsidebar-post-item{display:flex;gap:.75rem;align-items:flex-start;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.blogsidebar-post-item:last-child{border-bottom:none;padding-bottom:0}.blogsidebar-post-thumbnail{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background:#f5f5f5}.blogsidebar-post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.blogsidebar-post-item:hover .blogsidebar-post-thumbnail img{transform:scale(1.05)}.blogsidebar-post-content{flex:1 1;min-width:0}.blogsidebar-post-title{margin:0 0 .25rem;font-size:.85rem;line-height:1.3}.blogsidebar-post-title a{color:#333;text-decoration:none;transition:color .2s ease}.blogsidebar-post-title a:hover{color:#256845}.blogsidebar-post-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#666}.blogsidebar-post-date,.blogsidebar-post-readtime,.blogsidebar-post-views{display:flex;align-items:center;gap:.25rem}.blogsidebar-categories-list{display:flex;flex-direction:column;gap:.5rem}.blogsidebar-category-item{display:flex}.blogsidebar-category-link{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem;color:#333;text-decoration:none;border-radius:6px;transition:all .2s ease;font-size:.9rem}.blogsidebar-category-link:hover{background:#f8f9fa;color:#256845}.blogsidebar-category-name{font-weight:500}.blogsidebar-category-count{color:#666;font-size:.85rem}.blogsidebar-tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem;line-height:1.4}.blogsidebar-tag-link{display:inline-block;color:#1c5235;text-decoration:none;padding:2px 6px;border-radius:8px;background:#e9f5e9;border:1px solid #1c5235;transition:all .2s ease;font-weight:500;font-size:.65rem}.blogsidebar-tag-link:hover{background:#256845;color:white}.blogsidebar-newsletter{background:linear-gradient(135deg,#256845,#1e5138);color:white}.blogsidebar-newsletter .blogsidebar-widget-title{color:white;border-bottom-color:rgba(255,255,255,.3)}.blogsidebar-newsletter-description{color:rgba(255,255,255,.9);font-size:.9rem;margin:0 0 1rem;line-height:1.5}.blogsidebar-newsletter-form{display:flex;flex-direction:column;gap:.75rem}.blogsidebar-newsletter-input{width:100%;padding:12px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:rgba(255,255,255,.1);color:white;font-size:.9rem;transition:all .2s ease;box-sizing:border-box}.blogsidebar-newsletter-input::placeholder{color:rgba(255,255,255,.7)}.blogsidebar-newsletter-input:focus{outline:none;border-color:white;background:rgba(255,255,255,.2)}.blogsidebar-newsletter-btn{padding:12px 16px;background:white;color:#256845;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.blogsidebar-newsletter-btn:hover{background:#f0f0f0;transform:translateY(-1px)}.blogsidebar-archive-list{display:flex;flex-direction:column;gap:.5rem}.blogsidebar-archive-item{display:flex}.blogsidebar-archive-link{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem;color:#333;text-decoration:none;border-radius:6px;transition:all .2s ease;font-size:.9rem}.blogsidebar-archive-link:hover{background:#f8f9fa;color:#256845}.blogsidebar-archive-name{font-weight:500}.blogsidebar-archive-count{color:#666;font-size:.85rem}@media (max-width:768px){.blogsidebar-container{position:static;margin-bottom:2rem;order:2}.blogsidebar-widget{padding:1rem}.blogsidebar-post-item{flex-direction:column;gap:.5rem}.blogsidebar-post-thumbnail{align-self:flex-start}}@media (max-width:480px){.blogsidebar-widget{padding:.75rem}.blogsidebar-widget-title{font-size:1rem}.blogsidebar-tags-cloud{gap:.375rem}.blogsidebar-tag-link{font-size:.8rem;padding:3px 6px}}.blog-comments{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.comments-header{margin-bottom:2rem;text-align:center}.comments-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.comments-subtitle{color:#666;font-size:.95rem;margin:0}.comments-form-section{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid #e5e7eb}.comments-form-section h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.comment-form,.comment-form-fields{display:flex;flex-direction:column;gap:1rem}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.comment-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease;background:white;box-sizing:border-box}.comment-input:focus{outline:none;border-color:#256845;box-shadow:0 0 0 3px rgba(37,104,69,.1)}.comment-textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease,box-shadow .2s ease;background:white;box-sizing:border-box}.comment-textarea:focus{outline:none;border-color:#256845;box-shadow:0 0 0 3px rgba(37,104,69,.1)}.comment-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;font-size:.9rem}.comment-warning{background:#fefbf3;color:#f59e0b;border:1px solid #fde68a}.comment-form-actions{display:flex;gap:1rem;align-items:center}.comment-btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 20px;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.comment-btn-primary{background:#256845;color:white}.comment-btn-primary:hover:not(:disabled){background:#1e5138;transform:translateY(-1px)}.comment-btn-primary:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.comment-btn-secondary{background:#e5e7eb;color:#374151}.comment-btn-secondary:hover{background:#d1d5db}.comment-note{color:#666;font-size:.85rem;margin:0;font-style:italic}.comment-auth-required{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.comment-auth-message{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.comment-auth-message svg{color:#256845}.comment-auth-message h4{margin:0;color:#333;font-size:1.1rem}.comment-auth-message p{margin:0;color:#666}.comments-list{margin-top:2rem}.comments-empty,.comments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#666}.comments-empty{text-align:center}.comments-empty svg{color:#d1d5db;margin-bottom:1rem}.comments-empty p{margin:0;font-size:1.1rem}.comment-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}.comment-item:last-child{border-bottom:none}.comment-reply{margin-left:2rem;padding-left:1rem;border-left:3px solid #e5e7eb}.comment-avatar{position:relative;width:40px;height:40px;background:#256845;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:.9rem;flex-shrink:0}.comment-reply .comment-avatar{width:32px;height:32px;font-size:.8rem}.comment-avatar svg{position:absolute;top:-2px;right:-2px;background:white;color:#256845;border-radius:50%;padding:2px}.comment-avatar-initials{z-index:1}.comment-content{flex:1 1;min-width:0}.comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.comment-author{font-weight:600;color:#333;font-size:.95rem}.comment-meta{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.8rem}.comment-status-pending{color:#f59e0b;font-weight:500;font-style:italic}.comment-text{color:#333;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.comment-actions{display:flex;gap:1rem;align-items:center}.comment-action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#666;cursor:pointer;font-size:.8rem;padding:4px 8px;border-radius:6px;transition:all .2s ease}.comment-action-btn:hover{background:#f1f5f9;color:#256845}.comment-reply-form{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.comment-replies{margin-top:1rem;padding-left:1rem;border-left:2px solid #f0f0f0}@media (max-width:768px){.blog-comments{margin-top:2rem;padding-top:1.5rem}.comments-form-section{padding:1.5rem}.comment-form-row{grid-template-columns:1fr}.comment-item{gap:.75rem;padding:1rem 0}.comment-reply{margin-left:1rem;padding-left:.75rem}.comment-avatar{width:36px;height:36px;font-size:.85rem}.comment-reply .comment-avatar{width:28px;height:28px;font-size:.75rem}.comment-header{flex-direction:column;align-items:flex-start}.comment-form-actions{flex-direction:column;align-items:stretch}.comment-btn{justify-content:center}}@media (max-width:480px){.comments-form-section{padding:1rem}.comments-title{font-size:1.3rem}.comment-input,.comment-textarea{padding:10px 12px}.comment-btn{padding:10px 16px;font-size:.85rem}.comment-text{font-size:.9rem}}