/**
 * Copyright 2024-2026 Bundesdruckerei GmbH
 * For the license see the accompanying file LICENSE.MD.
 */

.burgerbar {
    width: 15px;
    height: 2px;
    border-top: 2px solid #000;
    margin-top: 2px;
    display: block;
}

.headline-with-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headline-with-badge > div {
    display: flex;
    align-items: center;
    column-gap: 0.6rem;
}

.headline-with-badge > div > .badge {
    min-width: 5rem;
}
