/*
Theme Name: North Idaho Flycasters
Theme URI: https://northidahoflycasters.wixsite.com/mysite
Author: Your Name
Description: A fully editable Gutenberg block theme inspired by the North Idaho Flycasters site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: north-idaho-flycasters
Tags: block-theme, full-site-editing, blog
*/

:where(.wp-site-blocks) > .entry-content {
    margin-block-start: 0 !important;
}

.wp-block-template-part:has(.site-header:first-child) {
    position: sticky;
    top: 0;
    z-index: 999;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
    height: 100svh;
    padding: 1rem;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    gap: 0.75rem !important;
}

ol.wp-block-list li::marker {
    font-weight: bold;
}