:root{--primary:#667eea;--primary-dark:#5568d3;--secondary:#764ba2;--accent-warm:#ff6b9d;--accent-light:#fff4a3;--text-dark:#2c3e50;--text-body:#34495e;--text-light:#7f8c8d;--bg-light:#f8f9fa;--bg-white:#ffffff;--success:#48bb78}:root{--primary:#667eea;--primary-dark:#5568d3;--secondary:#764ba2;--accent-warm:#ff6b9d;--accent-light:#fff4a3;--text-dark:#2c3e50;--text-body:#34495e;--text-light:#7f8c8d;--bg-light:#f8f9fa;--bg-white:#ffffff}.single-post .entry-content,.single-post article,.post-content,.article-content{max-width:750px;margin:0 auto;padding:0 1.5rem}.single-post .entry-title,.single-post h1.post-title,.single-post h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem;color:var(--text-dark)}.single-post .post-thumbnail img,.single-post .wp-post-image,.single-post .entry-image img{width:100%;height:auto;border-radius:12px;margin-bottom:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.1)}.single-post .entry-content p,.single-post article p,.post-content p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-body)}.single-post .entry-content>p:first-of-type{font-size:1.3rem;line-height:1.7;color:var(--text-dark);font-weight:400}.single-post .entry-content h2,.single-post article h2,.post-content h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-top:4rem;margin-bottom:1.5rem;line-height:1.3;position:relative;padding-bottom:0.75rem}.single-post .entry-content h2::after,.single-post article h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px}.single-post .entry-content h3,.single-post article h3,.post-content h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-top:3rem;margin-bottom:1.25rem;line-height:1.4}.single-post .entry-content h4,.single-post article h4{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-top:2rem;margin-bottom:1rem}.single-post .entry-content strong,.single-post article strong{color:var(--text-dark);font-weight:700}.single-post .entry-content a,.single-post article a{color:var(--primary);font-weight:600;text-decoration:none;border-bottom:2px solid var(--primary);transition:all 0.3s ease}.single-post .entry-content a:hover,.single-post article a:hover{color:var(--primary-dark);border-bottom-color:var(--primary-dark)}.single-post .entry-content ul,.single-post article ul{margin:2rem 0;padding-left:0;list-style:none}.single-post .entry-content ul li,.single-post article ul li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.7;color:var(--text-body)}.single-post .entry-content ul li::before,.single-post article ul li::before{content:'→';position:absolute;left:0;color:var(--primary);font-weight:bold;font-size:1.2rem}.single-post .entry-content ol,.single-post article ol{margin:2rem 0;padding-left:0;list-style:none;counter-reset:custom-counter}.single-post .entry-content ol li,.single-post article ol li{position:relative;padding-left:2.5rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.7;color:var(--text-body);counter-increment:custom-counter}.single-post .entry-content ol li::before,.single-post article ol li::before{content:counter(custom-counter);position:absolute;left:0;width:28px;height:28px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.9rem;font-weight:bold;line-height:28px;text-align:center}.single-post .entry-content blockquote,.single-post article blockquote{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:5px solid var(--primary);padding:2rem;margin:3rem 0;border-radius:12px;font-style:italic;font-size:1.25rem;line-height:1.7;color:var(--text-dark);position:relative}.single-post .entry-content blockquote::before,.single-post article blockquote::before{content:'"';position:absolute;top:-10px;left:20px;font-size:5rem;color:var(--primary);opacity:0.2;font-family:Georgia,serif;line-height:1}.single-post .entry-content blockquote p{margin-bottom:0.5rem}.single-post .entry-content img,.single-post article img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.single-post .entry-content>*:not(:last-child){margin-bottom:1.5rem}.single-post .wp-block-button__link,.single-post .wp-block-buttons .wp-block-button a,.single-post a.button,.single-post .btn{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--secondary));color:white!important;padding:1rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none;border:none!important;transition:all 0.3s ease;box-shadow:0 10px 25px rgba(102,126,234,0.3)}.single-post .wp-block-button__link:hover,.single-post a.button:hover,.single-post .btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(102,126,234,0.4)}.single-post .wp-block-quote{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:5px solid var(--primary);padding:2rem;margin:3rem 0;border-radius:12px}.single-post .entry-content hr,.single-post article hr{border:none;height:3px;background:linear-gradient(90deg,transparent,var(--primary),transparent);margin:4rem 0}.single-post .entry-content p:has(>strong:first-child){background:#f8f9fa;padding:1.25rem 1.5rem;border-radius:8px;border-left:4px solid var(--primary);margin:2rem 0}@media (max-width:768px){.single-post .entry-content,.single-post article,.post-content{padding:0 1rem}.single-post .entry-title,.single-post h1{font-size:1.75rem}.single-post .entry-content h2,.single-post article h2{font-size:1.5rem;margin-top:2.5rem}.single-post .entry-content h3,.single-post article h3{font-size:1.25rem}.single-post .entry-content p,.single-post article p{font-size:1.05rem}.single-post .entry-content>p:first-of-type{font-size:1.15rem}}@media (max-width:480px){.single-post .entry-title,.single-post h1{font-size:1.5rem}.single-post .entry-content h2,.single-post article h2{font-size:1.35rem}.single-post .entry-content blockquote,.single-post article blockquote{font-size:1.1rem;padding:1.5rem}}