:root {
    /* This is required because Bootstrap adds smooth scrolling which disables instant scrolling, breaking our test suites due to Puppeteer issue with smooth scrolling */
    scroll-behavior: unset !important;
}

.inline-link {
    text-decoration: none
}

    .inline-link:hover {
        text-decoration: underline
    }

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}
