

/* Start:/local/templates/default/components/bitrix/sale.personal.section/bootstrap_v4/style.css?17738253054729*/
/* =========================================================
   Personal section — mobile list menu
   ========================================================= */
.bx-personal-menu {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border, #e6e6e6);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    max-width: 480px;
}

.bx-personal-menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    text-decoration: none;
    color: var(--color-text, #191817);
    border-bottom: 1px solid var(--color-border, #e6e6e6);
    transition: background 150ms ease;
}

.bx-personal-menu-item:last-child { border-bottom: none; }

.bx-personal-menu-item:hover,
.bx-personal-menu-item:focus {
    background: var(--color-bg-muted, #f2f1ed);
    color: var(--color-text, #191817);
    text-decoration: none;
}

.bx-personal-menu-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--color-bg-muted, #f2f1ed);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted, #9e9b98);
}

.bx-personal-menu-item:hover .bx-personal-menu-icon {
    background: var(--color-border, #e6e6e6);
}

.bx-personal-menu-name {
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.bx-personal-menu-arrow {
    flex: 0 0 auto;
    color: var(--color-text-muted, #9e9b98);
    display: flex;
    align-items: center;
}

/* =========================================================
   Personal section — desktop dashboard
   ========================================================= */

/* ---- User header ---- */
.bx-pers-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--color-border, #e6e6e6);
    border-radius: 12px;
}

.bx-pers-avatar {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--color-bg-muted, #f2f1ed);
    color: var(--color-text, #191817);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    user-select: none;
}

.bx-pers-user-name {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-text, #191817);
    line-height: 1.3;
}

.bx-pers-user-email {
    font-size: 13px;
    color: var(--color-text-muted, #9e9b98);
    margin-top: 2px;
}

/* ---- Shared card ---- */
.bx-pers-card {
    background: #fff;
    border: 1px solid var(--color-border, #e6e6e6);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bx-pers-card-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-text-muted, #9e9b98);
    margin-bottom: 4px;
}

/* ---- Last order ---- */
.bx-pers-order-num {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text, #191817);
}

.bx-pers-order-date {
    font-size: 13px;
    color: var(--color-text-muted, #9e9b98);
}

.bx-pers-order-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text, #191817);
    margin-top: 4px;
}

.bx-pers-order-status {
    font-size: 13px;
    color: var(--color-text-muted, #9e9b98);
}

.bx-pers-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text, #191817);
    text-decoration: none;
}

.bx-pers-card-link:hover {
    color: var(--color-text, #191817);
    text-decoration: underline;
}

.bx-pers-empty-text {
    font-size: 14px;
    color: var(--color-text-muted, #9e9b98);
    margin-top: 4px;
}

/* ---- Nav grid ---- */
.bx-pers-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.bx-pers-nav-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid var(--color-border, #e6e6e6);
    border-radius: 12px;
    text-decoration: none;
    color: var(--color-text, #191817);
    text-align: center;
    transition: background 150ms ease;
    min-height: 80px;
}

.bx-pers-nav-tile:hover {
    background: var(--color-bg-muted, #f2f1ed);
    color: var(--color-text, #191817);
    text-decoration: none;
}

.bx-pers-nav-tile-icon {
    color: var(--color-text-muted, #9e9b98);
    display: flex;
    align-items: center;
}

.bx-pers-nav-tile-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

/* End */
/* /local/templates/default/components/bitrix/sale.personal.section/bootstrap_v4/style.css?17738253054729 */
