/*
Theme Name: UWW Replica by Umair Khan
Theme URI: https://example.com
Author: Umair Khan
Author URI: mailto:umairoffical553@gmail.com
Description: Wrestling federation style theme — custom login/signup, Elementor compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: uww-replica
*/

/* Base reset — page styles are per-template in assets/css */
*{box-sizing:border-box}
html{overflow-x:hidden}
body{margin:0;font-family:'Roboto',Arial,sans-serif;overflow-x:hidden;max-width:100vw}
img{max-width:100%;height:auto}

/* Elementor wraps every widget in its own div, which becomes the real
   flex/grid item inside our custom .hs-*, .nv2-*, .team-*, .hist-*
   row/grid layouts. Flex/grid items default to min-width:auto, which
   uses their content's natural width as a floor and blocks them from
   ever shrinking to fit — the #1 cause of mobile overflow on this
   site. Zeroing it here fixes every such grid/row at once. */
.elementor-element{min-width:0}
