/*
Theme Name: Dr. Renato Bacher
Theme URI: https://drrenatobacher.com.br/
Author: GTW Agência
Author URI: https://gtwagencia.com.br/
Description: Tema sob medida para o Dr. Renato Bacher — Cirurgia Plástica Funcional em Chapecó, SC. Construído a partir dos PSDs do projeto. Inclui CPT de Procedimentos com taxonomia de Áreas, permitindo publicar novas páginas de especialidade sem tocar em código.
Version: 1.0.0
Requires at least: 6.0
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: drb
Tags: cirurgia-plastica, one-page, custom-post-type
*/

/*
   O CSS do site vive em assets/css/style.css (enfileirado por functions.php).
   Este arquivo carrega depois e serve para ajustes específicos do WordPress.
*/

/* ---------- Acessibilidade ---------- */
.screen-reader-text{
  border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden;
  padding:0; position:absolute; width:1px; white-space:nowrap;
}
.skip-link:focus{
  clip-path:none; height:auto; width:auto; z-index:1000;
  top:8px; left:8px; padding:12px 22px; border-radius:8px;
  background:var(--sand); color:var(--ink); font-weight:500;
}

/* ---------- Alinhamentos do editor ---------- */
.alignleft{ float:left; margin:.4em 1.6em .8em 0; }
.alignright{ float:right; margin:.4em 0 .8em 1.6em; }
.aligncenter{ margin-inline:auto; display:block; }
.wp-caption{ max-width:100%; }
.wp-caption-text{ font-size:.82rem; opacity:.75; margin-top:8px; text-align:center; }

/* ---------- Barra de administração ---------- */
body.admin-bar .header{ top:32px; }
@media (max-width:782px){ body.admin-bar .header{ top:46px; } }
