/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* 로그인 사용자명 + 직함 */
#crm-header-user {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #152238 !important;
    opacity: 1 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

/* 사용자명과 로그아웃 사이 구분선 */
.crm-header-divider {
    margin: 0 12px;
    color: #D1D5DB !important;
}

/* 로그아웃 */
#crm-logout {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6B7280 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

#crm-logout:hover {
    color: #152238 !important;
}

/* 노트북 / 태블릿 / 모바일에서는 담당자명과 로그아웃 숨김 */
@media (max-width: 1439px) {
    #crm-header-user,
    .crm-header-divider,
    #crm-logout {
        display: none !important;
    }
}