.rohling-row .team-name {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rohling-row .score-box {
    width: 5rem;
    text-align: center;
    flex: 0 0 auto;
}

.rohling-row .rohling-action,
.rohling-row .rohling-spacer {
    width: 6rem;
    flex: 0 0 auto;
}

.rohling-row:hover {
    background-color: color-mix(in oklab, var(--accent-color), white 96%);
}

.rohlinge-navigation {
    top: 0;
    z-index: 10;
}

.rohlinge-round-card {
    scroll-margin-top: 70px;
}
