.CopyToFeed {

    &-artwork-column {
        width: 60px;
    }

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

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

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

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

    &-copy-locations {
        width: 400px;

        &-column {
            padding: 10px 0 0 !important;
        }

        &-radio-buttons {
            margin-left: 30px;
        }

        .FormControl-error-message {
            margin-left: 30px;
        }
    }

    &-modal {

        .ReactModal {

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

            &-header {
                border-bottom: none;
            }

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

            &-close {
                display: none;
            }
        }

        .StoreIcon {
            margin-bottom: 5px;
        }
    }

    &-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;
    }
}
