.koSlider-wrapper { width: 100%; margin: 0;padding: 0;box-sizing: border-box; }
.koSlider-title { text-align: center; margin-bottom: 20px; font-size: 1.8rem; color: #2d3748; font-weight: 600; }
.koSlider-container { width: 100%; position: relative; }
.koSlider-container.arrows-outside { display: flex; align-items: center; gap: 10px; }
.koSlider-viewport { overflow: hidden; flex-grow: 1; position: relative; }
.koSlider-viewport.has-arrows-inside { }
.koSlider-track { display: flex; }
.koSlider-track.peek-mode { gap: 20px; }
.koSlider-track.full-mode { gap: 0; }
.koSlider-card { flex: 0 0 auto; transition: transform 0.1s ease; }
.koSlider-track.peek-mode .koSlider-card { width: 300px; max-width: 80vw; }
.koSlider-track.full-mode .koSlider-card { width: 100%; }
.koSlider-card-inner { overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: transform 0.1s, box-shadow 0.1s; text-decoration: none; color: inherit; }
/*.koSlider-card:hover .koSlider-card-inner { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(0,0,0,0.15); }*/
.koSlider-card a { text-decoration: none; color: inherit; display: block; }
.koSlider-card-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.koSlider-card-content { padding: 18px 16px 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.koSlider-card-content h3 { font-size: 1.1rem; font-weight: 600; color: #1a202c; margin-bottom: 8px; }
.koSlider-card-content p { font-size: 0.9rem; color: #4a5568; line-height: 1.5; flex-grow: 1; }
.koSlider-card-tag { display: inline-block; background: #ebf4ff; color: #3182ce; padding: 4px 12px; font-size: 0.8rem; font-weight: 500; margin-top: 12px; align-self: flex-start; transition: background 0.2s; }
.koSlider-btn { cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; border: none; font-size: 1.3rem; flex-shrink: 0; }
.koSlider-viewport.has-arrows-inside .koSlider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.9); }
.koSlider-viewport.has-arrows-inside .btn-prev { left: 10px; }
.koSlider-viewport.has-arrows-inside .btn-next { right: 10px; }
.koSlider-container.arrows-outside .koSlider-btn { position: static; transform: none; }
.koSlider-btn:disabled { opacity: 0.4; cursor: not-allowed; pointer-events: none; }
.koSlider-btn:hover:not(:disabled) { filter: brightness(0.95); }
.koSlider-dots { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.koSlider-dots.inside-top { margin-bottom: 15px; }
.koSlider-dots.inside-bottom { margin-top: 20px; }
.koSlider-dots.outside-top { margin-bottom: 20px; }
.koSlider-dots.outside-bottom { margin-top: 20px; }
.koSlider-dots.inside-overlay { position: absolute; bottom: 15px; right: 20px; z-index: 20; background: rgba(0,0,0,0.4); padding: 6px 12px; border-radius: 20px; }
.koSlider-dot { border: none; cursor: pointer; width: 10px; height: 10px; border-radius: 50%; background: #aaa; transition: background 0.3s, transform 0.1s; padding: 0;}
.koSlider-dot.active { background: #1797d3; transform: scale(1.3); }