.ekubo-photo-loop{position:relative;width:100%;padding:0;background:#fff;overflow:hidden;z-index:1}
.ekubo-photo-loop *{box-sizing:border-box}
.ekubo-photo-loop__viewport{width:100%;overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}
.ekubo-photo-loop__viewport.is-dragging{cursor:grabbing}
.ekubo-photo-loop__viewport::-webkit-scrollbar{display:none}
.ekubo-photo-loop__track{display:flex;width:max-content;will-change:transform}
.ekubo-photo-loop__group{display:flex;gap:0;padding-right:0}
.ekubo-photo-loop__item{flex:0 0 clamp(280px,32vw,420px);width:clamp(280px,32vw,420px);height:var(--ekubo-loop-desktop-height,200px);margin:0;overflow:hidden;border-radius:0;background:#edf2f2}
.ekubo-photo-loop__image{display:block;width:100%;height:100%;object-fit:cover}
.ekubo-photo-loop__controls{pointer-events:none;position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(10px,2vw,28px)}
.ekubo-photo-loop__control{pointer-events:auto;display:block;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.82);border-radius:50%;background-color:rgba(4,56,76,.74);background-repeat:no-repeat;background-position:50% 50%;background-size:22px 22px;color:transparent;font-size:0;line-height:0;cursor:pointer;box-shadow:0 3px 14px rgba(4,56,76,.2);transition:background-color .2s,transform .2s}
.ekubo-photo-loop__control--prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 4L7 12L15 20' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.ekubo-photo-loop__control--next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4L17 12L9 20' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.ekubo-photo-loop__control:hover{background-color:rgba(4,56,76,.92);transform:scale(1.04)}
.ekubo-photo-loop__control:focus-visible{outline:3px solid #f4a259;outline-offset:3px}
@media(max-width:599px){.ekubo-photo-loop__item{flex-basis:min(44vw,180px);width:min(44vw,180px);height:var(--ekubo-loop-mobile-height,100px)}.ekubo-photo-loop__controls{display:none}}
