.most-viewed-wrapper {
    width: 100%;
}
.mv-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.most-viewed-slide {
    display: none;
}
.most-viewed-slide.active {
    display: block;
}
.most-viewed-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.most-viewed-rank {
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    text-align: center;
    color: #000;
}
.most-viewed-thumb {
    width: 110px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.most-viewed-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.most-viewed-content {
    flex-grow: 1;
}
.most-viewed-content .title {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.3em;
}
.most-viewed-content .date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.mv-controls {
    text-align: center;
    margin-top: 10px;
}
.mv-controls button {
    border: none;
    background: #ddd;
    padding: 5px 10px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 3px;
}
.mv-controls {
    text-align: center;
    margin-top: 15px;
}
.mv-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}
.mv-dot.active {
    background-color: #000;
}
.mv-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.mv-arrows button {
    background: none;
    border: none;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
}
.mv-arrows button:hover {
    color: #000;
}
.mv-arrows button {
    cursor: pointer;
}