/* P24 SITE HEADER FORCE PROFILE V2.3.6 */

.p24-force-profile-name {
    max-width: 260px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 900 !important;
}

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

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

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