.TopPlaylist {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;

    & + .TopPlaylist {
        margin-left: 10px;
    }

    &-header {
        margin-bottom: 15px;
    }
}

@media print {
    .TopPlaylist {
        page-break-after: always;
        page-break-before: always;
        page-break-inside: avoid;
    }
}
