/**
 * Shortainer — client: CMT
 *
 * Extracted from the <style> block that used to be echoed inline by
 * shortainer_js() in the old theme's integrated-plugins/yk-shortainer/index.php.
 * Loaded via yk_overrides/inc/shortainer.php.
 */

/* Applied to [shortainer pos=mup] output before JS moves it near the footer.
   Kept technically visible (not display:none) so screen readers / crawlers
   that ignore CSS still see the content; data-nosnippet on the element
   itself keeps it out of search snippets. */
.shortainer-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

/* Wrapper the JS creates and inserts just before the footer, to hold every
   .shortainer-mup element once it's been moved. */
.shortainer-after-content {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
