:root{--single-primary:#4f46e5;--single-text:#1f2937;--single-text-light:#6b7280;--single-bg:#ffffff;--single-bg-light:#f9fafb;--single-border:#e5e7eb;--single-shadow:0 1px 3px rgba(0, 0, 0, 0.1);--single-radius:8px;--single-space:1rem}.softsell-single-page{min-height:100vh;background:var(--single-bg-light)}.single-header{background:var(--single-bg);border-bottom:1px solid var(--single-border);padding:2rem 0}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:var(--single-text-light)}.breadcrumb a{color:var(--single-primary);text-decoration:none;transition:opacity .2s}.breadcrumb a:hover{opacity:.8}.breadcrumb span{color:var(--single-text-light)}.post-categories{display:flex;gap:.5rem;margin-bottom:1rem}.category-tag{display:inline-block;padding:.25rem .75rem;background:var(--single-primary);color:#fff;text-decoration:none;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .2s}.category-tag:hover{background:#3730a3;transform:translateY(-1px)}.post-header-flex{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.post-title{font-size:clamp(1.8rem, 4vw, 2.5rem);font-weight:700;color:var(--single-text);line-height:1.2;margin:0;flex:1}.post-meta{display:flex;flex-direction:row;gap:.5rem;color:var(--single-text-light);font-size:.9rem;text-align:right;flex-shrink:0}.post-meta span{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.single-content{padding:3rem 0}.content-wrapper{max-width:800px;margin:0 auto}.post-article{background:var(--single-bg);border-radius:var(--single-radius);box-shadow:var(--single-shadow);overflow:hidden;margin-bottom:2rem}.featured-image{width:100%;aspect-ratio:16/9;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover}.post-content{padding:2rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--single-text);font-weight:600;line-height:1.3;margin:2rem 0 1rem}.post-content h1{font-size:2rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content h5{font-size:1.125rem}.post-content h6{font-size:1rem}.post-content p{color:var(--single-text);line-height:1.7;margin-bottom:1.5rem}.post-content img{max-width:100%;height:auto;border-radius:var(--single-radius);margin:1.5rem 0}.post-content blockquote{border-left:4px solid var(--single-primary);padding:1rem 1.5rem;background:var(--single-bg-light);margin:1.5rem 0;border-radius:0 var(--single-radius) var(--single-radius) 0}.post-content code{background:var(--single-bg-light);padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:var(--single-primary)}.post-content pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:var(--single-radius);overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0;color:inherit}.post-content ol,.post-content ul{margin:1.5rem 0;padding-left:2rem}.post-content li{margin-bottom:.5rem;line-height:1.6}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:var(--single-radius);overflow:hidden;box-shadow:var(--single-shadow)}.post-content td,.post-content th{padding:.75rem;text-align:left;border-bottom:1px solid var(--single-border)}.post-content th{background:var(--single-bg-light);font-weight:600}.post-tags{display:flex;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:var(--single-bg-light);border-top:1px solid var(--single-border);flex-wrap:wrap}.tags-label{color:var(--single-text-light);font-weight:500}.tag-item{display:inline-block;padding:.25rem .75rem;background:#fff;color:var(--single-text);text-decoration:none;border-radius:20px;font-size:.85rem;border:1px solid var(--single-border);transition:all .2s}.tag-item:hover{background:var(--single-primary);color:#fff;border-color:var(--single-primary)}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.nav-next,.nav-prev{display:block;padding:1.5rem;background:var(--single-bg);border-radius:var(--single-radius);box-shadow:var(--single-shadow);text-decoration:none;color:var(--single-text);transition:all .2s}.nav-next:hover,.nav-prev:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.nav-prev{text-align:left}.nav-next{text-align:right}.nav-label{display:block;font-size:.85rem;color:var(--single-text-light);margin-bottom:.5rem}.nav-title{display:block;font-weight:600;line-height:1.4}.comments-section{background:var(--single-bg);border-radius:var(--single-radius);box-shadow:var(--single-shadow);padding:2rem}@media (max-width:768px){.single-header{padding:1.5rem 0}.post-header-flex{flex-direction:column;align-items:flex-start;gap:1rem}.post-meta{flex-direction:row;gap:1rem;text-align:left;justify-content:flex-start}.post-meta span{justify-content:flex-start}.single-content{padding:2rem 0}.post-content{padding:1.5rem}.post-navigation{grid-template-columns:1fr}.post-tags{padding:1rem 1.5rem}.content-wrapper{margin:0 1rem}}@media (max-width:480px){.post-title{font-size:1.5rem}.post-content{padding:1rem}.post-tags{padding:1rem}.nav-next,.nav-prev{padding:1rem}}