/* For now you need to paste thes into the consuming components style sheet */

:root {
    --modal-content-zone-logo-padding: 1px;
}

body {
    margin: 0;
}

.view-data-table {
    width: 100%;
}

/* stylelint-disable declaration-property-value-whitelist */
.view-data-table caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* stylelint-enable declaration-property-value-whitelist */

.cpra-btn {
    color: var(--beacon-reference-palette-functional-blue-9);
    text-decoration: underline;
}

/* Universally buff the z-index of toasts created by react-toast-notifications */
/* stylelint-disable */
div.react-toast-notifications__container {
    z-index: 2200;
}
/* stylelint-enable */
