.category-page .breadcrumb{color:var(--light-text);flex-wrap:wrap;align-items:center;gap:10px;padding:1rem 0;font-family:iranyekanwebregular_FaNum,sans-serif;font-size:13px;display:flex}.category-page .breadcrumb a{color:var(--light-text);transition:color .3s}.category-page .breadcrumb a:hover{color:var(--teal)}.category-page .breadcrumb span{color:#ccc}.category-page .breadcrumb .current{color:var(--dark-text)}.category-header{background:linear-gradient(135deg,var(--teal)0%,#2aa898 100%);border-radius:16px;align-items:center;gap:20px;margin-bottom:2rem;padding:2rem;display:flex}.category-header-icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;display:flex}.category-header-icon img{object-fit:contain;width:100%;height:100%}.category-header-info{flex:1}.category-title{color:#fff;margin:0 0 5px;font-family:Rokh,sans-serif;font-size:28px;font-weight:700}.category-count{color:#fffc;margin:0;font-family:iranyekanwebregular_FaNum,sans-serif;font-size:14px}.category-content-layout{grid-template-columns:280px 1fr;gap:30px;display:grid}.category-sidebar{height:fit-content;position:sticky;top:100px}.category-sidebar .sidebar-widget{box-shadow:var(--card-shadow);background:#fff;border-radius:16px;padding:1.5rem}.category-sidebar .widget-title{color:var(--dark-text);border-bottom:2px solid var(--teal);margin-bottom:1rem;padding-bottom:.75rem;font-family:Rokh,sans-serif;font-size:18px;font-weight:700}.categories-list-widget{flex-direction:column;gap:8px;display:flex}.categories-list-widget .blog-category-item{background:var(--light-bg);border-radius:10px;align-items:center;gap:10px;padding:12px 15px;transition:all .3s;display:flex}.categories-list-widget .blog-category-item:hover{background:#e8f5f3}.categories-list-widget .blog-category-item.active{background:var(--teal)}.categories-list-widget .blog-category-item.active .blog-category-name,.categories-list-widget .blog-category-item.active .blog-category-count{color:#fff}.categories-list-widget .blog-category-icon{flex-shrink:0;width:22px;height:22px}.categories-list-widget .blog-category-name{color:var(--dark-text);flex:1;font-family:iranyekanwebregular_FaNum,sans-serif;font-size:14px}.blog-category-count{color:var(--light-text);font-family:iranyekanwebregular_FaNum,sans-serif;font-size:12px}.category-posts-section{min-height:400px}.category-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.no-posts-message{background:var(--light-bg);border-radius:16px;justify-content:center;align-items:center;min-height:300px;display:flex}.no-posts-message p{color:var(--light-text);font-family:iranyekanwebregular_FaNum,sans-serif;font-size:16px}.category-not-found{text-align:center;padding:4rem 2rem}.category-not-found h1{color:var(--dark-text);margin-bottom:1rem;font-family:Rokh,sans-serif;font-size:28px}.category-not-found p{color:var(--light-text);margin-bottom:2rem;font-family:iranyekanwebregular_FaNum,sans-serif;font-size:16px}@media (max-width:1200px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.category-content-layout{grid-template-columns:1fr}.category-sidebar{order:2;position:static}.category-posts-section{order:1}}@media (max-width:768px){.category-header{text-align:center;flex-direction:column;padding:1.5rem}.category-title{font-size:22px}.category-grid{grid-template-columns:1fr}}
