.FeedModal {
    position: unset !important;
    float: right;
    margin-top: 85px;
    margin-right: 30px;

    .ReactModal {

        &-content {
            max-height: 360px;
            width: 500px;
        }

        &-header {
            border-bottom: none;
        }

        &-body {
            padding: 5px 20px;
        }
    }

    .StoreIcon {
        margin-bottom: 5px;
    }

    &-artwork {
        width: 55px;
    }

    &-artwork-image {
        border-radius: 2px;
        height: 50px;
        width: 50px;
    }

    &-checkbox {
        accent-color: var(--blue);

        &-column {
            vertical-align: middle !important;
        }

        input {
            height: 16px;
            width: 16px;
        }
    }

    &-table {

        td {
            border: none;
            background-color: var(--white);
            margin: auto;
            padding-left: 0 !important;
            padding-right: 10px;
        }
    }

    &-title {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 345px;
    }

    &-type {
        color: var(--gray-700);
        font-weight: 300;
        font-size: 16px;
        padding-left: 10px;
    }
}
