.ImpressionsList {
    max-width: 180px;
    text-align: center;

    &-header {
        font-size: 14px;
        margin-bottom: 5px;
    }

    &-content {
        list-style: none;
    }

    &-item {
        border-bottom: 1px solid $skyblue-table-stripe;
        font-size: 11px;
        padding: 2px 0;

        &:first-of-type {
            border-top: 1px solid var(--gray-500);
        }

        &:last-of-type {
            border-bottom: 1px solid var(--gray-500);
        }
    }

    &-redesign {
        list-style: none;

        &-item {
            border-bottom: 1px solid $skyblue-table-stripe;
            display: flex;
            padding: 3px 0 0 0;
        }

        &-item:last-of-type {
            border-bottom: 1px solid var(--gray-400);
        }

        &-item-icon {
            cursor: pointer;
            display: inline-block;
            text-align: center;
            width: 50px;
        }

        &-item-name {
            display: inline-block;
            font-size: 10px;
        }

        &-item-name:hover {
            cursor: pointer;
            text-decoration: underline;
        }

        &-item-status {
            display: inline-block;
            margin-right: 30px;
            text-align: center;
            width: 150px;
        }

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

        &-social-media {
            width: 170px;
        }

        &-hoverable {
            align-items: center;
            display: inline-flex;
        }

        &-underlined {
            text-decoration: underline;
        }

        & .Icons-close {
            cursor: default;
            fill: $red-destroy;
            padding: 2px;
        }

        & .Icons-camera {
            fill: var(--gray-500);
            margin-left: 5px;
            padding: 2px;
            position: absolute;
            z-index: 0;
        }

        &-static-banner {
            height: 800px;
            left: 200px;
            position: absolute;
            text-align: left;
            top: -130px;
            width: 600px;
            z-index: 99;
        }

        &-static-banner-YouTube {
            margin-left: -90px;
            margin-top: 120px;
        }
    }
}
