.instagram-reel-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;color:var(--text-primary);cursor:pointer}.instagram-reel-trigger img{display:block}.instagram-reel-play{position:absolute;inset:auto .75rem .75rem auto;display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--surface-default);color:var(--icon-default)}.instagram-reel-trigger:is(:hover,:focus-visible) .instagram-reel-play{color:var(--icon-default-hover)}.instagram-reel-trigger:active .instagram-reel-play{color:var(--icon-default-active)}.instagram-reel-trigger:focus-visible{outline:.125rem solid var(--text-accent);outline-offset:.25rem}.instagram-reel-modal{width:min(52rem,calc(100% - 2rem));max-height:calc(100dvh - 2rem);margin:auto;padding:0;border:.0625rem solid var(--border-tag);background:var(--surface-raised);color:var(--text-primary);overflow:auto}.instagram-reel-modal::backdrop{background:rgb(0 0 0/80%)}.instagram-reel-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"header header" "media content";gap:var(--space-16);padding:var(--space-16);align-items:start}.instagram-reel-header{grid-area:header;display:flex;align-items:center;justify-content:space-between;gap:1rem}.instagram-reel-content{grid-area:content;display:grid;gap:var(--space-16);min-width:0}.instagram-reel-content>p{margin:0}.instagram-reel-media{grid-area:media;display:grid;min-width:0}.instagram-reel-header h2{margin:0;font:inherit}.instagram-reel-header button{padding:.75rem;border:0;background:transparent;color:var(--text-link);font:inherit;cursor:pointer}.instagram-reel-header button:hover{color:var(--text-link-hover)}.instagram-reel-media>:is(video,img){display:block;justify-self:center;width:auto;height:auto;max-width:100%;max-height:65dvh}.instagram-reel-caption{margin:0;white-space:pre-line;overflow-wrap:anywhere}.instagram-reel-placeholder{display:grid;place-content:center;aspect-ratio:9/16;color:var(--text-link);background:var(--surface-default)}@media (max-width:40rem){.instagram-reel-panel{grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "media" "content"}}