.blog-tag-page{padding-top:0}.blog-hero-section .breadcrumbs{margin-bottom:30px;padding-top:165px}.blog-hero-section .breadcrumbs .crumbs{display:flex;align-items:center;font-size:16px;color:#666;flex-wrap:wrap;justify-content:center}.blog-hero-section .breadcrumbs a{color:#000;text-decoration:none;transition:color .3s ease;font-weight:500}.blog-hero-section .breadcrumbs a:hover{color:#6698f8}.blog-hero-section .breadcrumbs .separator{margin:0 10px;color:#000;font-weight:400}.blog-hero-section .breadcrumbs .current{color:#6698f8}.blog-hero-content{text-align:center}.tag-hero-header{text-align:center;padding:30px 0 0}.tag-badge-wrapper{display:inline-flex;justify-content:center;margin-bottom:20px}.tag-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(304deg,#9575cd 0%,#6698f8 100%);color:white;border-radius:50px;font-size:14px;font-weight:500;box-shadow:0 4px 15px rgba(102,152,248,.3)}.tag-icon{width:20px;height:20px}.tag-description{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto 20px;line-height:1.6}.blog-header-section{position:relative;margin-bottom:40px;padding-top:0;border-bottom:none}.blog-header-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin-bottom:10px;position:relative}.blog-main-title{font-size:36px;font-weight:700;color:#333;margin:0;line-height:1.2;flex:1;text-align:left}.blog-main-title .tag-highlight{color:#6698f8;font-weight:700}.blog-count{display:inline-flex;align-items:center;gap:12px;margin:0;padding-left:20px;position:relative}.count-wrapper{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:8px;border:2px solid #e6f0ff;box-shadow:0 4px 20px rgba(102,152,248,.12);transition:all .3s ease;position:relative;overflow:hidden}.count-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,152,248,.1) 0%,rgba(102,152,248,.05) 100%);z-index:1}.count-wrapper:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(102,152,248,.18);border-color:#6698f8}.count-number{font-size:16px;color:#6698f8;position:relative;z-index:2;text-shadow:0 2px 4px rgba(102,152,248,.15);font-family:"Segoe UI",Arial,sans-serif;letter-spacing:-.5px}.count-text{font-size:16px;color:#4a5568;font-weight:500;position:relative;z-index:2;white-space:nowrap}.count-decoration{position:relative;display:inline-flex;align-items:center;margin-left:5px}.count-decoration::before{content:"";width:24px;height:24px;background:linear-gradient(135deg,#6698f8 0%,#8baef9 100%);border-radius:50%;display:inline-block;margin-right:8px;box-shadow:0 3px 10px rgba(102,152,248,.3)}.count-decoration::after{content:"";width:6px;height:6px;background:#fff;border-radius:50%;position:absolute;left:9px;top:9px;z-index:1}.current-page-info{display:inline-flex;align-items:center;margin-left:15px}.current-page-badge{background:linear-gradient(135deg,#f0f7ff 0%,#e6f0ff 100%);color:#6698f8;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;border:2px solid rgba(102,152,248,.2);box-shadow:0 3px 10px rgba(102,152,248,.1);transition:all .3s ease;position:relative;overflow:hidden}.current-page-badge::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,152,248,.1) 0%,transparent 100%);z-index:1;opacity:0;transition:opacity .3s ease}.current-page-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,152,248,.15);border-color:rgba(102,152,248,.4)}.current-page-badge:hover::before{opacity:1}.current-page-badge span{position:relative;z-index:2}.current-page-badge::after{content:"📄";font-size:12px;position:relative;z-index:2}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:60px}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;height:auto;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.post-card-image{position:relative;height:180px;overflow:hidden;flex-shrink:0}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-card-image img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.post-card:hover .image-overlay{opacity:1}.post-card-content{padding:16px;flex-grow:1;display:flex;flex-direction:column}.post-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:13px;color:#666;flex-wrap:wrap}.post-meta svg{margin-right:4px;width:12px;height:12px}.post-title{font-size:16px;font-weight:600;margin-bottom:10px;line-height:1.4;flex-grow:0}.post-title a{color:#333;text-decoration:none;transition:color .3s ease}.post-title a:hover{color:#6698f8}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.post-tag{background:#f0f8ff;color:#2563eb;padding:3px 10px;border-radius:20px;text-decoration:none;font-size:12px;border:1px solid #dbeafe;transition:all .2s ease;font-weight:500}.post-tag:hover{background:#2563eb;color:white;border-color:#2563eb}.more-tags{color:#666;font-size:12px;margin-left:4px;align-self:center}.post-excerpt{color:#555;line-height:1.5;margin-bottom:16px;font-size:14px;flex-grow:1;overflow:hidden;max-height:none;-webkit-line-clamp:none;display:block}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.read-more{display:inline-flex;align-items:center;gap:6px;color:#6698f8;text-decoration:none;font-weight:500;font-size:14px;transition:gap .3s ease}.read-more svg{width:14px;height:14px}.read-more:hover{gap:10px}.pagination-wrapper{margin:60px 0;text-align:center}.page-numbers{display:inline-flex;list-style:none;padding:0;margin:0;gap:8px}.page-numbers li a,.page-numbers li span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.page-numbers li a{color:#666;background:#f8f9fa;border:1px solid #e9ecef}.page-numbers li a:hover{background:#6698f8;color:white;border-color:#6698f8}.page-numbers li span.current{background:#6698f8;color:white;border-color:#6698f8}.popular-tags-section{padding:60px 0;background:#f9f7ff}.tags-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}.tag-item{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:2px solid #e0e0e0;border-radius:50px;color:#666;text-decoration:none;font-size:14px;transition:all .3s ease}.tag-item:hover{border-color:#6698f8;color:#6698f8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,152,248,.1)}.tag-name{font-weight:500}.tag-count{font-size:12px;opacity:.7}.tag-badge .badge-text{display:flex;align-items:center;gap:5px}.no-posts-message{text-align:center;padding:60px 20px;background:#f9f7ff;border-radius:12px;margin:40px 0}.no-posts-icon{margin-bottom:20px}.no-posts-message h3{font-size:1.5rem;color:#333;margin-bottom:15px}.no-posts-message p{color:#666;margin-bottom:25px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.btn-primary svg{width:16px;height:16px}@media (max-width:1100px){.posts-grid{grid-template-columns:repeat(2,1fr);gap:20px}.blog-main-title{font-size:32px}.count-number{font-size:26px}.count-text{font-size:15px}}@media (max-width:900px){.blog-header-wrapper{flex-direction:column;align-items:stretch;gap:15px}.blog-main-title{text-align:center;font-size:28px}.blog-count{align-items:center;padding-left:0;width:100%;justify-content:center;margin-top:10px}.count-wrapper{justify-content:center}.current-page-info{margin-left:10px}}@media (max-width:768px){.posts-grid{grid-template-columns:1fr;gap:15px}.post-card-image{height:200px}.blog-main-title{font-size:26px}.count-number{font-size:24px}.count-text{font-size:14px}.current-page-badge{font-size:13px;padding:6px 12px}.count-decoration::before{width:20px;height:20px}.count-decoration::after{width:5px;height:5px;left:7.5px;top:7.5px}}@media (max-width:480px){.post-card-content{padding:14px}.post-card-image{height:180px}.post-meta{font-size:12px;gap:10px}.post-title{font-size:15px}.post-excerpt{font-size:13px}.blog-main-title{font-size:24px}.blog-count{gap:10px}.current-page-info{margin-left:0;margin-top:5px}.count-wrapper{padding:8px 16px}.count-number{font-size:22px}.count-text{font-size:13px}}@media (max-width:992px){.blog-header-wrapper{flex-direction:column;align-items:center;text-align:center;gap:20px}.blog-count{margin-left:0;margin-top:15px}.blog-main-title{text-align:center;font-size:2rem}}@media (max-width:768px){.blog-main-title{font-size:1.8rem}.blog-hero-section .breadcrumbs{padding-top:80px}.blog-hero-section .breadcrumbs .crumbs{font-size:16px}.tag-badge{padding:8px 16px;font-size:16px}.tag-badge .badge-text{font-size:16px;flex-wrap:wrap;justify-content:center;text-align:center;line-height:1.3}}@media (max-width:576px){.blog-main-title{font-size:1.5rem}.tag-hero-header{padding:20px 0 15px}.post-card-image{height:180px}.blog-hero-section .breadcrumbs .crumbs{font-size:12px;justify-content:center}.blog-hero-section .breadcrumbs .separator{margin:0 5px}.post-meta{gap:10px;font-size:11px}.post-card-content{padding:15px}.post-title{font-size:1.1rem}.post-excerpt{font-size:.85rem}}@media (max-width:480px){.blog-hero-section .breadcrumbs{padding-top:70px}.blog-main-title{font-size:25px;font-weight:500}.tags-cloud{gap:8px}.tag-item{padding:6px 12px;font-size:13px}.tag-badge .badge-text{font-size:12px;gap:3px}.tag-badge{padding:8px 14px!important}}