/*
Theme Name: EZNetworks
Theme URI: https://www.eznetworks.com.br
Author: EZNetworks
Author URI: https://www.eznetworks.com.br
Description: Tema WordPress da EZNetworks - Security Solutions. Conversão fiel do site em React/Tailwind para PHP nativo, com todas as páginas, imagens, estilos e efeitos (partículas, carrossel do banner, modo claro/escuro, menu mobile).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eznetworks
Tags: business, security, dark-mode, responsive, one-column
*/

/* Os estilos completos do site estão em assets/index.css (Tailwind compilado)
   e são carregados via functions.php. Ajustes específicos do WordPress abaixo. */

.admin-bar header.fixed { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar header.fixed { top: 46px; } }

.sr-only:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  z-index: 100000;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  border-radius: 0.5rem;
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .alignleft, .alignright, .aligncenter { max-width: 100%; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
