/*
 * Dynamic exchanges already compensate the regular header height in their
 * first-screen wrappers (-104/104px on desktop and -89/89px on mobile).
 * Do not lift the global header a second time on these routes.
 */
html body.b2b-dynamic-exchange > header {
    margin-top: 0 !important;
    transform: none !important;
}
