/* stylelint-disable declaration-no-important */
@media print {
    .d-print-hide {
        visibility: hidden !important;
    }

    .Select-control {
        font-weight: 500;

        .Select-arrow {
            display: none;
        }
    }

    .btn {
        background: none;
        border: none;
    }

    .CompareSection-footer {
        display: none;
    }

    .DropdownToggleChevron {
        display: none;
    }

    .Help {
        display: none;
    }

    .ProgressBar {
        color-adjust: exact;
        -webkit-print-color-adjust:exact;
    }

    .TopPlaylistsSection {
        page-break-before: always;
    }

    .CompareSection {
        page-break-inside: avoid;
    }

    .TopPlaylistItem-title a {
        color: black;
        font-weight: normal;
        text-decoration: none;
    }
}
