.customize-ai-watermark {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    line-height: 0;
}

.customize-ai-watermark__badge {
    position: absolute;
    z-index: 1;
    bottom: .5rem;
    left: .5rem;
    display: flex;
    align-items: center;
    max-width: calc(100% - 1rem);
    padding: .375rem;
    overflow: hidden;
    color: #fff;
    line-height: 1.25;
    text-shadow: #00000090 1px 0 3px;
}

.customize-ai-watermark__icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    background-image: url('../Icons/ai-watermark.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 0 3px #00000090);
}

.customize-ai-watermark__label {
    max-width: 20rem;
    margin-left: .375rem;
    overflow: hidden;
    opacity: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
