html, body {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    color-scheme: light dark;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
}

#widget {
    flex: 0 0 auto;
}

.noscript {
    margin: 8px;
    font-size: 12px;
    color: #888;
}
