.section-title {
    height: 45px;
    padding: 0 15px;

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.section-title .title {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: bold;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-title .breadcrumb {
    text-decoration: underline;
    cursor: pointer;
}

.inline {
    display: inline;
}

.small-divider {
    display: flex;
    margin: 4px 0;
}

.large-divider {
    display: flex;
    margin: 8px 0;
}

.large-divider.divider-line-oslo,
.small-divider.divider-line-oslo {
    width: 100%;
    height: 1px;
    background: var(--oslo-gray);
}