/* Archive-specific fixes for the sarahbraunsupak.com static snapshot.
   The original site relied on external CDN images (i0.wp.com), Facebook /
   Instagram embeds, and a Jetpack-Boost concatenated JS bundle that is not
   preserved. These rules keep the layout tidy when those pieces are missing. */

/* Empty featured-image wrappers (posts had thumbnails on i0.wp.com) */
.wp-block-latest-posts__featured-image:empty,
.post-thumb.entry-media.thumbnail:empty {
    display: none;
}

/* Give the "Recent Blog Posts" list a bit of breathing room */
.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 2em;
}

.wp-block-latest-posts__list > li {
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
    display: inline-block;
    margin-right: 0.75em;
    font-weight: 600;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    color: #8a8f95;
    font-size: 0.85em;
}

/* Facebook Page Plugin placeholder - the JS iframe never loads */
.fb-page {
    min-height: 0;
}

.fb-page .fb-xfbml-parse-ignore blockquote {
    margin: 0;
    padding: 0.75em 1em;
    background: #f4f7fb;
    border-left: 3px solid #1877f2;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Hide the mobile hamburger on desktop until Sinatra JS is available */
@media (min-width: 961px) {
    .si-mobile-nav {
        display: none !important;
    }
}

/* Section headings inside the entry content */
.entry-content .has-large-font-size {
    margin-top: 1.75em;
    margin-bottom: 0.75em;
}

/* Contact widget */
.confit-email a {
    color: inherit;
}
