.row-link{
    display: flex;
    flex: 2 1 auto;
    align-items: center;
    height: 48px;
}

.row-link > a {
    font-size: 1.125rem;
    color: inherit;
}

.row-buttons{
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    height: 48px;
}

.chart-item{
    border-bottom: 1px solid var(--grey-light);
}

.chart-item:last-of-type{
    border: none;
}

.loader{
    height: auto;
}

.share-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}