<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flash-messages-container {
    position: fixed;
    width: 100%;
    top: 1rem;
    left: 0;
    padding: 0 1rem 0 1rem;
}

.flash-messages-container &gt; .alert {
    width: fit-content;
    margin: 0 auto 1rem auto;
}
</pre></body></html>