.pcs-ba-card {
    border: 1px solid #e8e6e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    font-family: inherit;
}

.pcs-ba-comp {
    position: relative;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    aspect-ratio: 4/3;
}

.pcs-ba-before,
.pcs-ba-after {
    position: absolute;
    inset: 0;
}

.pcs-ba-before img,
.pcs-ba-after img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.pcs-ba-after {
    clip-path: inset(0 0 0 50%);
}

.pcs-ba-label {
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .06em;
    padding: 2px 7px;
    border-radius: 2px;
    background: rgba(0,0,0,.28);
    pointer-events: none;
}

.pcs-ba-label.pcs-left { left: 10px; }
.pcs-ba-label.pcs-right { right: 10px; }

.pcs-ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255,255,255,.65);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.pcs-ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1a3a6b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcs-ba-handle svg {
    width: 15px;
    height: 15px;
}

.pcs-ba-body {
    padding: 12px 14px 14px;
}

.pcs-ba-procedure {
    margin: 0 0 3px;
    line-height: 1.3;
}

.pcs-ba-doctor {
    margin: 0;
}

.pcs-ba-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e5df;
}
