@media (min-width: 769px) {
    .header-user-show {
        background: rgba(255,255,255,0.95) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(0,0,0,0.06) !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    }
    .header-user-show .this-portrait {
        border-bottom-color: rgba(0,0,0,0.06) !important;
    }
    .theme2 .header-user-show {
        background: rgba(20,20,25,0.95) !important;
        border-color: rgba(255,255,255,0.06) !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
    }
    .theme2 .header-user-show .this-portrait {
        border-bottom-color: rgba(255,255,255,0.06) !important;
    }
}