﻿

/*
================================================================
DAF PAY / TRIBUTE RESTRICTION
================================================================
*/

/* Hide the DAF Pay toggle and Chariot widget while Tribute is selected. */
body.tribute-no-daf #dafPayToggleContainer,
body.tribute-no-daf #dafPayButton {
    display: none !important;
}

/* Prevent interaction with the underlying DAF Pay radio button. */
body.tribute-no-daf #dafPayToggle {
    display: none !important;
    pointer-events: none !important;
}
