:root {
    color-scheme: light;
    --anubis-text: #111111;
    --anubis-muted: #5f5f5f;
    --anubis-border: #bdbdbd;
    --anubis-surface: #ffffff;
    --anubis-page: #ffffff;
    --anubis-accent: #222222;
}

html,
body {
    background: var(--anubis-page) !important;
    color: var(--anubis-text) !important;
    font-family: "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
}

body {
    padding: 1rem !important;
}

main {
    width: min(100%, 42rem);
    background: var(--anubis-surface);
    border: 1px solid var(--anubis-border);
    border-radius: 0;
    box-shadow: none;
    padding: 1.5rem;
}

h1,
h2,
h3,
p,
code,
pre,
th,
td,
label,
select,
input,
a {
    color: var(--anubis-text) !important;
}

a {
    color: #111111 !important;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

#title {
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 0.75rem;
}

#status,
footer,
noscript p,
main > div > p,
main > p {
    color: var(--anubis-muted) !important;
    font-size: 0.95rem;
}

p,
li,
label,
input,
select,
button,
td,
th {
    font-size: 0.95rem;
}

strong,
b,
h1,
h2,
h3 {
    font-weight: 700;
}

#progress {
    outline: #8f8f8f solid 1px !important;
    background: #efefef !important;
}

.bar-inner {
    background-color: var(--anubis-accent) !important;
}

img#image {
    width: 7.5rem !important;
    max-width: 40vw !important;
    height: auto;
    margin: 0 auto 0.5rem;
}

footer {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--anubis-border);
    font-size: 0.85rem;
}

footer .centered-div::before {
    content: "Automatische Verbindungspruefung aktiv.";
    display: block;
    color: var(--anubis-muted);
    margin-bottom: 0.5rem;
}

footer .centered-div > p:first-child,
footer .centered-div > p:nth-child(2) {
    display: none !important;
}

pre,
code {
    background: #f5f5f5;
    border: 1px solid var(--anubis-border);
    border-radius: 0;
    font-family: "Liberation Mono", "Courier New", Courier, monospace;
    font-size: 0.9rem;
}

pre {
    padding: 0.6rem;
    overflow: auto;
}

table {
    width: 100%;
}