.rp-left-fixed {
    position: fixed;
    top: 198px;
    height: 100vh;
    left: 0;
    width: 12%;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    text-align: center;
}

.rp-left-title {
    font-size: 22px;
    margin-bottom: 12px;
}

.rp-left-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rp-left-list li {
    margin-bottom: 10px;
}

.rp-left-list a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
}

.rp-left-list a:hover {
    color: #0073aa;
}

@media (max-width: 1650px) {
    .rp-left-fixed {
        display: none;
    }
}