.container{max-width:1400px;margin:0 auto;padding:0 20px}.post-content-wrapper{display:grid;grid-template-columns:280px 1fr 320px;gap:3rem;align-items:start}.ad-section{position:sticky;top:100px;align-self:start;height:fit-content}.ad-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color)}.ad-header h3{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.ad-link{font-size:.85rem;color:var(--primary-color);text-decoration:none;transition:var(--transition)}.ad-link:hover{color:var(--primary-dark);text-decoration:underline}.ad-slider-container{height:500px;overflow:hidden;position:relative;border-radius:12px;background:var(--bg-light)}.ad-slider-track{display:flex;flex-direction:column;gap:1rem;animation:slideUp 30s linear infinite;animation-play-state:running}.ad-slider-container:hover .ad-slider-track{animation-play-state:paused}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.ad-item{display:block;background:#dc2626;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);text-decoration:none;transition:var(--transition);margin:.5rem;border:2px solid #dc2626;min-height:220px}.ad-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);background:#991b1b}.ad-item-image{height:150px;background-size:cover;background-position:50%;position:relative;overflow:hidden}.ad-item-image:after{content:"";position:absolute;top:0;left:0;right:0;height:60%;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent);pointer-events:none}.ad-item-content{padding:1rem;color:#fff;display:flex;flex-direction:column;height:calc(100% - 150px)}.ad-item-content h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#fff;line-height:1.4;-webkit-line-clamp:2}.ad-item-content h4,.ad-location{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.ad-location{font-size:.85rem;color:hsla(0,0%,100%,.95);margin-bottom:.75rem;font-weight:500;-webkit-line-clamp:1}.ad-price{font-size:1rem;font-weight:700;color:#fff;margin-top:auto;padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.2);display:flex;align-items:baseline;gap:.25rem}.ad-price span{font-size:.85rem;font-weight:400;color:hsla(0,0%,100%,.85)}.ad-rating,.ad-reviews{display:none!important}.post-article{background:transparent;border-radius:0;box-shadow:none;padding:0;width:100%}.post-content{font-size:1.25rem;margin-bottom:3rem;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.post-content,.post-content p{line-height:1.9;color:#000;font-weight:400}.post-content p{margin-bottom:2rem}.post-content h2{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.3;border-bottom:3px solid #f3f4f6}.post-content h2:first-of-type{margin-top:0}.post-content h3{font-size:1.875rem;font-weight:600;color:#1f2937}.post-content strong{font-weight:700;color:#000}.post-content a{color:#dc2626;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.post-content a:hover{color:#991b1b}.post-content ol,.post-content ul{margin-bottom:2rem;padding-left:1.5rem}.post-content li{margin-bottom:.75rem;line-height:1.8;color:#000}.post-content ul li{list-style-type:disc}.post-content ol li{list-style-type:decimal}.post-actions{display:flex;gap:1rem;margin-top:4rem;padding-top:3rem;border-top:2px solid #e5e7eb;justify-content:flex-end}.post-action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:50px;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;font-family:inherit}.post-action-btn:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px)}.post-action-btn svg{width:20px;height:20px;stroke:currentColor}.post-sidebar{align-self:start;width:100%}.sidebar-section{background:var(--bg-light);padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);width:100%}.sidebar-section h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.sidebar-description{font-size:.9rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.5}.related-posts{gap:1.5rem;width:100%}.related-post-item{display:flex;gap:1rem;transition:all .3s ease;padding:.75rem;border-radius:8px;width:100%}.related-post-item:hover{transform:translateX(5px);border-color:var(--border-color);box-shadow:var(--shadow-sm)}.related-post-image{width:100px;height:100px;border-radius:8px;flex-shrink:0}.related-post-image:after{top:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1))}.related-post-content{gap:.5rem}.related-post-content h4{font-size:1rem;margin-bottom:.25rem;color:var(--text-dark);line-height:1.4}.related-post-excerpt{font-size:.85rem;color:var(--text-light);line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-date{font-size:.75rem;color:var(--text-light)}@media (max-width:1200px){.post-content-wrapper{grid-template-columns:250px 1fr 280px;gap:2rem}}@media (max-width:1024px){.post-content-wrapper{grid-template-columns:220px 1fr 250px;gap:1.5rem}.single-post-title{font-size:3rem}.top-row{flex-direction:column;align-items:flex-start;gap:1rem}.post-category-badge{margin-left:0}.related-post-image{width:80px;height:80px}.related-post-content h4{font-size:.95rem}}@media (max-width:900px){.post-content-wrapper{grid-template-columns:200px 1fr 220px;gap:1.5rem}.sidebar-section{padding:1.5rem}.related-post-image{width:70px;height:70px}.related-post-excerpt{-webkit-line-clamp:1;font-size:.8rem}}@media (max-width:768px){.post-content-wrapper{grid-template-columns:1fr;gap:2rem}.ad-section{display:none}.post-sidebar{position:static;margin-top:0;width:100%}.single-post-header{min-height:400px}.single-post-image{height:300px}.single-post-header-content{min-height:400px;padding:1.5rem 0}.single-post-title{font-size:2.5rem}.single-post-body{padding:2rem 0}.post-content{font-size:1.125rem;padding:0 1rem}.post-content h2{font-size:2rem;margin-top:3rem;margin-bottom:1.5rem}.post-content h3{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.post-content blockquote{font-size:1.25rem;padding-left:1.5rem;margin:2rem 0}.post-actions{margin-top:3rem;padding-top:2rem;flex-direction:column;align-items:flex-end}.top-row{flex-direction:row;align-items:center;justify-content:space-between}.back-link{font-size:.9rem}.post-category-badge{font-size:.8rem;padding:.4rem .8rem}.related-post-item{flex-direction:column}.related-post-image{width:100%;height:150px}}@media (max-width:576px){.single-post-header{min-height:350px}.single-post-image{height:250px}.single-post-header-content{min-height:350px;padding:1rem 0}.single-post-title{font-size:2rem}.single-post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.meta-separator{display:none}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.375rem}.top-row{flex-direction:column;align-items:flex-start;gap:.75rem}.back-link,.post-category-badge{width:100%;justify-content:center}.post-category-badge{margin-left:0;text-align:center;justify-content:center}.related-post-content h4{font-size:1.125rem}}@media (max-width:400px){.single-post-title{font-size:1.75rem}.post-category-badge{font-size:.75rem;padding:.4rem .75rem}.back-link{font-size:.85rem}.sidebar-section{padding:1.5rem}}.post-sidebar{position:sticky;top:100px;height:fit-content}.sidebar-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 3px 15px rgba(0,0,0,.04)}.sidebar-section h3{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;margin-bottom:.4rem;color:#1e293b;position:relative;display:inline-block}.sidebar-section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#dc2626,#f87171)}.sidebar-description{font-size:.85rem;color:#64748b;margin-bottom:1.25rem;line-height:1.4;font-style:italic;padding-left:.5rem;border-left:2px solid #e2e8f0}.related-posts{display:flex;flex-direction:column;gap:.5rem}.related-post-item{display:grid;grid-template-columns:80px 1fr;gap:.9rem;padding:0;border-radius:10px;text-decoration:none;color:inherit;align-items:stretch;transition:all .25s ease;background:#fff;border:1px solid transparent;box-shadow:0 1px 3px rgba(0,0,0,.04);min-height:80px}.related-post-item:hover{background:#fff;transform:translateX(4px);border-color:#dc2626;box-shadow:0 4px 12px rgba(220,38,38,.08);position:relative}.related-post-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#dc2626,#ef4444);border-radius:10px 0 0 10px}.related-post-image{width:100%;height:100%;border-radius:10px 0 0 10px;background-size:cover;background-position:50%;position:relative;overflow:hidden;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.related-post-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(0deg,rgba(0,0,0,.08),transparent)}.related-post-content{display:flex;flex-direction:column;justify-content:center;gap:.35rem;min-width:0;flex:1;padding:.85rem .85rem .85rem 0}.related-post-content h4{font-size:.9rem;font-weight:600;line-height:1.3;color:#1e293b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-date{font-size:.72rem;color:#64748b;letter-spacing:.02em;display:flex;align-items:center;gap:.25rem;font-weight:500;margin-top:auto}.related-post-date:before{content:"📅";font-size:.7rem;opacity:.7}.related-post-excerpt{display:none}.related-post-item:first-child{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca}.related-post-item:first-child:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#f87171;box-shadow:0 4px 15px rgba(239,68,68,.1)}.related-post-item:first-child .related-post-content h4{color:#991b1b}.related-post-item:first-child .related-post-date{color:#dc2626}.related-post-item:nth-child(2) .related-post-content h4{position:relative;padding-left:.75rem}.related-post-item:nth-child(2) .related-post-content h4:before{content:"•";position:absolute;left:0;color:#dc2626;font-size:1.2rem}.related-post-item:nth-child(3){position:relative}.related-post-item:nth-child(3):after{content:"NEW";position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2);z-index:2}@media (max-width:1200px){.post-content-wrapper{grid-template-columns:250px 1fr 280px;gap:2rem}.related-post-item{grid-template-columns:75px 1fr;min-height:75px}.related-post-content h4{font-size:.85rem;-webkit-line-clamp:2}}@media (max-width:1024px){.post-content-wrapper{grid-template-columns:240px 1fr 260px;gap:1.75rem}.sidebar-section{padding:1.25rem}.related-post-item{grid-template-columns:70px 1fr;min-height:70px}.related-post-content{padding:.75rem .75rem .75rem 0}.related-post-content h4{font-size:.82rem;-webkit-line-clamp:2}.sidebar-description{display:none}}@media (max-width:900px){.post-content-wrapper{grid-template-columns:200px 1fr 240px;gap:1.5rem}.related-post-item{grid-template-columns:65px 1fr;min-height:65px}.related-post-content{padding:.65rem .65rem .65rem 0}.related-post-content h4{font-size:.8rem;-webkit-line-clamp:2}.related-post-date{font-size:.7rem}.related-post-item:nth-child(2) .related-post-content h4:before,.related-post-item:nth-child(3):after{display:none}}@media (max-width:768px){.post-content-wrapper{grid-template-columns:1fr;gap:2rem}.post-sidebar{position:static}.sidebar-section{padding:1.5rem}.related-posts{gap:1rem}.related-post-item{grid-template-columns:1fr;grid-template-rows:140px auto;gap:0;padding:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);min-height:auto}.related-post-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.related-post-item:hover:before{width:100%;height:3px;top:0;border-radius:12px 12px 0 0}.related-post-image{width:100%;height:140px;border-radius:12px 12px 0 0;grid-row:1}.related-post-content{padding:1rem;width:100%;grid-row:2}.related-post-content h4{font-size:1rem;margin-bottom:.5rem}.related-post-excerpt{display:-webkit-box;font-size:.85rem;color:#64748b;line-height:1.5;margin-bottom:.75rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-date{font-size:.8rem;margin-top:0}.related-post-item:first-child{background:#fff;border:1px solid #e2e8f0}.related-post-item:first-child:hover{background:#fff;border-color:#dc2626}.related-post-item:first-child .related-post-content h4{color:#1e293b}.related-post-item:first-child .related-post-date{color:#64748b}}@media (max-width:576px){.related-post-item{grid-template-rows:120px auto}.related-post-image{height:120px}.related-post-content h4{font-size:.95rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.related-post-item{animation:fadeInUp .3s ease forwards;opacity:0}.related-post-item:first-child{animation-delay:.05s}.related-post-item:nth-child(2){animation-delay:.1s}.related-post-item:nth-child(3){animation-delay:.15s}.single-post-header{overflow:visible!important}.single-post-image{max-height:600px!important;height:auto!important;object-fit:cover!important}.post-category-badge{width:auto!important;max-width:200px!important;display:inline-block!important;margin:0 auto!important;text-align:center}@media (max-width:768px){.single-post-image{max-height:400px!important}.post-category-badge{max-width:150px!important;padding:8px 16px!important;font-size:14px!important}}.post-content h2{font-size:2.8rem;font-weight:900;margin-top:4rem;margin-bottom:2rem;color:#111827;line-height:1.2;border-bottom:4px solid #dc2626;padding-bottom:1rem;text-transform:uppercase;background:rgba(220,38,38,.05);padding-left:.5rem;padding-right:.5rem}.post-content h2,.post-content h3{font-family:Playfair Display,serif;border-radius:4px}.post-content h3{font-size:2rem;font-weight:700;margin-top:3rem;margin-bottom:1.5rem;color:#dc2626;line-height:1.3;text-transform:capitalize;background:rgba(220,38,38,.03);padding:.35rem .5rem}.post-content h2+p,.post-content h3+p{margin-top:1.5rem}.post-content h2:hover,.post-content h3:hover{background:rgba(220,38,38,.1);transition:background .3s ease}@media (max-width:768px){.post-content h2{font-size:2.2rem;line-height:1.25;padding-left:.4rem;padding-right:.4rem}.post-content h3{font-size:1.75rem;line-height:1.3;padding-left:.35rem;padding-right:.35rem}}@media (max-width:576px){.post-content h2{font-size:2rem}.post-content h3{font-size:1.5rem}}.post-category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:9999px;font-weight:600;font-size:.9rem;background:var(--primary-color);color:#fff}.category-icon{display:inline-block;vertical-align:middle}.ad-item *{color:#fff!important}.ad-item-content{word-wrap:break-word;overflow-wrap:break-word}.ad-item-content>:not(:last-child){margin-bottom:.5rem}.ad-item-content h4{text-shadow:0 1px 2px rgba(0,0,0,.2)}.ad-price{text-shadow:0 1px 2px rgba(0,0,0,.3)}.ad-item.loading .ad-item-image{background:linear-gradient(90deg,#dc2626 25%,#991b1b 50%,#dc2626 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.post-content-wrapper>*{align-self:start}.ad-section,.post-article,.post-sidebar{align-self:start!important}