.blog-shell{background:var(--white);min-height:60vh;padding:1.75rem 0 4rem}.blog-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.25rem}.blog-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .15s}.blog-breadcrumb a:hover{color:var(--brand-orange);text-decoration:underline}.blog-breadcrumb__sep{color:#bbb;font-size:.875rem;line-height:1}.blog-layout{display:flex;gap:2.75rem;align-items:flex-start}.blog-main{flex:1;min-width:0}.blog-sidebar{width:300px;flex-shrink:0}.blog-post-item{display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid #eaeaea}.blog-post-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-post-item__img-wrap{width:260px;flex-shrink:0;aspect-ratio:4 / 3;overflow:hidden;border-radius:3px;background:var(--light-bg);display:block}.blog-post-item__img-wrap--placeholder{background:linear-gradient(135deg,#e8e8e8 0%,#d8d8d8 100%);display:block}.blog-post-item__img-wrap--skeleton{animation:cms-shimmer 1.4s infinite;background:linear-gradient(90deg,var(--light-bg) 25%,#e8e8e8 50%,var(--light-bg) 75%);background-size:200% 100%;display:block;border-radius:3px}.blog-post-item__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.blog-post-item__img-wrap:hover .blog-post-item__img{transform:scale(1.04)}.blog-post-item__body{flex:1;min-width:0;display:flex;flex-direction:column}.blog-post-item__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.blog-post-item__cat{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--brand-orange)}.blog-post-item__meta-sep:before{content:"|";color:#ccc;font-size:.75rem;line-height:1}.blog-post-item__date{font-size:.8125rem;color:var(--text-secondary)}.blog-post-item__title{font-family:Open Sans,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.3;margin:0 0 .6rem}.blog-post-item__title a{color:var(--text-primary);text-decoration:none;transition:color .15s}.blog-post-item__title a:hover{color:var(--brand-orange)}.blog-post-item__excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.65;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-post-item__readmore{display:inline-block;align-self:flex-start;margin-top:auto;padding:.45rem 1.125rem;background:var(--brand-orange);color:#fff;font-family:Open Sans,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-decoration:none;border-radius:3px;transition:background .15s}.blog-post-item__readmore:hover{background:#c94f00;color:#fff}.blog-post-item--skeleton{pointer-events:none}.blog-post-meta{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;margin-bottom:.75rem}.blog-widget{border:1px solid #e2e2e2;border-top:3px solid var(--brand-orange);border-radius:0 0 3px 3px;background:var(--white);margin-bottom:1.75rem;overflow:hidden}.blog-widget:last-child{margin-bottom:0}.blog-widget__title{font-family:Open Sans,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);margin:0;padding:.75rem 1rem;background:#f8f8f8;border-bottom:1px solid #e8e8e8}.blog-widget__list{list-style:none;padding:0;margin:0}.blog-widget__item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #f0f0f0;cursor:default;transition:background .1s}.blog-widget__item:last-child{border-bottom:none}.blog-widget__item:hover{background:#fafafa}.blog-widget__item-label{font-size:.8125rem;color:var(--text-secondary);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.5rem;transition:color .15s}.blog-widget__item:hover .blog-widget__item-label{color:var(--brand-orange)}.blog-widget__item-count{font-size:.75rem;color:#999;flex-shrink:0}.blog-widget__item-count:before{content:"("}.blog-widget__item-count:after{content:")"}.blog-widget__recent-item{display:flex;gap:.625rem;padding:.625rem 1rem;border-bottom:1px solid #f0f0f0;align-items:flex-start}.blog-widget__recent-item:last-child{border-bottom:none}.blog-widget__recent-img-wrap{width:64px;height:48px;flex-shrink:0;border-radius:2px;overflow:hidden;background:var(--light-bg);display:block}.blog-widget__recent-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s}.blog-widget__recent-img-wrap:hover .blog-widget__recent-img{opacity:.85}.blog-widget__recent-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.blog-widget__recent-title{font-size:.8125rem;font-weight:600;color:var(--text-primary);text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.blog-widget__recent-title:hover{color:var(--brand-orange)}.blog-widget__recent-date{font-size:.75rem;color:#999}.blog-pagination{display:flex;align-items:center;gap:.5rem;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #eaeaea}.blog-pagination__btn{padding:.5rem 1rem;font-size:.8125rem;font-family:Open Sans,sans-serif;border:1px solid #d0d0d0;border-radius:3px;background:var(--white);color:var(--text-primary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.blog-pagination__btn:hover:not(:disabled){background:var(--brand-orange);border-color:var(--brand-orange);color:#fff}.blog-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.blog-pagination__info{font-size:.8125rem;color:var(--text-secondary);margin:0 .375rem}.blog-empty{color:var(--text-secondary);font-size:.9375rem;padding:2rem 0}@media (max-width: 1100px){.blog-sidebar{width:260px}.blog-post-item__img-wrap{width:220px}}@media (max-width: 900px){.blog-layout{flex-direction:column;gap:2.5rem}.blog-sidebar{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.blog-widget{margin-bottom:0}}@media (max-width: 600px){.blog-shell{padding:1.5rem 0 3rem}.blog-sidebar{grid-template-columns:1fr}.blog-post-item{flex-direction:column;gap:.875rem;padding-bottom:1.75rem;margin-bottom:1.75rem}.blog-post-item__img-wrap{width:100%;aspect-ratio:16 / 9}.blog-post-item__title{font-size:1.125rem}.blog-post-item__readmore{align-self:stretch;text-align:center}.blog-pagination{flex-wrap:wrap;justify-content:center}}
