.AnalyticsHeader {
    background-color: white;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;

    &-main {
        align-items: center;
        display: flex;
        min-height: 100px;
        justify-content: space-between;
    }

    &-left {
        display: flex;
    }

    &-export-container {
        display: flex;
        justify-content: space-between;
    }

    &-export {
        padding-bottom: 10px;
        text-align: right;
    }

    &-podcast-image {
        height: 75px;
        width: 75px;
        margin-right: 25px;
        background-color: var(--gray-100);
    }

    &-right {
        display: flex;
    }

    &-subject {
        color: var(--gray-500);
        font-weight: 800;
        text-transform: uppercase;
    }

    &-title {
        font-size: 24px;
        display: flex;
    }

    &-title-link {
        cursor: pointer;

        &:hover {
            text-decoration: underline;
        }
    }

    &-title-star {
        margin-left: 10px;

        .Star {
            cursor: pointer;
            height: 16px;
            width: 16px;
        }
    }

    &-subtitle {
        color: var(--gray-500);
        cursor: pointer;
    }

    &-stat {
        text-align: center;
        padding: 10px;
        min-width: 120px;
    }

    &-stat:not(:last-child) {
        border-right: 1px solid var(--gray-200);
    }

    &-range {
        color: var(--gray-500);
        text-transform: uppercase;
    }

    &-sum {
        font-size: 24px;
    }

    @include tabs($black, 12px);
}
