/* P24 PUBLIC PROFILE HEADER V2.3.2 */

.p24-profile-name-link {
    color: #152446 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    max-width: 260px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.p24-profile-cabinet-link {
    white-space: nowrap !important;
}

.p24-header-actions .p24-profile-name-link,
.p24-mainbar-inner .p24-profile-name-link {
    display: inline-flex !important;
    align-items: center !important;
}

[data-p24-profile-hidden-duplicate="Y"] {
    display: none !important;
}

@media (max-width: 767px) {
    .p24-profile-name-link {
        max-width: 180px !important;
    }
}