#right-sidebar {
            left: auto;
            right: 0;
            max-width: 100vw;
        }
        .profile-sidebar-header {
            background: linear-gradient(135deg, #e8bd94 0%, #d79d89 100%);
            color: #fff;
            padding: 18px;
        }
        .profile-sidebar-close { color: #fff; cursor: pointer; }
        .profile-sidebar-close:hover { color: #fff; opacity: .8; }
        .profile-sidebar-rating {
            align-items: center;
            background: rgba(255, 255, 255, .18);
            border-radius: 14px;
            display: flex;
            justify-content: space-between;
            margin-top: 12px;
            padding: 10px 12px;
            text-decoration: none;
        }
        .profile-sidebar-rating:hover { color: #fff; text-decoration: none; background: rgba(255, 255, 255, .25); }
        .profile-sidebar-rating-points { font-size: 17px; font-weight: 700; }
        .profile-sidebar-status { font-size: 11px; text-transform: uppercase; }
        .profile-sidebar-list { list-style: none; margin: 0; padding: 12px; }
        .profile-sidebar-list li { border-bottom: 1px solid #edf0f2; }
        .profile-sidebar-list li:last-child { border-bottom: 0; }
        .profile-sidebar-link,
        .profile-sidebar-button {
            align-items: center;
            background: transparent;
            border: 0;
            color: #343a40;
            display: flex;
            font-size: 14px;
            gap: 10px;
            padding: 13px 10px;
            text-align: left;
            text-decoration: none;
            width: 100%;
        }
        .profile-sidebar-link:hover,
        .profile-sidebar-button:hover {
            background: #f7f9fa;
            color: #1ab394;
            text-decoration: none;
        }
        .profile-sidebar-link > i,
        .profile-sidebar-button > i { text-align: center; width: 20px; }
        .profile-sidebar-count {
            background: #1ab394;
            border-radius: 20px;
            color: #fff;
            font-size: 11px;
            margin-left: auto;
            min-width: 25px;
            padding: 3px 7px;
            text-align: center;
        }
        .profile-sidebar-guest-note {
            background: #fff6f6;
            border: 1px solid #f2d7d7;
            border-radius: 16px;
            color: #555;
            margin: 12px;
            padding: 14px;
        }
