/* [styles for landscape orientation] */
/* Show the landscape SVG inline via Partials when the orientation is landscape */

   @media (orientation: landscape) {

    #kwiknip-landscape-ui {
        display: block;
        width: 100vw;
        height: 100vh;
        background-color: rgb(60, 59, 59);
    }

    /* BoxySVG CSS white-space pre override */
    #kwiknip-landscape-ui text {
        white-space: normal !important;
    }
}