.Header__formShort{display:none}
.Header__brandName {
    /* 1. Force the element to take up the full available width in the Flex container, 
          which pushes it to a new line (if flex-wrap is enabled on the parent). */
    flex-basis: 100% !important;
    
    /* 2. Add some space above the text to move it down visually. */
    margin-top: 5px !important; 
    
    /* 3. Ensure the text is left-aligned after the vertical drop. */
    text-align: left !important;
}

/* 4. IMPORTANT: Target the parent and explicitly allow wrapping. */
.Header__brandFlexible {
    flex-wrap: wrap !important;
}
