/*
Theme Name: ENECO Solutions
Theme URI: https://enecosolutions.com/
Author: ENECO Solutions
Author URI: https://enecosolutions.com/
Description: Tema WordPress oficial de ENECO Solutions — soluciones energéticas B2B. Compatible con Elementor y WooCommerce. Todas las páginas del mockup (Inicio, Catálogo, Detalle de producto, Carrito, Servicios, Quiénes Somos, Contacto, Mi Cuenta, Login/Registro) listas para publicar.
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: eneco
Tags: business, e-commerce, elementor, woocommerce, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

/* Base reset + theme variables come from theme.css, loaded by enqueue_scripts. */

/* ============================================================
 * ENECO — Corrección de alineación del perfil en el sidebar
 * ============================================================ */
.acc-profile {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important; /* Espacio óptimo entre la inicial D y el bloque de texto */
    margin-bottom: 24px !important;
    padding: 10px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.acc-profile__avatar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #f1f5f9 !important; /* Fondo gris claro limpio */
    color: #005A98 !important; /* Azul institucional para la letra D */
    font-weight: 700 !important;
    font-size: 18px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important; /* Evita que el círculo se aplaste por textos largos */
}

.acc-profile__info {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
	min-width: 0 !important; /* Clave para que los truncados de texto funcionen */
	flex-grow: 1 !important;
	text-align: left !important;
}

.acc-profile__name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.acc-profile__email {
    font-size: 12.5px !important;
    color: #64748b !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}