/*
 * Amparatto Account UI — estilos da área de conta
 * Versão: 1.0.0
 *
 * Escopo: área de Minha Conta (/minha-conta/) e botão de usuário no header.
 * Desktop guard: regras mobile limitadas a max-width:1024px.
 */

/* ── Botão de usuário no header ─────────────────────────────────────────── */

/* Garante touch target mínimo de 44×44px no mobile */
@media (max-width: 1024px) {
  .elementor-element-bcebb4e a.elementor-button {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
