/*
Theme Name: shanehartman.net
Version: 1.0.1
Description: Custom child theme for shanehartman.net
Author: Shane Hartman
*/

header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

footer.wp-block-template-part .wp-block-social-links .wp-social-link svg {
    width: 32px;
    height: 32px;
}



#sh-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    cursor: zoom-out;
    align-items: center;
    justify-content: center;
}

#sh-lightbox.open {
    display: flex;
}

#sh-lightbox img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
}

/* Constrain raw HTML (classic editor) content to match block layout width */
.wp-block-post-content > p,
.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > ul,
.wp-block-post-content > ol,
.wp-block-post-content > pre,
.wp-block-post-content > figure,
.wp-block-post-content > blockquote {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
