/* Trofeos Economicos — "Número de cliente" as an account-menu row (My account page).
   It reuses the theme's <a class="col-lg-4…"> + .link-item markup so it gets the same
   margins/padding as the other rows; no href, so it isn't clickable. The label/icon use a
   neutral colour (not the blue link colour); the pill keeps its own orange. */
.eco-customer-number {
    cursor: default;
}
.eco-customer-number .eco-cn-icon,
.eco-customer-number .eco-cn-text {
    color: #585451 !important;
}
.eco-customer-number .eco-cn-text {
    margin-left: .35rem;
}
