.update-recommendation {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

.update-recommendation .tab-content {
    margin-top: 20px;
}
.manga-item {
    text-align: center;
    margin-bottom: 20px;
}
.manga-item img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.manga-item .manga-title {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    color: #000;
}
.manga-item .manga-update {
    color: #999;
    font-size: 0.9rem;
}
.update-header{
    display: flex;
}
.update-nav{
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}
.update-nav-item{
    margin-right: 50px;
}