/* Bappaz — supplementary responsive helpers.
   The core theme.css already carries the source design's media queries.
   This file only patches WordPress-injected elements (admin bar offset, etc.). */

/* Keep the sticky topbar/nav clear of the WP admin bar */
.admin-bar .nav { /* nav is not fixed in source; no offset required */ }

/* WordPress alignment classes inside WYSIWYG content */
.wysiwyg img.alignright,
.prose img.alignright { float: right; margin: 0 0 16px 24px; }
.wysiwyg img.alignleft,
.prose img.alignleft  { float: left;  margin: 0 24px 16px 0; }
.wysiwyg img.aligncenter,
.prose img.aligncenter{ display: block; margin: 16px auto; }
.wysiwyg img,
.prose img { max-width: 100%; height: auto; border-radius: var(--r-md); }

/* Comments + widgets (blog) */
.widget-title { font-family: var(--ff-display); margin-bottom: 12px; }
