.pcu-upload-wrap {
    margin: 16px 0;
}

.pcu-upload-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.pcu-upload-wrap input[type="file"] {
    display: block;
    margin-bottom: 4px;
}

.pcu-hint {
    font-size: 0.85em;
    color: #888;
    margin: 0 0 8px;
}

.pcu-mockup-container {
    position: relative;
    display: inline-block;
    max-width: 300px;
}

.pcu-mockup-base {
    display: block;
    width: 100%;
}

.pcu-mockup-overlay {
    position: absolute;
    object-fit: contain;
    opacity: 0.9;
    pointer-events: none;
    z-index: 1;
}

.pcu-mockup-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.pcu-pdf-note {
    color: green;
    font-weight: 600;
    margin-top: 8px;
}
