/*
Theme Name: Armadillo Blank
Theme URI: https://armadillosteel.com/
Author: Armadillo Steel
Description: Tema mínimo y limpio para Armadillo Steel. No añade header, footer, menús, márgenes ni estilos visuales del tema; deja que el contenido HTML/CSS de cada página controle el diseño.
Version: 1.0.0
Text Domain: armadillo-blank
*/

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

/* Evita espacios agregados por WordPress alrededor del contenido */
#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content,
main,
article {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: none !important;
}
