/*
Theme Name: Skyler ONE Blog
Theme URI: https://skylerone.com/blog
Author: Skyler Labs
Author URI: https://skylerone.com
Description: Custom blog theme for Skyler ONE — reuses the marketing-site design system (skyler-one.css) so /blog matches the rest of skylerone.com. Built for content published via Pixis Visibility.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary — Skyler Labs
Text Domain: skyler-one
*/

/* The full design system lives in assets/skyler-one.css (enqueued in functions.php).
   This file only carries the WordPress theme header above plus a few WP-specific shims. */

/* WordPress core alignment + caption helpers (skyler-one.css doesn't define these) */
.alignleft  { float: left;  margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--slate-500); margin-top: 8px; text-align: center; }
.prose img, .post-banner img { max-width: 100%; height: auto; border-radius: 14px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Sticky footer so short posts don't leave a gap */
body { display: flex; flex-direction: column; min-height: 100vh; }
body > footer.site { margin-top: auto; }
