/* Instagram photo - original static image only */

.pg16-instagram-native-image {
    display: block !important;
    width: 760px !important;
    max-width: 95% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: contain !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    border-radius: 8px !important;
}

/* Leave other embeds / Instagram Reels alone */
iframe.embedly-card,
iframe.embedly-embed {
    max-width: 95% !important;
}
