<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;
    z-index: 9999;
}

.flash-messages-container &gt; .alert {
    width: fit-content;
    margin: 0 auto 1rem auto;
}

@media screen and (max-width: 1024px) {
    .flash-messages-container &gt; .alert {
        width: 100%;
    }
}</pre></body></html>