.bfa-container-5ed065ba {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    touch-action: pan-y;
}
.bfa-container-5ed065ba.bfa-vertical {
    touch-action: pan-x;
}
.bfa-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bfa-image-wrapper.bfa-after {
    position: relative; /* Provides natural height if no fixed height is set */
}
.bfa-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    object-fit: cover;
}
.bfa-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}
.bfa-container-5ed065ba.bfa-vertical .bfa-before {
    clip-path: inset(0 0 50% 0);
}
.bfa-divider {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bfa-container-5ed065ba:not(.bfa-vertical) .bfa-divider {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: ew-resize;
    height: 100%;
}
.bfa-container-5ed065ba.bfa-vertical .bfa-divider {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: ns-resize;
    width: 100%;
}
.bfa-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: none;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.bfa-handle svg {
    width: 50%;
    height: 50%;
}