/*
Theme Name: Top3Buys
Template: twentytwentyfive
Description: Light, clean, phone-first child theme of Twenty Twenty-Five for Top3Buys.com. Design tokens live in theme.json; this file holds only what tokens cannot express.
Version: 0.1.2
Text Domain: top3buys
*/

/* Keep the weekly-page disclosure box readable on any background the theme picks. */
.t3b-disclosure {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Sticky footer: on pages shorter than the viewport, stretch the main content
   so the dark footer sits flush with the bottom of the window instead of
   leaving white body showing beneath it. */
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wp-site-blocks > main {
  flex-grow: 1;
}

/* Overscroll past the page bottom shows footer-dark, not white. */
html {
  background-color: #1d2327;
}

/* Images narrower than the content column center on the page axis
   (full-width images are unaffected). */
.wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
