/* Clean flexbox wrapper to prevent header overlap */
.top-nav-actions, .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    position: static !important;
}
.top-nav-actions a, .top-nav-actions button, .header-right a, .header-right button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    white-space: nowrap !important;
}
