@media (min-width: 768px) {
    .global-header a.flex.items-end > div {
        display: flex !important;
        align-items: center;
        gap: 10px;
        min-height: 38px;
    }

    .global-header a.flex.items-end > div::after {
        content: "Institut fuer\A Zuckerruebenforschung";
        white-space: pre;
        display: block;
        align-self: center;
        font-size: 11px;
        line-height: 1.1;
        font-weight: 700;
        color: #1f2937;
    }

    .dark .global-header a.flex.items-end > div::after {
        color: #dfe1e5;
    }

    .global-header .white-label-logo {
        max-height: 38px;
        max-width: 38px;
        width: auto;
        height: auto;
        flex: 0 0 auto;
    }
}
