.blog-detail-page{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;z-index:1}.blog-detail-page *{box-sizing:border-box}.blog-detail-page .blog-container{max-width:1600px;margin:0 auto;padding:0 20px}.blog-detail-page .blog-navigation{background:#f8f9fa;padding:12px 0;border-bottom:1px solid #e9ecef}.blog-detail-page .blog-nav-breadcrumb{display:flex;align-items:center;font-size:14px}.blog-detail-page .blog-nav-item{color:#333;text-decoration:none;text-transform:lowercase;transition:color .2s ease;font-weight:500}.blog-detail-page .blog-nav-item:hover{color:#007bff}.blog-detail-page .blog-nav-separator{margin:0 8px;color:#666}.blog-detail-page .blog-nav-current{color:#000;font-weight:600}.blog-detail-page .blog-main-content{padding:25px 0;background:#fff}.blog-detail-page .blog-layout{display:grid;grid-template-columns:1fr 350px;gap:30px;align-items:start}.blog-detail-page .blog-article-section{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #e9ecef}.blog-detail-page .blog-article-header{padding:25px 25px 18px;background:#fff;border-bottom:1px solid #e9ecef;display:flex;flex-direction:column}.blog-detail-page .blog-article-title{font-size:36px;font-weight:700;line-height:1.2;color:#000;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-article-subtitle{font-size:18px;color:#666;font-weight:400;margin:0;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-header-text{text-align:left;order:1;margin-bottom:20px}.blog-detail-page .blog-header-image{width:100%;height:300px;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);order:2}.blog-detail-page .blog-header-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.blog-detail-page .blog-header-image:hover img{transform:scale(1.05)}.blog-detail-page .blog-article-content{padding:25px;background:#fff}.blog-detail-page .blog-article-html-content{color:#333;line-height:1.7;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-article-html-content h1,.blog-detail-page .blog-article-html-content h2,.blog-detail-page .blog-article-html-content h3,.blog-detail-page .blog-article-html-content h4{margin-top:25px;margin-bottom:15px;font-weight:600;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-article-html-content h1{font-size:24px}.blog-detail-page .blog-article-html-content h2{font-size:22px}.blog-detail-page .blog-article-html-content h3{font-size:20px}.blog-detail-page .blog-article-html-content h4{font-size:18px}.blog-detail-page .blog-article-html-content p{margin-bottom:16px;line-height:1.6;text-align:justify}.blog-detail-page .blog-article-html-content img{max-width:100%;height:auto;border-radius:6px;margin:20px 0}.blog-detail-page .blog-article-html-content ol,.blog-detail-page .blog-article-html-content ul{margin-bottom:16px;padding-left:25px}.blog-detail-page .blog-article-html-content li{margin-bottom:8px}.blog-detail-page .blog-article-html-content blockquote{border-left:4px solid #007bff;margin:20px 0;font-style:italic;color:#666;background:#f8f9fa;padding:20px;border-radius:4px}.blog-detail-page .blog-article-html-content a{color:#007bff;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.blog-detail-page .blog-article-html-content a:hover{color:#0056b3;border-bottom:1px solid #007bff}.blog-detail-page .blog-sidebar{position:sticky;top:20px}.blog-detail-page .blog-donation-card{background:#fff;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:all .3s ease}.blog-detail-page .blog-donation-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.blog-detail-page .blog-donation-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;opacity:0;transition:opacity .3s ease}.blog-detail-page .blog-donation-card:hover:before{opacity:1}.blog-detail-page .blog-donation-logo{padding:10px 5px 5px 10px;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:15px}.blog-detail-page .blog-donation-logo img{height:40px;width:auto;transition:transform .3s ease;flex-shrink:0}.blog-detail-page .blog-donation-logo:hover img{transform:scale(1.05)}.blog-detail-page .blog-donation-logo-title{font-size:20px;font-weight:600;color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-donation-banner{position:relative;height:180px;overflow:hidden}.blog-detail-page .blog-donation-banner img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-detail-page .blog-donation-card:hover .blog-donation-banner img{transform:scale(1.05)}.blog-detail-page .blog-donation-banner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2));pointer-events:none}.blog-detail-page .blog-donation-content{padding:20px;text-align:center;position:relative;z-index:2}.blog-detail-page .blog-donation-title{font-size:24px;font-weight:700;margin-bottom:15px;color:#000;line-height:1.2}.blog-detail-page .blog-donation-description{font-size:15px;color:#666;line-height:1.6;margin-bottom:25px;font-weight:400}.blog-detail-page .blog-donate-button{background:#007bff;color:#fff;padding:14px 28px;border:none;border-radius:4px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,123,255,.3)}.blog-detail-page .blog-donate-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .6s ease}.blog-detail-page .blog-donate-button:hover:before{left:100%}.blog-detail-page .blog-donate-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.4);background:#0056b3}.blog-detail-page .blog-donate-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,123,255,.3)}.blog-detail-page .blog-error-content{text-align:center;padding:60px 20px;max-width:600px;margin:0 auto}.blog-detail-page .blog-error-content h1{font-size:32px;color:#333;margin-bottom:16px}.blog-detail-page .blog-error-content p{font-size:18px;color:#666;margin-bottom:24px;line-height:1.5}.blog-detail-page .blog-back-link{display:inline-block;color:#007bff;text-decoration:none;font-size:16px;padding:10px 20px;border:1px solid #007bff;border-radius:4px;transition:all .2s ease;background:#fff}.blog-detail-page .blog-back-link:hover{background:#007bff;color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,123,255,.3)}.blog-detail-page .blog-related-section{padding:40px 0 30px;background:#fff;margin-top:30px}.blog-detail-page .blog-related-title{font-size:32px;font-weight:700;color:#000;text-align:center;margin-bottom:30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .blog-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;max-width:1400px;margin:0 auto}.blog-detail-page .blog-card-link{text-decoration:none;color:inherit;display:block}.blog-detail-page .blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;border:1px solid #e2e8f0;margin:0}.blog-detail-page .blog-card-link:hover .blog-card,.blog-detail-page .blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.blog-detail-page .card-image{position:relative;height:220px;overflow:hidden}.blog-detail-page .card-image img{margin-top:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-detail-page .blog-card:hover .card-image img{transform:scale(1.05)}.blog-detail-page .card-category{position:absolute;top:15px;left:15px;background:rgba(26,216,233,.9);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;backdrop-filter:blur(10px)}.blog-detail-page .card-content{padding:20px;margin:0}.blog-detail-page .card-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 12px;line-height:1.3;-webkit-line-clamp:2}.blog-detail-page .card-description,.blog-detail-page .card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-page .card-description{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 16px;-webkit-line-clamp:3;text-align:justify}.blog-detail-page .card-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#94a3b8;flex-wrap:wrap;gap:8px;margin:0;padding:0}.blog-detail-page .card-meta .date{font-weight:500}.blog-detail-page .card-author{color:#64748b;font-style:italic;font-size:11px;flex:1;text-align:center}.blog-detail-page .read-more{color:#1ad8e9;font-weight:600;text-decoration:none;font-size:12px;transition:color .3s ease}.blog-detail-page .read-more:hover{color:#16bcc6}@media (max-width:768px){.blog-detail-page .blog-container{padding:0 15px}.blog-detail-page .blog-layout{grid-template-columns:1fr;gap:25px}.blog-detail-page .blog-article-header{grid-template-columns:1fr;gap:20px;text-align:center}.blog-detail-page .blog-header-image{width:100%;max-width:350px;margin:0 auto}.blog-detail-page .blog-article-title{font-size:28px}.blog-detail-page .blog-article-subtitle{font-size:16px}.blog-detail-page .blog-article-content,.blog-detail-page .blog-article-header{padding:18px}.blog-detail-page .blog-donation-card{margin-bottom:20px}.blog-detail-page .blog-sidebar{position:static;order:-1}.blog-detail-page .blog-related-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.blog-detail-page .blog-related-title{font-size:28px;margin-bottom:30px}.blog-detail-page .blog-related-section{padding:40px 0}}@media (max-width:480px){.blog-detail-page .blog-container{padding:0 12px}.blog-detail-page .blog-article-header{grid-template-columns:1fr;gap:15px;padding:15px}.blog-detail-page .blog-header-image{height:180px}.blog-detail-page .blog-article-title{font-size:24px}.blog-detail-page .blog-article-content{padding:15px}.blog-detail-page .blog-donation-content{padding:18px}.blog-detail-page .blog-donation-title{font-size:20px}.blog-detail-page .blog-related-grid{grid-template-columns:1fr;gap:16px}.blog-detail-page .blog-related-title{font-size:24px;margin-bottom:24px}.blog-detail-page .blog-related-section{padding:30px 0}.blog-detail-page .card-content{padding:16px}}.simple-blog-footer{background:#fff;color:#333;margin-top:50px;padding:30px 0 15px;border-top:1px solid #e9ecef}.simple-blog-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.simple-blog-footer .footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-bottom:20px}.simple-blog-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.simple-blog-footer .footer-brand h3{margin:0;font-size:16px;font-weight:600;color:#333}.simple-blog-footer .footer-links h4,.simple-blog-footer .footer-social h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.simple-blog-footer .social-icons{display:flex;gap:12px}.simple-blog-footer .social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f8f9fa;border-radius:50%;transition:background .3s ease;text-decoration:none;border:1px solid #e9ecef}.simple-blog-footer .social-icon:hover{background:#e9ecef}.simple-blog-footer .footer-nav{display:flex;flex-direction:column;gap:6px}.simple-blog-footer .footer-nav-link{color:#666;text-decoration:none;font-size:13px;transition:color .3s ease}.simple-blog-footer .footer-nav-link:hover{color:#007bff}.simple-blog-footer .footer-bottom{padding-top:15px;border-top:1px solid #e9ecef;text-align:center}.simple-blog-footer .footer-bottom p{margin:0;font-size:12px;color:#666}@media (max-width:768px){.simple-blog-footer{padding:25px 0 15px;margin-top:30px}.simple-blog-footer .footer-content{grid-template-columns:1fr;gap:20px;text-align:center}.simple-blog-footer .footer-brand{align-items:center}.simple-blog-footer .social-icons{justify-content:center}.simple-blog-footer .footer-nav{align-items:center}}@media (max-width:480px){.simple-blog-footer .footer-container{padding:0 15px}.simple-blog-footer .footer-content{gap:15px}.simple-blog-footer .social-icon{width:32px;height:32px}.simple-blog-footer .footer-brand h3{font-size:15px}.simple-blog-footer .footer-links h4,.simple-blog-footer .footer-social h4{font-size:13px}}