/* static-fixes.css — makingitanywhere.com (mia-theme, custom Bootstrap theme).
   The static build strips all JS, so JS-populated widgets are hidden/repaired here.
   Injected into every page's <head> by the cleaner. */

/* === Social share buttons (post-sharing) ===
   The theme renders Facebook/Twitter/Google+ share buttons into these empty divs via
   JS (which we strip). Left alone they're empty boxes that add odd spacing. Hide them. */
.post-sharing-side,
.post-sharing-bottom {
  display: none !important;
}

/* === Disqus comments ===
   Disqus is loaded via JS; with JS stripped the container would show a bare heading /
   "loading" state. Hide any leftover comments scaffolding. */
#disqus_thread,
.comments-area,
#comments {
  display: none !important;
}

/* === Footer social row (rebuilt, form-free) ===
   Our canonical footer keeps the "Click our buttons" icons; give them sensible spacing. */
.mia-social {
  text-align: center;
  padding: 10px 0 4px;
}
.mia-social h3 {
  margin-bottom: 12px;
}
.mia-social a {
  font-size: 28px;
  margin: 0 6px;
  display: inline-block;
}
