.post-carousel-container{width:100%;margin-top:2rem;margin-bottom:2rem}.post-carousel-header h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.post-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.post-carousel{flex:1;overflow:hidden;position:relative}.post-carousel-track{display:flex;gap:1.5rem;transition:transform .3s ease-in-out;scroll-behavior:smooth}.post-carousel-item{flex:0 0 auto;width:280px;scroll-snap-align:start}@media(min-width:640px){.post-carousel-item{width:320px}}@media(min-width:1024px){.post-carousel-item{width:350px}}.post-carousel-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .2s ease-in-out;height:100%;display:flex;flex-direction:column}.post-carousel-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.dark .post-carousel-card{background:#1f2937}.post-carousel-image-link{display:block;width:100%;height:180px;overflow:hidden;position:relative}.post-carousel-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.post-carousel-image-link:hover .post-carousel-image{transform:scale(1.05)}.post-carousel-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.dark .post-carousel-no-image{background:#374151}.post-carousel-content{padding:1rem;flex:1;display:flex;flex-direction:column}.post-carousel-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.post-carousel-category-badge{font-size:.75rem;padding:.25rem .5rem;background:#f97316;color:#fff;border-radius:.25rem;text-decoration:none;transition:background .2s ease-in-out}.post-carousel-category-badge:hover{background:#ea580c}.post-carousel-title{margin-bottom:.5rem}.post-carousel-title-link{font-size:1rem;font-weight:600;color:#111827;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;transition:color .2s ease-in-out}.post-carousel-title-link:hover{color:#f97316}.dark .post-carousel-title-link{color:#fff}.dark .post-carousel-title-link:hover{color:#fb923c}.post-carousel-excerpt{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex:1}.dark .post-carousel-excerpt{color:#9ca3af}.post-carousel-meta{display:flex;align-items:center;font-size:.75rem;color:#9ca3af;margin-top:auto}.dark .post-carousel-meta{color:#6b7280}.post-carousel-author{font-weight:500}.post-carousel-separator{margin:0 .5rem}.post-carousel-date{color:#9ca3af}.dark .post-carousel-date{color:#6b7280}.carousel-nav{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;color:#374151;z-index:10}.carousel-nav:hover{background:#f9fafb;border-color:#f97316;color:#f97316}.carousel-nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.dark .carousel-nav{background:#374151;border-color:#4b5563;color:#d1d5db}.dark .carousel-nav:hover{background:#4b5563;border-color:#fb923c;color:#fb923c}@media(max-width:640px){.carousel-nav{display:none}.post-carousel{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.post-carousel::-webkit-scrollbar{display:none}}@media(min-width:641px){.post-carousel{overflow:hidden}}
