/* ============================================
   ACCOUNT SECTION MOBILE (per aside.php)
   Estratto da language-switcher.css alla rimozione del selettore lingua.
   ============================================ */

.bz-sidebar-account-section {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
}

.bz-sidebar-account-section .account-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bz-sidebar-account-section .account-title i {
    font-size: 16px;
    color: #f3bb27;
}

.bz-sidebar-account-section .account-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bz-sidebar-account-section .account-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.bz-sidebar-account-section .account-link:hover {
    background: rgba(243, 187, 39, 0.15);
    border-color: #f3bb27;
    color: #333;
}

.bz-sidebar-account-section .account-link i {
    font-size: 16px;
    color: #f3bb27;
}

/* ============================================
   FIX LAYOUT HEADER (topbar / account desktop)
   ============================================ */

.bz-topbar-right-item-link {
    white-space: nowrap;
}

.bz-topbar-right-2 {
    min-width: 0;
    flex-shrink: 0;
}

.bz-topbar-right-item {
    flex-shrink: 0;
}

.bz-bottom-right-2 {
    min-width: 0;
}

.bz-bottom-right-account-info-2 {
    min-width: 0;
}

.bz-bottom-right-account-info-2 a {
    white-space: nowrap;
}

.bz-right-wrap-2 {
    flex-shrink: 0;
}

/* Sezione icone (carrello + wishlist) */
.bz-bottom-right-social-2.myloginheadericon {
    flex-shrink: 0;
    min-width: 80px;
    display: flex;
    gap: 10px;
}

.bz-bottom-right-social-2.myloginheadericon a {
    flex-shrink: 0;
}

/* Sezione account (login/logout) */
.bz-bottom-right-account-2 {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
}

.bz-bottom-right-account-info-2 a {
    line-height: 1.3;
    display: inline-block;
}
