.csp-customizer {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.08);
}

.csp-customizer__preview-wrap {
    margin-bottom: 1.5rem;
}

.csp-customizer__preview {
    position: relative;
    width: 100%;
    aspect-ratio: 4.45 / 1;
    overflow: hidden;
    border-radius: 18px;
    border: 3px solid #d9d9d9;
    background: #f3f3f3;
}

.csp-preview-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 600;
    background: linear-gradient(135deg, #f6f6f6 0%, #e9e9e9 100%);
}

.csp-base-art,
.csp-proof-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csp-main-text,
.csp-bottom-text,
.csp-small-text {
    position: absolute;
    display: none;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.csp-main-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-weight: 300;
    text-shadow: none;
    -webkit-text-stroke: 0 transparent;
}

.csp-bottom-text {
    transform: translateX(-50%);
}

.csp-small-text {
    transform: translate(-50%, -50%);
}

.csp-proof-overlay {
    pointer-events: none;
    user-select: none;
    opacity: .45;
    mix-blend-mode: screen;
}

.csp-customizer .form-row {
    margin-bottom: 1rem;
}

.csp-customizer input[type="text"],
.csp-customizer select {
    width: 100%;
}

@media (max-width: 767px) {
    .csp-customizer {
        padding: 1rem;
    }

    .csp-customizer .form-row-first,
    .csp-customizer .form-row-last {
        float: none;
        width: 100%;
    }
}