/**
 * Cadre photo partagé admin + popup (4:5, cover centré).
 */
.primtee-perso-stage-ref {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
    background: #e5e7eb;
    box-sizing: border-box;
}

/* Alerte dev : le stage n’est pas en 4:5 (recadrage cover différent de l’admin) */
.primtee-perso-stage-ref[data-perso-stage-warn='ratio'] {
    outline: 2px solid #f59e0b;
}

.primtee-perso-stage-ref__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
}

.primtee-perso-stage-ref__zone,
.primtee-perso-stage-ref__overlay {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 6px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow: visible;
}
