/*
Theme Name: Mi Tema WP
Theme URI: https://example.com/mi-tema-wp
Author: Frogmi Team
Author URI: https://example.com
Description: Tema WordPress custom con landing Frogmi (PHP + CSS + JS ligero).
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: mi-tema-wp
*/

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /*
   * Use clip (not hidden): overflow-x:hidden on html/body creates a scroll
   * container and breaks position:sticky feature stacks on solution pages.
   */
  overflow-x: clip;
}
