.blog-card{margin:2rem 0;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.blog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.blog-card__link{display:flex;text-decoration:none;color:inherit}.blog-card__thumbnail{flex-shrink:0;width:160px;background:#f5f3ef;display:flex;align-items:center;justify-content:center}.blog-card__thumbnail img{width:100%;height:100%;object-fit:cover}.blog-card__thumbnail--empty{color:#6b7b6b}.blog-card__thumbnail--empty svg{width:48px;height:48px}.blog-card__icon{flex-shrink:0;width:80px;background:linear-gradient(135deg,#4a7c59 0%,#3a6248 100%);display:flex;align-items:center;justify-content:center;color:#fff}.blog-card__icon svg{width:32px;height:32px}.blog-card__badge{flex-shrink:0;width:100px;padding:1rem;background:linear-gradient(135deg,#4a7c59 0%,#3a6248 100%);color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}.blog-card__body{flex:1;padding:1rem 1.25rem;min-width:0}.blog-card__title{font-size:1rem;font-weight:700;color:#2d3b2d;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__desc,.blog-card__excerpt{font-size:.875rem;color:#6b7b6b;line-height:1.6;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{font-size:.75rem;color:#6b7b6b}.blog-card__count{display:inline-flex;align-items:center;gap:.25rem;background:#f5f3ef;padding:.25rem .5rem;border-radius:9999px;font-weight:500;color:#4a7c59}.blog-card__site{color:#4a7c59}.blog-card__cta{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;font-weight:600;color:#4a7c59}.blog-card__cta svg{width:16px;height:16px;transition:transform .2s ease}.blog-card:hover .blog-card__cta svg{transform:translateX(4px)}.blog-card--search{background:linear-gradient(135deg,#f0f7f2 0%,#e8f4eb 100%);border:2px solid #4a7c59}.blog-card--search .blog-card__title{font-size:1.125rem;color:#2d3b2d}.blog-card--search-preview{background:#fff;border:2px solid #4a7c59;border-radius:.75rem}.blog-card--search-preview .blog-card__link{display:block}.blog-card--search-preview .blog-card__header{display:flex;align-items:center;padding:1rem;background:linear-gradient(135deg,#f0f7f2 0%,#e8f4eb 100%);border-bottom:1px solid #e0ddd7}.blog-card--search-preview .blog-card__icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#4a7c59 0%,#3a6248 100%);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1rem}.blog-card--search-preview .blog-card__icon svg{width:24px;height:24px}.blog-card--search-preview .blog-card__header-body{flex:1;min-width:0}.blog-card--search-preview .blog-card__title{font-size:1rem;font-weight:700;color:#2d3b2d;margin-bottom:.25rem;line-height:1.3}.blog-card--search-preview .blog-card__desc{font-size:.875rem;color:#4a7c59;font-weight:600;margin-bottom:0}.blog-card__products{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;padding:.75rem;background:#f5f3ef}.blog-card__product{background:#fff;border-radius:.375rem;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.08)}.blog-card__product-image{aspect-ratio:4/3;background:#f8f8f8;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-card__product-image img{width:100%;height:100% !important;min-height:100%;object-fit:cover !important;object-position:center center !important;transition:transform .2s ease}.blog-card--search-preview:hover .blog-card__product-image img{transform:scale(1.05)}.blog-card__product-price{padding:.375rem .25rem;font-size:.75rem;font-weight:700;color:#d4a853;text-align:center;background:#fff}.blog-card--search-preview .blog-card__footer{padding:.75rem 1rem;background:#fff;border-top:1px solid #e0ddd7;text-align:center}.blog-card--search-preview .blog-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#4a7c59;margin-top:0}.blog-card--search-preview .blog-card__cta svg{width:18px;height:18px}.blog-card--brand,.blog-card--price,.blog-card--component{border-left:4px solid #4a7c59}.blog-card--list{background:#f5f3ef;border:1px solid #e0ddd7}.blog-card--list .blog-card__body{padding:1.25rem 1.5rem}.blog-card--post .blog-card__link{min-height:120px}@media (max-width:640px){.blog-card__link{flex-direction:column}.blog-card__thumbnail{width:100%;height:160px}.blog-card__icon{width:100%;height:60px}.blog-card__badge{width:100%;padding:.75rem}.blog-card__body{padding:1rem}.blog-card__title{font-size:.9375rem}.blog-card--search-preview .blog-card__header{padding:.75rem}.blog-card--search-preview .blog-card__icon{width:40px;height:40px;margin-right:.75rem}.blog-card--search-preview .blog-card__icon svg{width:20px;height:20px}.blog-card--search-preview .blog-card__title{font-size:.875rem}.blog-card--search-preview .blog-card__desc{font-size:.75rem}.blog-card__products{grid-template-columns:repeat(5,1fr);gap:.375rem;padding:.5rem}.blog-card__product-price{padding:.25rem;font-size:.625rem}.blog-card--search-preview .blog-card__footer{padding:.625rem .75rem}.blog-card--search-preview .blog-card__cta{font-size:.8125rem}}