/*
Theme Name: Global Journal Publisher Theme
Theme URI: https://globaljournalpublisher.com
Author: Global Journal Publisher
Author URI: https://globaljournalpublisher.com
Description: Custom production theme for Global Journal Publisher, migrated from the static globaljournalpublisher codebase. Built on ACF Pro Gutenberg blocks with automatic page block pre-loading and acf-json dashboard sync.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gjp
*/

/*
 * NOTE: All real presentational styles live in the enqueued stylesheets
 * (assets/css/bootstrap.min.css, assets/css/style.css, assets/css/responsive.css)
 * which preserve the EXACT static design and load order. This file only carries
 * the WordPress theme header plus a couple of editor-safety helpers.
 */

/* Keep media inside ACF blocks from overflowing the Gutenberg canvas. */
.wp-admin .acf-block-preview img { max-width: 100%; height: auto; }
