/*
Theme Name:   Vicksburg News
Theme URI:    https://vicksburgnews.com
Description:  Child theme for Zox News (MVP Themes). Includes Open Graph / Twitter meta handling with Yoast SEO (no duplicate tags) in header.php and amp-single.php. Add custom CSS below; parent styles are enqueued from functions.php.
Author:       Vicksburg Daily News
Author URI:   https://vicksburgnews.com
Template:     zox-news
Version:      1.0.4
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  vicksburg-news-child
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Add overrides below. Parent Zox News stylesheet is loaded first. */

/* Mobile / narrow screens: iOS text sizing, no horizontal “page wobble,” fluid media */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#mvp-site,
#mvp-site-wall,
#mvp-main-body-wrap {
	max-width: 100%;
}

/*
 * Article body only (not feat images, not homepage/sidebars). Zox uses #mvp-content-main or
 * .mvp-post-add-main for the_content depending on template.
 */
#mvp-content-main img,
#mvp-content-main video,
#mvp-content-main .wp-block-embed__wrapper iframe,
.mvp-post-add-main img,
.mvp-post-add-main video,
.mvp-post-add-main .wp-block-embed__wrapper iframe {
	max-width: 100%;
	height: auto;
}

/* Home / archive: mobile list uses .mvp-mob-img; ensure nothing keeps it invisible after lazy-load fixes */
@media screen and (max-width: 479px) {
	.mvp-mob-img {
		opacity: 1;
		visibility: visible;
	}
}
