.cvm-video-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cvm-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.cvm-player-wrapper {
    position: relative;
}

.cvm-player {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.cvm-fake-views {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.cvm-description {
    margin: 10px 0;
    font-size: 16px;
}

.cvm-categories {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}