.mcv-video-player {
    max-width: 100%;
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.mcv-video-player iframe {
    width: 100%;
    height: 315px;
    border-radius: 12px;
}

.mcv-gallery {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    overflow-x: auto;
}

.mcv-thumb {
    flex: 0 0 auto;
    width: 120px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.mcv-thumb img {
    width: 100%;
    border-radius: 6px;
}

.mcv-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 10px;
    background: rgba(0,0,0,0.6);
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.mcv-credit {
    font-size: 12px;
    font-weight: 500;
    color: #ffdd00;
}
