.ranking-list {
    margin: 20px 0;
}
.ranking-list .nav-link {
    font-size: 1rem;
}
.ranking-list .nav-link.active {
    font-weight: bold;
    color: #007bff;
}
.ranking-item {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.ranking-item .ranking-number {
    font-size: 2rem;
    font-weight: bold;
    color: #e9a6b2;
    margin-right: 10px;
    width: 40px;
}
.ranking-item .ranking-image {
    width: 100px;
    height: 136px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 15px;
}
.ranking-item .ranking-info {
    flex-grow: 1;
    width: 140px;
}
.ranking-item .ranking-title {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}
.ranking-item .ranking-meta {
    color: #999;
    font-size: 0.9rem;
}
.ranking-item .ranking-status {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.ranking-item .ranking-status .icon {
    font-size: 1rem;
    margin-right: 5px;
}
.ranking-item .ranking-status .icon.up {
    color: green;
}
.ranking-item .ranking-status .icon.down {
    color: red;
}
.col-md-2 .nav {
    text-align: end;
}
.col-md-2 .nav a {
    color: #333;
    background:none;
    background-color: #fff !important;
    border: none;
    position: relative;
    margin: 10px 20px;
}
.col-md-2 .nav a.active::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e9a6b2;
}

.rank-body{
    width: 100%;
}

.ranking-tags,.ranking-author{
    color: #999 !important;
    font-size: 13px;
}