.AdTier {
    max-width: 170px;

    .Snapshot {
        border: 1px solid var(--gray-500);
        border-radius: 5px;
        cursor: pointer;
        margin: 10px 0;
        max-height: 90px;
        padding: 0;

        &:hover {
            box-shadow: 0 0 5px 0;
        }

        .SnapshotItem-line {
            display: none;
        }

    }

    &-value {
        color: $green-update;
        font-size: 36px;
        padding: 25px 40px 5px;
    }

    &-hidden {
        visibility: hidden;
    }

    &-text {
        color: $blue-medium;
        font-size: 10px;
        font-weight: 600;
        line-height: normal;
        margin: 5px;
    }

    &-redesign {
        border-bottom: 1px solid var(--gray-400);
        cursor: pointer;
        font-size: 14px;
        margin-right: 30px;
        text-align: center;
        width: 150px;

        &:first-of-type {
            margin-left: 170px;
        }

        &:last-of-type {
            margin-right: 0;
        }

        &-text {
            @extend .AdTier-text;

            font-size: 12px;
            font-weight: $weight_bold;
            margin: 10px 0 5px 0;
        }

        &-value {
            color: $green-update;
            font-size: 36px;
        }

        &-impressions-header {
            font-weight: $weight_bold;
        }
    }
}
