.wrapper-hEusRkte {
    grid-template-rows: 1fr minmax(0, auto)
}

.title-hEusRkte {
    align-items: flex-start
}

.header-hEusRkte {
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 16px;
    --ui-lib-typography-font-size: 11px;
    color: #6a6d78;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: var(--ui-lib-typography-line-height);
    margin-bottom: 4px;
    padding: 8px 0;
    text-align: end;
    text-transform: uppercase
}

html.theme-dark .header-hEusRkte {
    color: #868993
}

@media screen and (min-width:768px) {
    .header-hEusRkte {
        display: grid;
        grid-template-columns: 1fr 1fr calc(24% + 12px)
    }
}

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

.headerMobile-hEusRkte {
    display: none;
    justify-content: space-between
}