/* Task 35798: anchor Foxentry's absolute validation mark to its input wrapper. */
body.woocommerce-checkout .woocommerce-input-wrapper:has(> .foxentry-input) {
    position: relative;
}

body.woocommerce-checkout .woocommerce-input-wrapper > .foxentry-mark {
    border: 0 !important;
    padding: 0 !important;
}

body.woocommerce-checkout .foxentry-mark__success .foxentry-mark__bg {
    fill: transparent !important;
}
