.FavoriteCharts {
    margin-bottom: 30px;

    &-header {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;

        .Star {
            margin-right: 10px;
            width: 16px;
            padding-bottom: 3px;
        }
    }

    &-placeholder {
        font-size: 14px;
        color: var(--gray-500);

        .Star {
            margin-right: 5px;
        }
    }
}
