.myshop-crop-popup.popup-container {
    max-width: 42rem;
}

.myshop-crop-hint {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #6b7280;
    text-align: center;
}

.myshop-crop-stage {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #111827;
    user-select: none;
    touch-action: none;
}

.myshop-crop-image {
    display: block;
    max-width: 100%;
    pointer-events: none;
}

.myshop-crop-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.myshop-crop-box {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.58);
    pointer-events: auto;
    cursor: grab;
}

.myshop-crop-box.is-circle {
    border-radius: 50%;
}

.myshop-crop-stage.is-dragging .myshop-crop-box {
    cursor: grabbing;
}
