<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customer-logged-in .text-top{
  display:flex
}
.customer-logged-in .user-text {
    min-width: 50px;
    max-width: 250px;
    width: max-content;
}
.customer-logged-in .text-top span{
  padding: 0 10px;
}</pre></body></html>