/*
Theme Name: Swami Aditya
Theme URI: https://swamiaditya.com
Author: MPRO
Author URI: https://mainstreampro.com
Description: WordPress theme for Swami Aditya — live satsang and private guidance. Based on the static HTML prototype in site/. Uses Palette B: indigo-night, soft ivory, antique gold.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swamiaditya
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce
*/

/* site.css (the design system) is enqueued directly in functions.php so its
   version query string busts the browser cache. Do not @import it here. */

/* WordPress-required alignment helpers (kept minimal so site.css remains source of truth). */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.sticky, .bypostauthor { display: block; }

/* Make the WordPress admin bar play nicely with the sticky header. */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* Header layout tweak for the WP custom logo slot. */
.brand img.custom-logo {
  max-height: 42px;
  width: auto;
  display: inline-block;
  margin-right: 0.4em;
}

/* Screen-reader text helper used in forms and skip links. */
.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
