.shared-order-edit-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.shared-order-edit-overlay.show {
    display: flex;
}

.shared-order-edit-panel {
    position: relative;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.shared-order-edit-frame {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.shared-order-edit-close {
    display: none;
}

@media (max-width: 768px) {
    .shared-order-edit-overlay {
        padding: 0;
    }

    .shared-order-edit-panel {
        width: 100vw;
        height: 100vh;
    }
}
