/* EUROSPACE ORDER SUBMIT STATE V2 */

/*
 * Must override generic unified button CSS,
 * which intentionally made most buttons look active.
 */

[data-order-form]
[data-submit]:disabled,

[data-order-form]
button[type="submit"]:disabled,

[data-order-form]
[data-submit].is-consent-disabled {
    background:
        #f1ece9 !important;

    border-color:
        #cbbab1 !important;

    color:
        #aa958b !important;

    -webkit-text-fill-color:
        #aa958b !important;

    opacity:
        .68 !important;

    cursor:
        not-allowed !important;

    pointer-events:
        none !important;

    box-shadow:
        none !important;

    filter:
        none !important;
}


[data-order-form]
[data-submit]:not(:disabled),

[data-order-form]
button[type="submit"]:not(:disabled) {
    background:
        #ffffff !important;

    border-color:
        #6e3524 !important;

    color:
        #6e3524 !important;

    -webkit-text-fill-color:
        #6e3524 !important;

    opacity:
        1 !important;

    cursor:
        pointer !important;

    pointer-events:
        auto !important;
}


[data-order-form]
[data-submit]:not(:disabled):hover,

[data-order-form]
button[type="submit"]:not(:disabled):hover {
    background:
        #f3eeeb !important;

    border-color:
        #5d3022 !important;

    color:
        #5d3022 !important;

    -webkit-text-fill-color:
        #5d3022 !important;
}
