.PodcastCharts {

    &-header {
        cursor: pointer;
    }

    &-header-sorted {
        color: var(--gray-700) !important;

        .ArrowDown.Glyph {
            fill: var(--gray-700);
        }

        .ArrowUp.Glyph {
            fill: var(--gray-700);
        }
    }

    &-category {
        text-transform: capitalize;
    }

    &-store {
        margin-left: 5px;
        text-transform: capitalize;
    }

    @include chart-change;

    &-country-select {
        width: 210px;
        margin-right: 20px;
    }

    &-category-select {
        width: 210px;
        margin-right: 20px;
        text-transform: capitalize;
    }

    &-filters {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    &-filter-input {
        width: 232px;
        margin-right: 20px;
    }

    &-collapse-glyph {
        cursor: pointer;
    }

    &-link {
        cursor: pointer;
        text-decoration: underline;

        .ApplePodcastIcon {
            width: 16px;
            height: 16px;
        }

        .ChartableIcon {
            width: 20px;
            height: 20px;
        }
    }

    .chart {
        width: 220px;
    }

    .card-body {
        padding: 0;
    }
}
