.article-container{margin-top:2rem;margin-bottom:4rem}.single-article{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.article-header{text-align:center;max-width:800px;margin:0 auto;padding:2.5rem}.article-header h1{color:var(--secondary-color);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.4}.article-meta{color:var(--gray-600);justify-content:center;align-items:center;gap:2rem;font-size:.95rem;display:flex}.article-meta .author{align-items:center;gap:.75rem;display:flex}.article-meta .author img{object-fit:cover;border-radius:50%;width:40px;height:40px}.article-hero-image img{object-fit:cover;width:100%;height:auto;max-height:600px}.article-content-wrapper{grid-template-columns:1fr 300px;gap:3rem;padding:3rem;display:grid}.article-body{color:#334155;font-size:1.15rem;line-height:1.8}.article-body p{margin-bottom:1.5rem}.article-body h2{color:var(--secondary-color);margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.article-body img{border-radius:var(--radius-md);max-width:100%;margin:2rem 0}.tags-widget{border-radius:var(--radius-md);background:#f8fafc;padding:1.5rem}.tags-widget h3{color:var(--secondary-color);margin-bottom:1rem;font-size:1.1rem}.tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag{border-radius:var(--radius-full);color:var(--primary-color);background:#fff;border:1px solid #e2e8f0;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.tag:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media (max-width:992px){.article-content-wrapper{grid-template-columns:1fr;padding:2rem}}@media (max-width:768px){.article-header{padding:1.5rem}.article-header h1{font-size:1.8rem}.article-meta{flex-direction:column;gap:1rem}.article-content-wrapper{padding:1.5rem}}
