body.wpo-duplicate-guard-active {
    overflow: hidden;
}

body.wpo-duplicate-guard-active::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999998;
    background: rgba(255, 255, 255, 0.76);
    cursor: wait;
}

body.wpo-duplicate-guard-active::after {
    content: "Creando pedido... No cierre esta ventana ni vuelva a presionar el botón.";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    width: min(420px, calc(100vw - 48px));
    padding: 18px 22px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    color: #1d2327;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    transform: translate(-50%, -50%);
}
