/*
 * File: account_menu.css
 * EN: Styles the UniTheme account dropdown override, avatar presentation, and account identity details.
 * ES: Estiliza el override del dropdown de cuenta UniTheme, presentación de avatar e identidad de cuenta.
 * EN Inputs: Markup emitted by overrides/blocks/my_account.tpl and account_menu.js state classes.
 * ES Entradas: Markup emitido por overrides/blocks/my_account.tpl y clases de estado de account_menu.js.
 * EN Outputs/Side effects: Applies scoped storefront styles under `.ushop-eam-account-menu`.
 * ES Salidas/efectos secundarios: Aplica estilos storefront scoped bajo `.ushop-eam-account-menu`.
 * Last modified / Última modificación: 2026-06-17.
 */

/* EN: Scope all account dropdown adjustments to avoid altering other UniTheme dropdowns.
   ES: Scopea todos los ajustes del dropdown de cuenta para no alterar otros dropdowns UniTheme. */
.ushop-eam-account-menu .ut2-popup-box-title.wk_custom_class {
    background: #ffffff;
}

.ushop-eam-account-menu .ut2-popup-box-title.wk_custom_class:hover {
    background: #f5f5f5;
}

.ushop-eam-account-menu #my_account_id {
    font-weight: bold;
}

.ushop-eam-account-menu.cm-popup-box .ut2-popup-box-title,
.ushop-eam-account-menu .cm-popup-box .ut2-popup-box-title {
    margin-top: 0;
}

.ushop-eam-account-menu .ty-account-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.ushop-eam-account-menu .ty-profile-avatar {
    border: 1px solid rgb(255 255 255 / 20%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    object-fit: cover;
}

.ushop-eam-account-menu .ty-account-link img,
.ushop-eam-account-menu .ty-account-link svg,
.ushop-eam-account-menu .ty-account-avatar svg {
    margin-right: 0;
}

.ushop-eam-account-menu .ty-account-user {
    font-size: 14px;
    color: #ffffff;
    margin-top: 8px;
    font-weight: 600;
}

.ushop-eam-account-menu .cs-icon__svg {
    vertical-align: middle;
    margin-top: 8px;
}

.ushop-eam-account-menu #icon_inside {
    font-size: 38px;
}

.ushop-eam-account-menu .ty-account-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    width: 100%;
}

.ushop-eam-account-menu .ty-account-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.ushop-eam-account-menu .ty-account-details {
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 84%;
}

.ushop-eam-account-menu .ty-account-company {
    font-weight: 600;
    font-size: 16px;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ushop-eam-account-menu .ty-account-name {
    font-size: 16px;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ushop-eam-account-menu .wk_custom_class {
    height: auto;
    min-height: 50px;
    max-height: none;
    padding: 12px 16px;
}

.ushop-eam-account-menu .ty-account-email {
    font-size: 12px;
    color: #777777;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ushop-eam-account-menu .ty-avatar-letter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    flex-shrink: 0;
}

.ushop-eam-account-menu .ty-account-avatar .ty-avatar-letter {
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.ushop-eam-account-menu .ushop-account-profile-title {
    cursor: pointer;
}

.ushop-eam-account-menu .ty-account-name--primary {
    font-weight: 600;
}

@media (max-width: 360px) {
    .ushop-eam-account-menu.wk_dropdown_custom,
    .ushop-eam-account-menu .wk_dropdown_custom {
        width: auto;
        max-width: 120px;
    }

    .ushop-eam-account-menu .ty-account-user {
        font-size: 9px;
        text-align: start;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ushop-eam-account-menu .cs-icon__svg {
        margin-left: -9px;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .ushop-eam-account-menu.wk_dropdown_custom,
    .ushop-eam-account-menu .wk_dropdown_custom {
        width: auto;
        max-width: 155px;
    }

    .ushop-eam-account-menu .ty-account-user {
        font-size: 10px;
        text-align: start;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ushop-eam-account-menu .cs-icon__svg {
        margin-left: -9px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .ushop-eam-account-menu.wk_dropdown_custom,
    .ushop-eam-account-menu .wk_dropdown_custom {
        width: auto;
        max-width: 200px;
    }

    .ushop-eam-account-menu .ty-account-user {
        font-size: 12px;
        text-align: start;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
