/*
 * Loaded last on the Lousy Outages page.
 *
 * The retro arcade theme paints headings, buttons and table cells globally. The board
 * has its own type scale and palette, so it opts out of the theme's decoration here.
 */

.lousy-outages-page .lox :where(h1, h2, h3, h4, p, dt, dd, th, td, li, caption, legend, label, span) {
    font-family: inherit;
    font-style: normal;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: none;
    text-shadow: none;
    background-image: none;
    writing-mode: horizontal-tb;
}

.lousy-outages-page .lox :where(button, input, select, textarea) {
    font-family: inherit;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: none;
    image-rendering: auto;
}

.lousy-outages-page .lox :where(table, th, td) {
    background-image: none;
}

.lousy-outages-page .lox :where(a) {
    text-shadow: none;
}
