/*
Theme Name: Four Daughters Italian Ice
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Four Daughters Italian Ice project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar — evita superposición con el header fijo */
html {
  margin-top: 0 !important;
}

body.admin-bar {
  --wp-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-height: 46px;
  }
}

body.admin-bar #tmt-app header {
  top: var(--wp-admin-bar-height);
}

body.admin-bar #tmt-app {
  scroll-padding-top: calc(5rem + var(--wp-admin-bar-height));
}

/* Evita que estilos globales de WP rompan object-cover en imágenes del tema */
#tmt-app img.object-cover {
  height: 100%;
  max-width: none;
  width: 100%;
}
