/*
Theme Name: AutoPress AI Theme
Theme URI: https://autopressai.com/
Author: Ignacio Gil Alvarez
Author URI: https://morris34.com/
Description: Landing theme for AutoPress AI with WooCommerce integration, pricing and contact form.
Version: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autopressai-theme
Tags: landing, woocommerce, tailwind, marketing
*/

img, video { max-width: 100%; height: auto; }
.woocommerce header .site-logo,
.woocommerce-page header .site-logo,
.woocommerce footer .site-logo,
.woocommerce-page footer .site-logo {
  height: 2rem;     /* = h-8 */
  width: auto;
  max-width: none;  /* anula el max-width:100% de Woo */
}


