.header-WMQb_1Ui {
    display: grid;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    --ui-lib-typography-line-height: 16px;
    line-height: var(--ui-lib-typography-line-height);
    --ui-lib-typography-font-size: 11px;
    color: var(--color-text-secondary);
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    text-align: end;
    text-transform: uppercase
}

.header-WMQb_1Ui>:first-child {
    text-align: start
}