/*
Theme Name: Storage
Theme URI: 
Author: Simon Dickson
Author URI: https://simondickson.co.uk
Description: 
Requires at least: 6.0
Tested up to: 6.5.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storage
Tags: full-site-editing, 
*/

.sidebar #expander {
    display:none;
}
label.expandit {
    display: none;
}

figure:has( img ),
img,
iframe {
    max-width: 100%;
}

.entry-content ul, .entry-content ol {
    margin-bottom: var(--wp--preset--spacing--30);
}

@media screen and (max-width:781px) {
    header {
        padding: 0 2em;
    }
    .sidebar-links {
        max-height: 150px;
        overflow: hidden;
    }    
    .sidebar-links:has( ~ #expander:checked ) {
        max-height: 100%;
    }
    label.expandit {
        display: block;
        text-align: center;
        padding: 1em; 
        font-size: x-small;
        border: 1px solid #888;
        border-radius: 5px;
    }
}
