/* Ghost editor card widths (used by posts written in Ghost later) */
.kg-width-wide { max-width: 85vw; margin-left: auto; margin-right: auto; }
.kg-width-full { max-width: 100vw; width: 100vw; margin-left: calc(50% - 50vw); }
