.scje-slider-wrapper {opacity:1;min-height:75px;}
.scje-slider{display:flex;overflow-x:auto;gap:12px;padding:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin:0;padding:0;}
.scje-slide{flex:0 0 auto;border-radius:100px;display:flex;align-items:center;justify-content:center;background-color:#f1f1f1;margin-top:20px;transition:background-color 0.1s ease}
.scje-slide:hover,.scje-slide:focus-within{background-color:#ffe4c1}
.scje-slide a{display:block;width:100%;height:100%;padding:12px 24px;text-decoration:none;color:#2b2b2b;font-weight:600;font-size:16px;text-align:center;border-radius:8px;transition:background-color .1s,color .1s,border-color .1s}
.scje-slide a:hover{color:#111;border-color:#767676}
.scje-slider::-webkit-scrollbar{height:8px}
.scje-slider::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}
.scje-slider::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}
.scje-slider::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
.scje-slide-active{background-color:#ffe4c1}
@media (min-width:1025px){.scje-slide{margin-top:28px;margin-bottom:8px}}
@media(max-width:768px){.scje-slide{margin-top:4px;margin-bottom:4px;}.scje-slider-wrapper{min-height:55px;}}
@media(max-width:480px){.scje-slider{gap:8px}.scje-slide{margin-top:4px;margin-bottom:4px;}.scje-slider-wrapper{min-height:55px;}} 