.ba-container-12c2cad6 {
    width: 100%;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
}

.ba-card-wrapper-12c2cad6 {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 16px;
    box-sizing: border-box;
}

.ba-comparison-slider-12c2cad6 {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.ba-img-layer-12c2cad6 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ba-img-layer-12c2cad6 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ba-after-layer-12c2cad6 {
    z-index: 1;
}

.ba-before-layer-12c2cad6 {
    z-index: 2;
    border-right: 1px solid rgba(255,255,255,0.3);
}

/* We ensure the image in the clipped layer keeps its full width */
.ba-before-layer-12c2cad6 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Tags labels on images */
.ba-img-tag-12c2cad6 {
    position: absolute;
    top: 15px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
}

.ba-tag-before-12c2cad6 {
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
}

.ba-tag-after-12c2cad6 {
    right: 15px;
    background: rgba(225,29,72,0.8);
    color: #fff;
}

/* Drag Handle */
.ba-slider-handle-12c2cad6 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ffffff;
    z-index: 5;
    cursor: ew-resize;
    transform: translateX(-50%);
}

.ba-handle-button-12c2cad6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F2937;
    pointer-events: none;
}

.ba-handle-button-12c2cad6 svg {
    width: 18px;
    height: 18px;
}

/* Info Box / Badge Layout */
.ba-info-box-12c2cad6 {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ba-badge-weight-12c2cad6 {
    background-color: #E11D48;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 18px;
    padding: 6px 16px;
    border-radius: 12px;
    letter-spacing: -0.2px;
    box-shadow: 0 4px 12px rgba(225,29,72,0.2);
}

.ba-duration-text-12c2cad6 {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #4B5563;
}
