/* Static-archive cleanup overrides for americanrecipes.co.uk */

/* Hide broken Instagram feed widget (placeholder.png era) */
#sb_instagram,
.sb_instagram_header { display: none !important; }

/* Hide WP comment-reply form (frozen archive — read-only) */
#respond,
.comments-area .comment-respond { display: none !important; }

/* Floating search button — links to /search/ (Pagefind) */
.legacy-search-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 9999;
  background: #ff4b55; color: #fff; text-decoration: none;
  padding: 10px 16px; border-radius: 999px;
  font: 600 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.legacy-search-fab:hover { background: #41479b; color: #fff; }

/* Banner across the top to make the legacy nature visible */
.legacy-banner {
  background: #41479b; color: #fff;
  text-align: center; padding: 8px 16px;
  font: 500 13px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.legacy-banner a { color: #fff; text-decoration: underline; }
