.carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent}.carousel-container::-webkit-scrollbar{height:6px}.carousel-container::-webkit-scrollbar-track{background:transparent}.carousel-container::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.carousel-container::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.carousel-track{display:flex;gap:12px;padding:4px;width:max-content}.carousel-item{flex:0 0 auto;width:200px;height:140px;border-radius:2px;overflow:hidden;border:1px solid #e0e0e0;transition:opacity .2s ease}.carousel-item:hover{opacity:.85}.carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width:768px){.carousel-item{width:160px;height:110px}.carousel-track{gap:12px}}@media (max-width:480px){.carousel-item{width:140px;height:100px}.carousel-track{gap:8px}}@media (max-width:640px){h1{font-size:1.875rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}}