.stock-mobile-camera {
    height: clamp(210px, 32vh, 290px);
    min-height: 0;
    aspect-ratio: auto;
}

.stock-mobile-scan-help {
    position: absolute;
    right: 12px;
    bottom: 10px;
    left: 12px;
    margin: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.stock-mobile-camera-actions {
    justify-content: flex-end;
    margin: 7px 0 10px;
}

.confizz-stock-mobile .stock-mobile-camera-actions .button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 4px 9px;
    font-size: 13px;
}
