.ba-gallery-grid-3721a27f {
    display: grid;
    width: 100%;
}
.ba-item-3721a27f {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    line-height: 0;
}
.ba-layer-3721a27f {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
}
.ba-before-3721a27f {
    position: relative;
    z-index: 1;
}
.ba-after-3721a27f {
    z-index: 2;
}
.ba-layer-3721a27f img {
    width: 100%; height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.ba-divider-3721a27f {
    position: absolute;
    z-index: 3;
    background: #fff;
    touch-action: none;
}
.ba-handle-3721a27f {
    position: absolute;
    width: 40px; height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex; align-items: center; justify-content: center;
    cursor: grab;
}
.ba-handle-3721a27f:active { cursor: grabbing; }

/* Horizontal */
.ba-horizontal .ba-divider-3721a27f {
    top: 0; bottom: 0; width: 2px;
    left: 50%; transform: translateX(-50%);
}
.ba-horizontal .ba-handle-3721a27f {
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.ba-horizontal .ba-arrow-3721a27f {
    border: solid #333; border-width: 0 3px 3px 0;
    display: inline-block; padding: 3px;
}
.ba-horizontal .ba-arrow-prev-3721a27f { transform: rotate(135deg); margin-right: 4px; }
.ba-horizontal .ba-arrow-next-3721a27f { transform: rotate(-45deg); margin-left: 4px; }

/* Vertical */
.ba-vertical .ba-divider-3721a27f {
    left: 0; right: 0; height: 2px;
    top: 50%; transform: translateY(-50%);
}
.ba-vertical .ba-handle-3721a27f {
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.ba-vertical .ba-arrow-3721a27f {
    border: solid #333; border-width: 0 3px 3px 0;
    display: inline-block; padding: 3px;
}
.ba-vertical .ba-arrow-prev-3721a27f { transform: rotate(-135deg); margin-bottom: 4px; }
.ba-vertical .ba-arrow-next-3721a27f { transform: rotate(45deg); margin-top: 4px; }

/* Labels */
.ba-label-3721a27f {
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    pointer-events: none;
    transition: opacity 0.3s;
}
.ba-horizontal .ba-label-before-3721a27f { top: 10px; left: 10px; }
.ba-horizontal .ba-label-after-3721a27f { top: 10px; right: 10px; }
.ba-vertical .ba-label-before-3721a27f { top: 10px; left: 10px; }
.ba-vertical .ba-label-after-3721a27f { bottom: 10px; left: 10px; }
