.ArtworkValidation {
    &Pill {
        margin-right: 8px;
    }

    &Popover {
        .GridTable-row-cell {
            background-color: unset !important;
        }

        .GridTable-cell {
            padding: 8px;
        }

        .GridTable {
            --gridtable-bg-color: unset !important;
        }

        &-title {
            font-size: 14px;
            font-weight: 500;
        }

        &-subtitle {
            font-size: 14px;
            margin-top: 4px;
        }
    }
}
