/* ==========================================================================
   Preview Instagram Post
   Référence visuelle : myCfia-designSystem step8_validate_light.html
   zoom 0.60, max-width 470px
   ========================================================================== */

.pv-instagram {
    max-width: 470px;
    margin: 0 auto;
    background: white;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    zoom: 0.60;
}

/* --- Header --- */
.pv-instagram-header {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #efefef;
}

.pv-instagram-avatar-ring {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #E1306C, #F77737);
    border-radius: 50%;
    padding: 2px;
    flex-shrink: 0;
}

.pv-instagram-avatar-inner {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pv-instagram-avatar-initials {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #0A66C2, #004182);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

.pv-instagram-username {
    flex: 1;
    font-weight: 600;
    color: #262626;
    font-size: 14px;
}

.pv-instagram-menu {
    background: none;
    border: none;
    color: #262626;
    font-size: 24px;
    cursor: default;
    line-height: 1;
    padding: 0;
}

/* --- Image carrée (1:1) --- */
.pv-instagram-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.pv-instagram-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pv-instagram-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 48px;
}

/* --- Contenu --- */
.pv-instagram-content {
    padding: 12px 16px;
}

.pv-instagram-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.pv-instagram-actions-spacer {
    flex: 1;
}

.pv-instagram-action-btn {
    background: none;
    border: none;
    cursor: default;
    padding: 0;
    display: flex;
    align-items: center;
}

.pv-instagram-likes {
    font-weight: 600;
    font-size: 14px;
    color: #262626;
    margin-bottom: 8px;
}

.pv-instagram-caption {
    font-size: 14px;
    color: #262626;
    line-height: 1.4;
    word-break: break-word;
}

.pv-instagram-caption strong {
    font-weight: 600;
}

.pv-instagram-hashtags {
    color: #00376b;
    font-size: 14px;
    margin-top: 4px;
}

.pv-instagram-meta {
    margin-top: 8px;
    font-size: 12px;
    color: #8e8e8e;
}

.pv-instagram-time {
    margin-top: 8px;
    font-size: 10px;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
